summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* codegen: Support string comparision (POSIX)wip/profile-posixRico Tzschichholz2018-03-231-1/+54
* SQUASH codegen: Fix string concatenation (POSIX)Rico Tzschichholz2018-03-231-17/+17
* SQUASH posix: Drop deprecated string methodsRico Tzschichholz2018-03-231-13/+0
* posix: Bind va_list and add string.concat() (POSIX)Dr. Michael Lauer2018-03-231-0/+25
* codegen: Fix compiling without pkg-config package (POSIX)Dr. Michael Lauer2018-03-231-3/+8
* Reintroduce POSIX profileRico Tzschichholz2018-03-2333-219/+793
* vapi: Remove twitter-glib-1.0 bindingsRico Tzschichholz2018-03-228-889/+0
* vapi: Remove gdu and gdu-gtk bindingsRico Tzschichholz2018-03-2217-5329/+0
* libgsf-1: Fix metadata warnings and Outfile.new_child*()Rico Tzschichholz2018-03-224-9/+14
* gtk+-*.0: Fix iter parameter of TextView.backward*/forward*/move_visually()Rico Tzschichholz2018-03-226-15/+26
* gtk+-4.0: Update to 3.93.0+b01ee88fRico Tzschichholz2018-03-224-166/+152
* codegen: Stop taking explicit references on 'this' for captured blocksMichal Hruby2018-03-215-27/+105
* codegen: Free generic elements of glib collectionsRico Tzschichholz2018-03-215-34/+158
* gobject-2.0: Fix bootstrap with valac < 0.26Rico Tzschichholz2018-03-211-0/+4
* codegen: Deprecate implicit copy of arrays, use explicit copy methodRico Tzschichholz2018-03-211-0/+7
* gobject-2.0: Make GLib.Signal a struct of uint and bind g_signal_new*Rico Tzschichholz2018-03-211-28/+40
* gobject-2.0: Pick up some fixes and additions from GIRRico Tzschichholz2018-03-211-22/+45
* libgsf-1: Switch to GIR and update to 1.14.42Rico Tzschichholz2018-03-2110-2558/+464
* webkit-1.0: Update to 2.4.11Rico Tzschichholz2018-03-205-929/+4314
* vapi: Remove libsoup-2.2 bindingsRico Tzschichholz2018-03-206-3205/+0
* vapi: Remove tracker-indexer-module-1.0 bindingsRico Tzschichholz2018-03-209-2314/+0
* vapi: Remove rest-0.6 bindingsRico Tzschichholz2018-03-2015-987/+0
* vapi: Remove GStreamer 0.10 bindingsRico Tzschichholz2018-03-20144-30110/+0
* vapi: Remove clutter-gst-1.0 bindingRico Tzschichholz2018-03-205-120/+0
* Bump version suffixRico Tzschichholz2018-03-203-3/+3
* valadoc: Bump VALA_0_xx defines and glib_minor to match 0.40 seriesRico Tzschichholz2018-03-201-2/+2
* tests: Add basic GLib.Node testRico Tzschichholz2018-03-201-0/+15
* gtk+-4.0: Update to 3.93.0+f7326ff8Rico Tzschichholz2018-03-191-1/+1
* codegen: Don't add target fields for captured delegates without targetRico Tzschichholz2018-03-191-1/+1
* codegen: Don't add length fields for captured fixed-length array variablesRico Tzschichholz2018-03-191-1/+1
* gtk+-4.0: Update to 3.93.0+1a137377Rico Tzschichholz2018-03-192-56/+196
* gdk-3.0,gtk+-3.0: Update to 3.22.29Rico Tzschichholz2018-03-192-1/+7
* vapi: Add libgeoclue-2.0 bindingsRico Tzschichholz2018-03-193-0/+161
* gstreamer-1.0: Add gstreamer-webrtc-1.0 bindingsRico Tzschichholz2018-03-193-0/+207
* gstreamer: Update to 1.13.91Rico Tzschichholz2018-03-191-7/+1
* posix: Add Posix IPC (Message Queue, Named Semaphores, Shared Memory)Dr. Michael Lauer2018-03-121-0/+49
* posix: Add System V IPC (shared memory, semaphores, message queues)Dr. Michael Lauer2018-03-121-0/+85
* linux: Add constants from program_invocation_name(3)Dr. Michael Lauer2018-03-121-0/+5
* linux: Add psiginfo(3)Dr. Michael Lauer2018-03-121-0/+3
* posix: Add strsignal(3) and psignal(3)Dr. Michael Lauer2018-03-121-0/+4
* posix: Add perror(3)Dr. Michael Lauer2018-03-121-0/+3
* Release 0.40.00.40.0Rico Tzschichholz2018-03-115-8/+21
* gtk+-4.0: Update to 3.93.0+527d265bRico Tzschichholz2018-03-113-10/+23
* linux: Add missing constants for input subsystemDr. Michael Lauer2018-03-081-2/+315
* linux: rfkill: Add new values for RfKillTypeDr. Michael Lauer2018-03-071-1/+4
* linux: Add more SO_ socket optionsDr. Michael Lauer2018-03-071-0/+86
* posix: Add ptsname(3)Dr. Michael Lauer2018-03-071-0/+2
* linux: add getgroups(2), setgroups(2), getresgid(2), getresuid(2), setresgid(...Dr. Michael Lauer2018-03-071-0/+14
* posix: Add setegid(2) and seteuid(2)Dr. Michael Lauer2018-03-071-0/+4
* posix: getpass(3) returns null on error.Dr. Michael Lauer2018-03-061-1/+1