-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libglibutil
updated
35 files
+1 −3 | LICENSE | |
+10 −7 | Makefile | |
+75 −0 | debian/changelog | |
+1 −3 | debian/copyright | |
+20 −15 | include/gutil_idlepool.h | |
+11 −7 | include/gutil_log.h | |
+50 −1 | include/gutil_misc.h | |
+138 −0 | include/gutil_objv.h | |
+14 −4 | include/gutil_version.h | |
+235 −0 | libglibutil.ver | |
+5 −2 | rpm/libglibutil.spec | |
+9 −4 | 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 | |
+5 −1 | src/gutil_version.c | |
+5 −1 | src/gutil_weakref.c | |
+1 −0 | test/Makefile | |
+3 −2 | test/common/Makefile | |
+8 −5 | test/common/test_object.c | |
+1 −0 | test/coverage/run | |
+239 −7 | test/test_idlepool/test_idlepool.c | |
+37 −1 | test/test_log/test_log.c | |
+186 −2 | test/test_misc/test_misc.c | |
+5 −0 | test/test_objv/Makefile | |
+408 −0 | test/test_objv/test_objv.c |