Commit Graph

924 Commits

Author SHA1 Message Date
41d9570f08 Re-generate the Makefiles 2018-02-22 01:47:28 +01:00
5ce82591d4 Import a test for the Buffer class 2018-02-22 01:47:15 +01:00
118b9372f8 Add a shorthand for resetting buffers 2018-02-22 01:46:41 +01:00
22b7330377 Constify 2018-02-22 01:46:29 +01:00
da52a98f47 Minor optimization 2018-02-22 01:39:36 +01:00
b0abfe969e Improve error handling 2018-02-19 19:48:28 +01:00
4d1df16dea Use String for filenames in the Parser class 2018-02-19 19:46:48 +01:00
261f200e0a Improve code coverage for the "parser" test 2018-02-19 19:43:43 +01:00
6a55ab9a0b Re-generate the Makefiles 2018-02-19 19:35:31 +01:00
cc887570e1 Import a simple test for the Parser class 2018-02-19 19:35:17 +01:00
d973969013 Add a comment at the end of the file 2018-02-19 19:30:40 +01:00
7f8883da56 Re-generate the Makefiles 2018-02-19 19:22:50 +01:00
fb17eff530 Add a test loading an empty configuration file 2018-02-19 19:22:31 +01:00
bd2fcbd1b2 Improve code coverage for the "config" test 2018-02-19 19:13:53 +01:00
c5535a04ca Include the correct header for SIZE_MAX 2018-02-19 15:09:05 +01:00
9cf0b5b6de Improve error handling 2018-02-19 12:50:23 +01:00
1834ff6975 Improve code coverage for the "array" test 2018-02-19 12:50:23 +01:00
b5d3cca472 Update from upstream 2018-02-19 02:04:36 +01:00
a45d04f292 Update from upstream 2018-02-19 01:51:52 +01:00
f30c5c4432 Re-generate the Makefiles 2018-02-19 01:34:37 +01:00
fe7040a109 Import a test for code coverage in tests
It is currently disabled by default.
2018-02-19 01:34:06 +01:00
aa704e7377 Update the copyright notice 2018-02-19 00:21:33 +01:00
7822da5b8a Remove unused option from the usage screen 2018-02-19 00:21:14 +01:00
90c1b2121c Re-generate the Makefiles 2018-02-18 23:58:34 +01:00
9e1468cb8a Update the copyright notice 2018-02-18 22:22:33 +01:00
1652ad8a4c Switch to the 2-clause BSD license 2018-02-18 22:20:35 +01:00
71b3d547ce Add tests for the filtering functions 2018-02-18 22:02:08 +01:00
ca1a62b9c8 Also test the ARRAY() macros 2018-02-18 22:01:26 +01:00
4eca00becc Update the copyright notice 2018-02-18 21:51:32 +01:00
ac95bd1286 Also test array_foreach_swap() 2018-02-18 21:51:18 +01:00
19ab867c64 Allow callbacks wth swapped arguments 2018-02-18 21:46:54 +01:00
53e9a80260 Introduce filtering for arrays 2018-02-18 21:46:12 +01:00
fa6e46a0ba Add a helper for arrays of a specific type 2018-02-18 21:44:37 +01:00
7787c5e955 Re-generate the Makefiles 2018-01-23 05:09:39 +01:00
6e225a14e3 Update the dependencies 2018-01-23 05:09:27 +01:00
7803266e8d Update the copyright notice 2018-01-23 05:09:08 +01:00
b82b1b510e Introduce the StringArray type
This breaks the libSystem API.
2018-01-23 05:08:57 +01:00
9381c413f7 s/FIXME/TODO/ for more conversions 2018-01-18 04:24:14 +01:00
fae80ef7c3 Re-generate the Makefiles 2018-01-18 04:23:57 +01:00
ea18eb3689 No longer require WinSock on Windows to compile 2018-01-18 04:23:25 +01:00
21791deaaf Use -errno as the code for system errors 2018-01-18 04:10:08 +01:00
5f83e7d2fe Add a comment about a potential year 2038 bug 2018-01-18 04:09:49 +01:00
a9e4509f24 s/FIXME/XXX/ 2018-01-18 04:09:49 +01:00
c82330f9a9 Update the copyright notice 2018-01-18 04:09:49 +01:00
2596b14473 Use long long in format strings for time_t 2018-01-18 04:09:49 +01:00
a126e50610 Update the copyright notice 2018-01-18 03:58:23 +01:00
91745593ce Free memory when reducing arrays 2018-01-18 03:58:01 +01:00
ab2a660079 Consider signedness when converting 64-bit values 2018-01-17 03:29:14 +01:00
510c9020c7 Use hexadecimal values when comparing ranges 2018-01-17 03:28:43 +01:00
2a1f372a58 Implement more conversions 2018-01-17 02:55:36 +01:00