2007-12-06 |
Mathias Hasselmann | Call destroy notify when destroying the hash table... |
tree | commitdiff |
2007-12-06 |
13:29:00 Tim Janik | detect non-blocking fd EOF by read()==0 following poll... |
tree | commitdiff |
2007-12-06 |
Mathias Hasselmann | Mention g_utf8_normalize() returns NULL on invalid... |
tree | commitdiff |
2007-12-06 |
Mathias Hasselmann | Improve wording for g_propagate_error docs. |
tree | commitdiff |
2007-12-05 |
17:58:18 Tim Janik | added -m=thorough support to gtester. |
tree | commitdiff |
2007-12-05 |
17:21:05 Tim Janik | print out random seed for verbose tests, also adapted... |
tree | commitdiff |
2007-12-05 |
11:43:22 Tim Janik | added g_test_add_data_func() to pass data into tests... |
tree | commitdiff |
2007-12-05 |
Tor Lillqvist | Add "shift-jis" as an alternative spelling of "shift_jis". |
tree | commitdiff |
2007-12-05 |
Ryan Lortie | ungtk-docify some comments for internal functions |
tree | commitdiff |
2007-12-04 |
Emmanuele Bassi | Add GChecksum, a generic wrapper around various hashing... |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | no code changes; add comments to document the internal... |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | no code changes; reorder functions to remove the need... |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | improve clarity in some functions |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | rename 'node' to 'node_ptr' where appropriate |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | convert G_HASH_TABLE_RESIZE() macro to inline function |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | remove stray (duplicate) entry from file to fix the... |
tree | commitdiff |
2007-12-04 |
Ryan Lortie | only whitespace fixes, mostly removing spaces at ends... |
tree | commitdiff |
2007-12-04 |
Behdad Esfahbod | Fix EXTRA_DIST automake warnings. (#501107) |
tree | commitdiff |
2007-12-03 |
Hans Breuer | added glib_gettext (in use by gio) also try building gio |
tree | commitdiff |
2007-12-03 |
Ryan Lortie | create a common function for the many places where... |
tree | commitdiff |
2007-12-03 |
Matthias Clasen | Don't call g_get_language_names() per-key. (#500638... |
tree | commitdiff |
2007-12-03 |
Marco Barisione | Add new error codes for when compilation fails and... |
tree | commitdiff |
2007-12-03 |
Matthias Clasen | Speed up group lookups |
tree | commitdiff |
2007-12-03 |
Ryan Lortie | merge more common code into functions. Vastly simplify... |
tree | commitdiff |
2007-11-29 |
Matthias Clasen | Doc improvements |
tree | commitdiff |
2007-11-29 |
Matthias Clasen | Add Since tags |
tree | commitdiff |
2007-11-29 |
Matthias Clasen | Some doc cleanups |
tree | commitdiff |
2007-11-28 |
Matthias Clasen | Fix up some doc comments, avoid C99 comments |
tree | commitdiff |
2007-11-28 |
Alexander Larsson | Move this function before g_string_append_c so that... |
tree | commitdiff |
2007-11-28 |
Alexander Larsson | Add in the new symbols |
tree | commitdiff |
2007-11-28 |
Ryan Lortie | nothing to see here... move along, move along :) |
tree | commitdiff |
2007-11-28 |
Ryan Lortie | insert/replace were identical except for a single line... |
tree | commitdiff |
2007-11-27 |
Alexander Larsson | Moved gurifuncs from gio to glib |
tree | commitdiff |
2007-11-27 |
Alexander Larsson | Move g_format_file_size_for_display from gio to glib |
tree | commitdiff |
2007-11-27 |
Ryan Lortie | Add new function g_markup_collect_attributes (bug ... |
tree | commitdiff |
2007-11-26 |
Tor Lillqvist | Some improvements, being upstreamed. (must_use_null_use... |
tree | commitdiff |
2007-11-26 |
Tor Lillqvist | Use either lib/locale or share/locale depending on... |
tree | commitdiff |
2007-11-26 |
Alexander Larsson | gio/ docs/reference/gio Merged gio-standalone into... |
tree | commitdiff |
2007-11-26 |
Tor Lillqvist | ISO8859-1 is CP28591, not CP1252. |
tree | commitdiff |
2007-11-25 |
Tor Lillqvist | Add win_iconv.c to EXTRA_DIST. |
tree | commitdiff |
2007-11-25 |
Tor Lillqvist | Implement #491549: On Windows, always use the native... |
tree | commitdiff |
2007-11-25 |
Tor Lillqvist | Add conditionals for non-Unix. Just g_error() unless... |
tree | commitdiff |
2007-11-25 |
Tor Lillqvist | Do install gtestutils.h even on Win32. |
tree | commitdiff |
2007-11-25 |
Tor Lillqvist | Build gtestutils etc on OS_UNIX only. |
tree | commitdiff |
2007-11-25 |
Matthias Clasen | Require gtk-doc 1.8. |
tree | commitdiff |
2007-11-25 |
Matthias Clasen | Replace INCLUDES by AM_CPPFLAGS, other cleanups. |
tree | commitdiff |
2007-11-24 |
Matthias Clasen | Remove leftover ENABLE_NLS #ifdefs. |
tree | commitdiff |
2007-11-23 |
Matthias Clasen | Don't refuse to encode a single byte. (Milan Crha) |
tree | commitdiff |
2007-11-23 |
Matthias Clasen | Define a two-argument macro C_() for marking translatab... |
tree | commitdiff |
2007-11-23 |
Matthias Clasen | Use g_print to print out --help text in locale encoding... |
tree | commitdiff |
2007-11-23 |
Matthias Clasen | Set length out param in list-returning functions to... |
tree | commitdiff |
2007-11-21 |
21:06:47 Tim Janik | initialize automake variables EXTRA_DIST and TEST_PROGS... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Fixed copyright for newly submitted files. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Renamed gtestframework to gtestutils. |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtestframework.c: g_test_init(): make warnings... |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtestframework.c: added test API documentation by Sven... |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtestframework.[hc]: implemented g_test_queue_destroy... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Added g_test_bug() and related API. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Added API to access test framework configuration. |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtester: implemented logic to handle failing tests... |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtester: implemented XML logging. |
tree | commitdiff |
2007-11-20 |
Tim Janik | tests/Makefile.am: execute test programs with gtester... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Fixed PLT symbol exports for gtestframework.h. |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c: fixed debugging flag. |
tree | commitdiff |
2007-11-20 |
Tim Janik | fixed bogus unistd.h include. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented test log IPC. |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtester.c: support test case listing through gtester. |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtestframework.c: fixed testpath matches for automatic... |
tree | commitdiff |
2007-11-20 |
Tim Janik | gtester.c: adapted to become a rudimentary test binary... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Integrated gtester program into build process. |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Small -Wall fix |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Implemented nonblocking reading properly now |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Quit the application when the output... |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Read the output of the child process |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Use g_spawn_async_with_pipes() |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Spawn a process async and quit gtester... |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/gtester.c:Added a first revision of gtester |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented test log serialization. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented test logging basics. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented g_test_timer*(). |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented support for testpaths. |
tree | commitdiff |
2007-11-20 |
Tim Janik | testing.c: added tests for the g_test_rand*() API. |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented g_test_rand*(). |
tree | commitdiff |
2007-11-20 |
Tim Janik | testing.c: added tests for g_assert_cmphex() and forked... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Implemented g_test_trap_fork() API. |
tree | commitdiff |
2007-11-20 |
Tim Janik | that match a given test path. (g_test_run_suite): run... |
tree | commitdiff |
2007-11-20 |
Tim Janik | GTest framework started. |
tree | commitdiff |
2007-11-20 |
Tim Janik | glib/Makefile.am: build tests/ subdir after building... |
tree | commitdiff |
2007-11-20 |
Tim Janik | Added gtestframework.[hc] and glib/tests/. |
tree | commitdiff |
2007-11-20 |
Sven Neumann | use g_strconcat() instead of g_strjoin() to concatenate... |
tree | commitdiff |
2007-11-19 |
Marco Barisione | Pass an unsigned long instead of an int to pcre_fullinf... |
tree | commitdiff |
2007-11-19 |
Marco Barisione | When the compilation of a pattern fails in the error... |
tree | commitdiff |
2007-11-19 |
Matthias Clasen | Documentation improvements. (#496518, Stefan Schulze... |
tree | commitdiff |
2007-11-18 |
Matthias Clasen | Check whether assembler supports numerical local labels. |
tree | commitdiff |
2007-11-16 |
Ryan Lortie | new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the... |
tree | commitdiff |
2007-11-16 |
Ryan Lortie | new functions g_prefix_error and g_propagate_prefixed_e... |
tree | commitdiff |
2007-11-10 |
Matthias Clasen | One more |
tree | commitdiff |
2007-11-10 |
Matthias Clasen | Coding style cleanups and doc improvements. (#491979... |
tree | commitdiff |
2007-11-10 |
Matthias Clasen | Coding style cleanups and doc improvements. (#491975... |
tree | commitdiff |
2007-11-10 |
Matthias Clasen | Improve the docs. (#491974, Areg Beketovski) |
tree | commitdiff |
next |