1
0
Fork 0
Commit Graph

58 Commits

Author SHA1 Message Date
Jan Steemann 39f21af47c fixed test error 2013-08-20 11:10:53 +02:00
Jan Steemann a19530c57c attempt to fix failing tests 2013-07-29 09:21:27 +02:00
Jan Steemann ca6b184286 added TRI_JSON_STRING_REFERENCE 2013-07-10 17:00:29 +02:00
Jan Steemann 4c952ad927 added unit tests 2013-07-09 12:32:47 +02:00
Jan Steemann c7d2f8f8cd some json / shaped-json and string handling improvements 2013-05-13 09:01:07 +02:00
Jan Steemann f7a5cf4cf3 transactions 2013-04-03 14:40:23 +02:00
Frank Celler f810711a79 FreeBSD port 2013-04-02 18:43:10 +02:00
Jan Steemann e6c28d50b3 cleanup: removed TRI_HAVE_ICU and internal.HAVE_ICU (always true) 2013-03-08 16:09:47 +01:00
Jan Steemann ebc653a0bd issue #435 2013-02-26 12:11:13 +01:00
Jan Steemann e2cc3eef12 added gcc-specific pragma for a test 2013-02-18 14:09:37 +01:00
Jan Steemann 72fea38943 fix compile warnings 2013-02-13 22:20:04 +01:00
Frank Celler d2fb159fac added tests for offsets 2013-02-13 14:33:52 +01:00
Jan Steemann 332da75bcb fixed invalid number to string conversion for edge cases 2013-02-13 11:35:34 +01:00
Jan Steemann 843453a76c test for infinite values to prevent endless while loops in number value printing 2013-01-30 19:26:43 +01:00
Jan Steemann 2cab878e56 added some very basic test cases for TRI_associative_synced_t 2013-01-25 10:34:32 +01:00
Jan Steemann 59c3dac151 added comment 2013-01-21 13:46:49 +01:00
Jan Steemann ba44906c24 fixed insertion into primary index when there were deleted documents 2013-01-21 12:05:03 +01:00
Jan Steemann 3e58bbebe9 added test for edge marker size 2013-01-18 17:10:12 +01:00
Jan Steemann ac9d5f59b5 added tests for datafile building blocks sizes 2013-01-14 03:08:54 +01:00
Jan Steemann b8ca0b2d4d fulltext index massive rewrite 2012-12-15 01:01:25 +01:00
Jan Steemann 9a9e8c3214 added test case for absolute path 2012-12-10 15:39:57 +01:00
a-brandt 1794ea49fa added new function for getting words 2012-12-07 13:09:16 +01:00
Jan Steemann 242a16d6f5 proper naming of ICU functions 2012-12-06 12:27:22 +01:00
a-brandt 32fbb4109c added tolower and toupper for utf8 2012-12-03 13:30:33 +01:00
Jan Steemann aaf34f44f4 fixed lots of compile warnings 2012-11-22 21:20:22 +01:00
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