Skip to content

Commit 51c03b9

Browse files
committed
-
1 parent b9c8e80 commit 51c03b9

22 files changed

+254
-152
lines changed

Changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.2.22
2+
3+
2025-11-04 Brecht Sanders https://github.com/brechtsanders/
4+
5+
* additional argument added to dirtrav_userid_to_name()
6+
* added dirtravw_prop_get_remote_server() and dirtravw_get_remote_server_from_path()
7+
18
0.2.21
29

310
2025-10-23 Brecht Sanders https://github.com/brechtsanders/
@@ -7,6 +14,8 @@
714
0.2.20
815

916

17+
* fix missing dirtravw_prop_get_ownerid()
18+
1019
0.2.19
1120

1221
2025-10-23 Brecht Sanders https://github.com/brechtsanders/

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ libdirtrav_LDFLAGS =
5252
libdirtrav_SHARED_LDFLAGS =
5353
ifneq ($(OS),Windows_NT)
5454
SHARED_CFLAGS += -fPIC
55+
else
56+
libdirtrav_LDFLAGS = -lmpr -lshlwapi
5557
endif
5658
ifeq ($(OS),Windows_NT)
5759
libdirtrav_SHARED_LDFLAGS += -Wl,--out-implib,$@$(LIBEXT)

build/folderstats.cbp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<Option object_output="obj/Debug64/" />
6666
<Option type="1" />
6767
<Option compiler="MINGW64" />
68-
<Option parameters="-e -r C: D:" />
68+
<Option parameters="-e -r C:\TEMP" />
6969
<Compiler>
7070
<Add option="-g" />
7171
</Compiler>
@@ -97,6 +97,8 @@
9797
<Linker>
9898
<Add option="-static" />
9999
<Add library="dirtravw" />
100+
<Add library="mpr" />
101+
<Add library="shlwapi" />
100102
</Linker>
101103
<Unit filename="../src/folderstats.c">
102104
<Option compilerVar="CC" />

build/folderstats.depend

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<stdint.h>
2626
<sys/stat.h>
2727

28-
1584810264 source:z:\libdirtrav\src\folderstats.c
28+
1762289402 source:z:\libdirtrav\src\folderstats.c
2929
<stdio.h>
3030
<stdlib.h>
3131
<stdint.h>
@@ -40,13 +40,13 @@
4040
<shellapi.h>
4141
"dirtrav.h"
4242

43-
1629308544 z:\libdirtrav\include\dirtravw.h
43+
1762289963 z:\libdirtrav\include\dirtravw.h
4444
<stdlib.h>
4545
<stdint.h>
4646
<sys/stat.h>
4747
<wchar.h>
4848

49-
1629308094 z:\libdirtrav\include\dirtrav.h
49+
1762289963 z:\libdirtrav\include\dirtrav.h
5050
<stdlib.h>
5151
<stdint.h>
5252
<sys/stat.h>

build/libdirtrav_nowin_shared.cbp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
<Add option="-DFORCE_OPENDIR" />
9191
<Add directory="../include" />
9292
</Compiler>
93+
<Linker>
94+
<Add library="mpr" />
95+
<Add library="shlwapi" />
96+
</Linker>
9397
<Unit filename="../include/dirtrav.h" />
9498
<Unit filename="../include/dirtrav_version.h" />
9599
<Unit filename="../src/dirtrav.c">
96100
<Option compilerVar="CC" />
97101
</Unit>
98-
<Extensions>
99-
<code_completion />
100-
<envvars />
101-
<debugger />
102-
</Extensions>
102+
<Extensions />
103103
</Project>
104104
</CodeBlocks_project_file>

build/libdirtrav_shared.cbp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
<Add option="-DBUILD_DIRTRAV_DLL" />
8989
<Add directory="../include" />
9090
</Compiler>
91+
<Linker>
92+
<Add library="mpr" />
93+
<Add library="shlwapi" />
94+
</Linker>
9195
<Unit filename="../include/dirtrav.h" />
9296
<Unit filename="../include/dirtrav_version.h" />
9397
<Unit filename="../src/dirtrav.c">
9498
<Option compilerVar="CC" />
9599
</Unit>
96-
<Extensions>
97-
<code_completion />
98-
<envvars />
99-
<debugger />
100-
</Extensions>
100+
<Extensions />
101101
</Project>
102102
</CodeBlocks_project_file>

build/libdirtrav_shared.depend

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
11
# depslib dependency file v1.0
2-
1761243948 source:\\server\users\brecht\sources\cpp\libdirtrav\src\dirtrav.c
3-
"dirtrav_version.h"
4-
<string.h>
5-
<sys/types.h>
6-
<dirent.h>
7-
<sys/stat.h>
8-
<stdio.h>
9-
<windows.h>
10-
<sddl.h>
11-
<sys/types.h>
12-
<pwd.h>
13-
<limits.h>
14-
<unistd.h>
15-
"dirtrav.h"
16-
"dirtravw.h"
17-
<windows.h>
18-
19-
1761243054 \\server\users\brecht\sources\cpp\libdirtrav\include\dirtrav_version.h
20-
21-
1761229656 \\server\users\brecht\sources\cpp\libdirtrav\include\dirtrav.h
22-
<stdlib.h>
23-
<stdint.h>
24-
<sys/stat.h>
25-
26-
1761242738 \\server\users\brecht\sources\cpp\libdirtrav\include\dirtravw.h
27-
<stdlib.h>
28-
<stdint.h>
29-
<sys/stat.h>
30-
<wchar.h>
31-

build/libdirtravw_nowin_shared.cbp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
<Add option="-DFORCE_OPENDIR" />
9191
<Add directory="../include" />
9292
</Compiler>
93+
<Linker>
94+
<Add library="mpr" />
95+
<Add library="shlwapi" />
96+
</Linker>
9397
<Unit filename="../include/dirtrav_version.h" />
9498
<Unit filename="../include/dirtravw.h" />
9599
<Unit filename="../src/dirtrav.c">
96100
<Option compilerVar="CC" />
97101
</Unit>
98-
<Extensions>
99-
<code_completion />
100-
<envvars />
101-
<debugger />
102-
</Extensions>
102+
<Extensions />
103103
</Project>
104104
</CodeBlocks_project_file>

build/libdirtravw_shared.cbp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
<Add option="-DBUILD_DIRTRAV_DLL" />
8989
<Add directory="../include" />
9090
</Compiler>
91+
<Linker>
92+
<Add library="mpr" />
93+
<Add library="shlwapi" />
94+
</Linker>
9195
<Unit filename="../include/dirtrav_version.h" />
9296
<Unit filename="../include/dirtravw.h" />
9397
<Unit filename="../src/dirtrav.c">
9498
<Option compilerVar="CC" />
9599
</Unit>
96-
<Extensions>
97-
<code_completion />
98-
<envvars />
99-
<debugger />
100-
</Extensions>
100+
<Extensions />
101101
</Project>
102102
</CodeBlocks_project_file>

build/rdir.cbp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,12 @@
9696
<Linker>
9797
<Add option="-static" />
9898
<Add library="dirtrav" />
99+
<Add library="mpr" />
100+
<Add library="shlwapi" />
99101
</Linker>
100102
<Unit filename="../src/rdir.c">
101103
<Option compilerVar="CC" />
102104
</Unit>
103-
<Extensions>
104-
<code_completion />
105-
<envvars />
106-
<debugger />
107-
</Extensions>
105+
<Extensions />
108106
</Project>
109107
</CodeBlocks_project_file>

0 commit comments

Comments
 (0)