summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa2-2/+2
2016-11-20Removed support for apostrophes in libconfig key namesHaru1-9/+17
2016-11-19Fix various uninitialized objects in the test_libconfig suiteHaru1-0/+31
2016-11-19Fix a 'make test' failure caused by a wrong linker library orderHaru1-2/+2
2016-11-19Add fixed-size versions of the _int64 libconfig getters/settersHaru1-3/+3
2016-11-19Fix a compilation warning in test_spinlockHaru1-5/+7
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-07-12Various changes to the thread interfaceHaru1-1/+1
2016-07-12Removed unnecessary typedefs from thread and spinlockHaru1-4/+5
2016-07-12Corrected some compiler warnings in test_spinlockHaru1-1/+1
2016-07-12Interface thread.chemagx1-2/+2
2016-05-08Fixed various issues pointed out by cppcheckHaru2-5/+5
2016-04-16Updated GNU Make build system to support private headersHaru1-2/+2
2016-02-17Removed unnecessary typedefs from libconfigHaru1-43/+43
2016-02-17Renamed config->read_file to config->load_fileHaru1-3/+3
2016-02-17Updated libconfig to version 1.5Haru1-2/+2
2016-01-21Enable pcre by default in configure and show error if pcre missing.Andrei Karas1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru3-5/+61
2015-12-02Fixed an issue with the HPMDataCheck when PCRE is enabledHaru1-1/+1
2015-10-11Added test_libconfig test suite.Haru4-14/+865
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-10/+1
2015-06-19Cleaned up some #includesHaru1-1/+2
2015-06-19Removed ".." from include directivesHaru2-12/+13
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-5/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-15/+11
2014-07-11Explicitly specify 'void' when a function expects no argumentsHaru1-3/+3
2014-07-11Removed unsafe pointer typedefsHaru1-1/+1
2014-05-25Improved CFLAGS/CPPFLAGS handlingHaru1-1/+3
2014-05-13Removed trailing whitespace (sources)Haru1-7/+8
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-9/+16
2013-11-20Added support for 'make plugin.pluginname' to compile only 'pluginname'Haru1-15/+19
2013-10-05Added 'buildclean' target to all makefilesHaru1-3/+7
2013-09-21Added Makefile.in change detection (and auto-rebuild) capabilitiesHaru1-2/+5
2013-09-18Makefiles improvements and cleanupHaru1-14/+20
2013-07-21Changed CC to a Makefile variableHaru1-2/+5
2013-07-14Makefile error corrections and minor tweaksHaru1-2/+2
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-83/+77
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-77/+83
2012-06-03feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ...blacksirius2-0/+178