summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-04Fix FSF addressHEADmasterTim-Philipp Müller7-14/+14
2012-10-13insanitytest: Add an insanity_test_report macroThibault Saunier2-3/+5
2012-10-13insanitytest: Low down insanity_test_print log level to DEBUGThibault Saunier1-1/+1
2012-06-27insanitytest: g_printerr() already prints to stderr, no need to pass it as pa...Sebastian Dröge1-1/+1
2012-06-26lib: Let insanity tests be debuged even if not running standaloneThibault Saunier1-3/+2
2012-06-19lib: Use the insanity_test_get_string_argument helperThibault Saunier1-6/+4
2012-06-18insanitytest: Check runlevel on add_argument/checklist_item and checklist_ite...Andre Moreira Magalhaes (andrunko)1-0/+3
2012-06-18insanitytest: Properly check if an item already failed validating.Andre Moreira Magalhaes (andrunko)1-5/+7
2012-06-18insanitytest: Add insanity_test_checklist_item_set_global.Andre Moreira Magalhaes (andrunko)2-0/+38
2012-06-18insanitytest: Remove add_shared_checklist_item.Andre Moreira Magalhaes (andrunko)2-59/+0
2012-06-18insanitytest: Add global parameter to add_checklist_item.Andre Moreira Magalhaes (andrunko)2-2/+18
2012-06-18lib: Add a way to specify checklist items that are shared between iterations ...Thibault Saunier2-0/+62
2012-05-02Only set the basename of argv[0] as the program nameSebastian Dröge1-1/+4
2012-04-11lib: Add datadir variable to pkg-config fileSebastian Dröge1-0/+2
2012-04-11Some fixes to GI integration to allow uninstalled build of insanity and insan...Sebastian Dröge3-2/+9
2012-04-10Call stop() even if start() failed and teardown() if setup() failed in standa...Sebastian Dröge1-3/+3
2012-04-10Remove some DBus signals and rework the test startup processSebastian Dröge1-18/+2
2012-04-09Improve checking if a thread is already runningSebastian Dröge1-12/+5
2012-04-09Make sure that no test thread is running when calling startSebastian Dröge1-0/+12
2012-04-09Use LIBINSANITY_API_VERSION in another placeSebastian Dröge1-1/+1
2012-04-05Use the generic marshaller instead of custom ones for GObject signalsSebastian Dröge2-39/+5
2012-04-03Pass C files to gst-indentThibault Saunier1-32/+44
2012-04-03Print category in logsVincent Penquerc'h1-2/+2
2012-04-03Rename step to checklist item in the DBus/Python parts tooSebastian Dröge1-4/+4
2012-04-03Fail checklist items if any one call for that step failsVincent Penquerc'h1-1/+11
2012-04-03Always allocate the loglevels hashtableSebastian Dröge1-1/+2
2012-04-03Add insanity_test_logv() which takes a va_list instead of varargsSebastian Dröge2-7/+35
2012-04-03Some cleanup and rename validate_step() to validate_checklist_item() for cons...Sebastian Dröge2-136/+137
2012-04-03Don't allow validating/invalidating a step multiple timesSebastian Dröge1-0/+1
2012-04-02Add log levels, log categories, and more log infoVincent Penquerc'h2-22/+121
2012-03-29Use int instead of int32 for the integer typed helper functionsSebastian Dröge2-12/+12
2012-03-29Add typed helper functions to set extra-infoSebastian Dröge2-0/+92
2012-03-29Add typed helper functions for getting argumentsSebastian Dröge2-0/+169
2012-03-29Re-indent everythingSebastian Dröge2-184/+263
2012-03-29Add some more typed helper functions for adding argumentsSebastian Dröge2-0/+66
2012-03-29Add checks for valid argument/extra-info typesSebastian Dröge1-1/+35
2012-03-28Add a insanity_test_add_string_argument helperVincent Penquerc'h2-0/+13
2012-03-28Only call stop if start succeededVincent Penquerc'h1-3/+5
2012-03-28Add iteration index to output filenames for standalone modeSebastian Dröge1-3/+14
2012-03-28Error out early if non-existing output filenames or arguments are requestedSebastian Dröge1-0/+2
2012-03-28Don't allow to add checklist items, arguments, etc twiceSebastian Dröge1-0/+6
2012-03-28Don't allow to get non-global output filenames before being setupSebastian Dröge1-0/+8
2012-03-21Fix compiler warningsSebastian Dröge2-53/+42
2012-03-21Set more compiler warning flagsSebastian Dröge1-1/+1
2012-03-20Make GLib warnings/criticals fatalSebastian Dröge1-0/+3
2012-03-20Some minor cleanupSebastian Dröge2-39/+36
2012-03-20Use the key as the output file filename in standalone modeSebastian Dröge1-15/+2
2012-03-19Add --output-directory and --keep-unnamed-output-files optionsVincent Penquerc'h1-7/+19
2012-03-19Name temporary directory with 'insanity' in the nameVincent Penquerc'h1-1/+1
2012-03-16Make clear that rmdir may fail, and that's fineVincent Penquerc'h1-0/+1