Skip to content

Commit

Permalink
[libglibutil] Update to 1.0.79
Browse files Browse the repository at this point in the history
monich committed Oct 6, 2024
1 parent e6163da commit fe68ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libglibutil
Submodule libglibutil updated 50 files
+1 −3 LICENSE
+33 −23 Makefile
+84 −1 debian/changelog
+1 −1 debian/control
+1 −3 debian/copyright
+190 −0 include/gutil_datapack.h
+20 −15 include/gutil_idlepool.h
+11 −7 include/gutil_log.h
+50 −1 include/gutil_misc.h
+138 −0 include/gutil_objv.h
+97 −0 include/gutil_version.h
+0 −174 libglibutil.dsp
+235 −0 libglibutil.ver
+10 −3 rpm/libglibutil.spec
+483 −0 src/gutil_datapack.c
+20 −8 src/gutil_history.c
+163 −49 src/gutil_idlepool.c
+12 −8 src/gutil_idlequeue.c
+48 −27 src/gutil_inotify.c
+21 −7 src/gutil_intarray.c
+16 −3 src/gutil_ints.c
+57 −6 src/gutil_log.c
+149 −6 src/gutil_misc.c
+347 −0 src/gutil_objv.c
+25 −6 src/gutil_ring.c
+14 −4 src/gutil_strv.c
+36 −17 src/gutil_timenotify.c
+48 −0 src/gutil_version.c
+5 −1 src/gutil_weakref.c
+2 −0 test/Makefile
+6 −6 test/common/Makefile
+8 −5 test/common/test_object.c
+2 −0 test/coverage/run
+0 −164 test/libglibutil_test.dsw
+5 −0 test/test_datapack/Makefile
+873 −0 test/test_datapack/test_datapack.c
+0 −106 test/test_history/test_history.dsp
+239 −7 test/test_idlepool/test_idlepool.c
+0 −110 test/test_idlepool/test_idlepool.dsp
+0 −106 test/test_idlequeue/test_idlequeue.dsp
+0 −106 test/test_intarray/test_intarray.dsp
+0 −106 test/test_ints/test_ints.dsp
+37 −1 test/test_log/test_log.c
+0 −106 test/test_log/test_log.dsp
+200 −2 test/test_misc/test_misc.c
+0 −110 test/test_misc/test_misc.dsp
+5 −0 test/test_objv/Makefile
+408 −0 test/test_objv/test_objv.c
+0 −106 test/test_ring/test_ring.dsp
+0 −106 test/test_strv/test_strv.dsp

0 comments on commit fe68ff3

Please sign in to comment.