changelog
- Fri, 12 Oct 2012 12:00:06 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Fri, 12 Oct 2012 12:00:06 +0200] rev 70
- fixed memory leak in ucx_map_rehash
- Fri, 12 Oct 2012 10:54:55 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 12 Oct 2012 10:54:55 +0200] rev 69
- made the code work with VC++ compiler (use make CONF=windows)
- Thu, 11 Oct 2012 16:29:30 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 11 Oct 2012 16:29:30 +0200] rev 68
- removed const from string.*
- Thu, 11 Oct 2012 11:42:31 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Oct 2012 11:42:31 +0200] rev 67
- added some qualifiers + removed pointer alias in mergesort
- Thu, 11 Oct 2012 08:42:56 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 11 Oct 2012 08:42:56 +0200] rev 66
- added separated debug makefiles and some optimization options
- Wed, 10 Oct 2012 14:26:53 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 14:26:53 +0200] rev 65
- added _Bool macro for cplusplus
- Wed, 10 Oct 2012 14:18:06 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 14:18:06 +0200] rev 64
- added autoextend feature to buffer
and we celebrate the 50th test case
- Wed, 10 Oct 2012 13:58:51 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 13:58:51 +0200] rev 63
- discarded fascism from buffer
- Wed, 10 Oct 2012 10:46:20 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 10:46:20 +0200] rev 62
- added extract function
- Wed, 10 Oct 2012 10:04:01 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 10:04:01 +0200] rev 61
- added flag field to buffer
- Wed, 10 Oct 2012 09:54:57 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 09:54:57 +0200] rev 60
- renamed UcxMemstream to UcxBuffer
- Wed, 10 Oct 2012 09:34:13 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 09:34:13 +0200] rev 59
- added semicolons to UCX_TEST_DECLARE calls
- Wed, 10 Oct 2012 09:32:06 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 10 Oct 2012 09:32:06 +0200] rev 58
- discarded memprintf / memscanf
Reason: memscanf has no chance to get the amount of bytes read
- Tue, 09 Oct 2012 16:46:29 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Tue, 09 Oct 2012 16:46:29 +0200] rev 57
- some fixes
- Tue, 09 Oct 2012 15:02:40 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 09 Oct 2012 15:02:40 +0200] rev 56
- added memstream to ucx - still little work to do
- Tue, 09 Oct 2012 10:21:18 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 09 Oct 2012 10:21:18 +0200] rev 55
- fixed map tests + used tmpfiles in tests
- Mon, 08 Oct 2012 14:04:52 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 08 Oct 2012 14:04:52 +0200] rev 54
- added logging API
- Mon, 08 Oct 2012 12:29:27 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 08 Oct 2012 12:29:27 +0200] rev 53
- added ucx_map_remove
- Fri, 05 Oct 2012 16:59:14 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Fri, 05 Oct 2012 16:59:14 +0200] rev 52
- added ucx_map_copy and fixed ucx_map_rehash
- Fri, 05 Oct 2012 14:06:40 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 05 Oct 2012 14:06:40 +0200] rev 51
- added rehashing to maps by using clone function
- Fri, 05 Oct 2012 13:23:25 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 05 Oct 2012 13:23:25 +0200] rev 50
- moved allocator to seperate file
function signatures are now "generic" and not restricted to UcxMempool
- Fri, 05 Oct 2012 11:55:36 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 05 Oct 2012 11:55:36 +0200] rev 49
- Merge with 22fb97e9f58a0a8b18db7f81b7392dae0cd64571
- Fri, 05 Oct 2012 11:52:53 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 05 Oct 2012 11:52:53 +0200] rev 48
- map can now load values from file into pooled memory
use with care when using a decoder that also allocates memory
- Fri, 05 Oct 2012 10:38:51 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Fri, 05 Oct 2012 10:38:51 +0200] rev 47
- sstrncat uses memcpy
- Fri, 05 Oct 2012 10:25:33 +0200
- by Mike Becker <universe@uap-core.de> [Fri, 05 Oct 2012 10:25:33 +0200] rev 46
- implemented encoder/decoder for map store/load
- Thu, 04 Oct 2012 19:46:10 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 04 Oct 2012 19:46:10 +0200] rev 45
- map counts elements
- Thu, 04 Oct 2012 18:46:57 +0200
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 04 Oct 2012 18:46:57 +0200] rev 44
- added map clone
- Thu, 04 Oct 2012 18:23:32 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 04 Oct 2012 18:23:32 +0200] rev 43
- fixed crash fails by completing the implementation of the tested function....
- Thu, 04 Oct 2012 16:03:18 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 04 Oct 2012 16:03:18 +0200] rev 42
- (broken-commit) - added load and store functions, tests failing
some evil crash happens when executing the test - remove the strcmp calls in the test case for the store and load function and everything "works"
the error must be somewhere else - maybe something that should not be freed is freed during the test
- Thu, 04 Oct 2012 14:08:31 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 04 Oct 2012 14:08:31 +0200] rev 41
- simplified UCX_MAP_FOREACH