1
0
Fork 0
Commit Graph

33 Commits

Author SHA1 Message Date
Jan Steemann 008ad959d5 fixed octal conversion, wrote tests 2012-11-08 15:07:48 +01:00
Jan Steemann e438108f90 moved and fixed hex conversion, wrote tests for hex conversion 2012-11-08 14:31:49 +01:00
Jan Steemann d2d5b439d5 added conversion functions for int8 and int16 2012-11-08 13:33:39 +01:00
Jan Steemann 16ee94def3 added in-place num-to-string conversions, added tests for conversions 2012-11-08 13:13:30 +01:00
Jan Steemann 1359d93924 fixed uninitialised bytes in call to write 2012-10-25 16:04:57 +02:00
Jan Steemann c53cd0b408 added TRI_SizeFile() plus test 2012-10-24 18:37:40 +02:00
Jan Steemann 85cba473ba fixed memory clearing in TRI_EraseFrontStringBuffer for some cases 2012-10-11 13:31:43 +02:00
Jan Steemann 3b5d4a4fc9 issue #204: allow import of tab-separated values
this enables the user to specify the tab as separator for arangoimp.
the separator and eol values used by arangoimp can now also consist of
more than one character.

updated documentation and added test cases
2012-09-30 01:38:32 +02:00
Jan Steemann 89754433dd switched to C mersenne twister implementation in BasicsC 2012-09-25 22:57:47 +02:00
a-brandt 4dc64a546b added utf8 normalization function (uses icu) 2012-09-13 16:41:00 +02:00
Jan Steemann 78e9da2992 fixed unicode unescape problem, added tests 2012-08-27 16:02:43 +02:00
Jan Steemann 829acdcbe9 some speedups for JSON parsing, correction of Unicode escape sequence handling 2012-07-05 09:31:56 +02:00
Jan Steemann 92e73b1bb8 issue #112: do not accept document with duplicate attribute names 2012-06-22 11:36:48 +02:00
Jan Steemann 450f6ca4c4 fixed some errors found by valgrind/gcc 2012-05-22 09:11:17 +02:00
Jan Steemann 2234a38ab9 more test cases 2012-05-09 09:11:33 +02:00
Jan Steemann ada9a72dd7 added tests 2012-05-09 01:04:56 +02:00
Jan Steemann 135362ab6e added some tests 2012-05-09 00:19:17 +02:00
Frank Celler db868d1147 Merge branch 'oreste' of github.com:triAGENS/AvocadoDB
Conflicts:
	BasicsC/vector.c
2012-05-08 09:31:26 +02:00
Frank Celler de0b90b664 merged with oreste 2012-05-08 09:28:18 +02:00
Jan Steemann 92e7794fa9 some more tests 2012-04-28 00:29:53 +02:00
Jan Steemann e3c5dae7e2 started test cases for TRI_json_t (still unfinished) 2012-04-28 00:15:14 +02:00
Jan Steemann 7638e95e59 added tests, fixed endless loop in crc32 hashing 2012-04-27 23:43:14 +02:00
Jan Steemann 66d9597fd3 fixed memleaks 2012-04-27 17:02:32 +02:00
Jan Steemann 3e87a3f4ff fixed memleaks 2012-04-27 16:37:44 +02:00
Jan Steemann ac3f5dcb83 fixed memory issues 2012-04-27 16:11:59 +02:00
Frank Celler fe02e5036d fixed tests and win32 2012-04-27 14:31:37 +02:00
Jan Steemann fe9424a070 fixed compile warnings 2012-04-11 10:16:35 +02:00
Jan Steemann 24c8fac177 added tests 2012-04-10 18:17:37 +02:00
Jan Steemann b90243c28a fixed issue #42: multibyte encoding 2012-04-10 17:44:29 +02:00
Jan Steemann e9bcc6a638 merge with SVN 2012-03-30 09:13:43 +02:00
Jan Steemann 81470465ac merge with SVN 2012-03-29 16:41:29 +02:00
Frank Celler b7e6c26ce3 merged Jan's and Achim's changes 2012-03-15 16:47:50 +01:00
Frank Celler ed4ff43073 added BOOST test 2012-03-15 13:16:30 +01:00