jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
Jan Steemann
|
8b4b6a1943
|
moved docu blocks into their own files
|
2016-01-07 16:03:17 +01:00 |
Jan Steemann
|
e8a339e7b2
|
removed unsupported @code ... @endcode tags
|
2016-01-07 15:26:56 +01:00 |
Wilfried Goesgens
|
7fc4b356e4
|
Revert formattings that break documentation parts.
|
2016-01-07 15:12:04 +01:00 |
Wilfried Goesgens
|
8a0f635dca
|
Wrap examples properly - this was broken during the auto format.
|
2016-01-07 13:08:50 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
9a1d7959e9
|
merged string-buffer.h and StringBuffer.h
|
2016-01-06 13:24:09 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
Michael Hackstein
|
7f0792ab9b
|
Started adapting the V8Server file to class version of TRI_col_info_t
|
2015-12-16 11:46:18 +01:00 |
Jan Steemann
|
5c033f566b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:47:08 +01:00 |
Jan Steemann
|
eb8899d9ae
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
Jan Steemann
|
db078f1554
|
changed some APIs of AssocMulti
|
2015-11-25 15:40:01 +01:00 |
Jan Steemann
|
981c578812
|
changed other index APIs
|
2015-11-25 15:05:02 +01:00 |
Jan Steemann
|
0ee556d07d
|
added transaction to hash index APIs
|
2015-11-25 14:55:43 +01:00 |
Michael Hackstein
|
fbee0b0859
|
Started to transform Parts of AQL Query to VPack. Especially the QueryResult is now using VPack internally.
|
2015-11-12 11:09:35 +01:00 |
jsteemann
|
5fff134c80
|
added CXX implementations of `WITHIN` and `NEAR` AQL functions
|
2015-10-27 23:24:00 +01:00 |
jsteemann
|
adebf6e7c9
|
removed some iostream includes
|
2015-10-12 21:40:46 +02:00 |
Michael Hackstein
|
db0e414776
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-07 09:10:56 +02:00 |
Michael Hackstein
|
86ab20ffb0
|
Started adapting the Skiplist Index to the new index Node. WIP does not compile
|
2015-10-06 17:49:44 +02:00 |
Jan Steemann
|
8dfcc98694
|
use ctor/dtor for TRI_hash_index_search_value_t
|
2015-10-06 17:09:59 +02:00 |
Michael Hackstein
|
37a4ecfbb3
|
Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct
|
2015-10-06 10:45:42 +02:00 |
Jan Steemann
|
8b599b5274
|
changed some include headers around
|
2015-09-07 17:09:10 +02:00 |
Jan Steemann
|
e602ca5662
|
issue #1471: document() vs documents() parameters (_key and _id)
|
2015-09-04 18:13:23 +02:00 |
Michael Hackstein
|
630c8fd42f
|
Improved Primary Sequential read
|
2015-09-03 16:25:24 +02:00 |
Michael Hackstein
|
bb03d0001b
|
Fixed memlead in index operator. Destructor was not virtual
|
2015-09-01 15:38:25 +02:00 |
Michael Hackstein
|
027445697d
|
Renamed SkiplistIndex2 to SkiplistIndex ;)
|
2015-09-01 15:05:49 +02:00 |
Michael Hackstein
|
dd20dc4c7f
|
Finished with C++ification of SkiplistIndex and index operators. Now to be tested.
|
2015-09-01 15:05:47 +02:00 |
Michael Hackstein
|
81fa8018b0
|
Improved primary index lookups to use parameter by reference instead of byPointer. less error prone. Fixed some issues with it.
|
2015-08-28 09:28:24 +02:00 |
Michael Hackstein
|
082e49f2c1
|
Further adoptions of internal functionality to new Primary index
|
2015-08-28 09:28:23 +02:00 |
Jan Steemann
|
21793ff9f7
|
cppcheck
|
2015-08-26 21:36:44 +02:00 |
Michael Hackstein
|
4effa2291e
|
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
|
2015-08-26 10:41:27 +02:00 |
Jan Steemann
|
0d0e652bdc
|
fixed VS compile warnings
|
2015-08-25 18:02:00 +02:00 |
Jan Steemann
|
a440d65ee2
|
fix limits
|
2015-08-25 16:57:00 +02:00 |
Michael Hackstein
|
40c1361244
|
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
|
2015-08-25 16:40:31 +02:00 |
Jan Steemann
|
7540059f36
|
uint32_t => uint64_t
|
2015-08-25 15:08:09 +02:00 |
Michael Hackstein
|
ba8264eada
|
AssocUnique is now a templated index. Foundation to move primary index to use it
|
2015-08-24 16:41:16 +02:00 |
Michael Hackstein
|
9bb7c0dec6
|
The skiplist index is now able to index arrays as well
|
2015-08-21 11:04:04 +02:00 |
Michael Hackstein
|
4bb8508d82
|
Implemented a new improved version of the Array index insertion function.
|
2015-08-20 14:03:17 +02:00 |
Michael Hackstein
|
e867181a72
|
Merge remote-tracking branch 'origin/eimerung_hashindex' into array_indexing
|
2015-08-17 15:58:53 +02:00 |
Michael Hackstein
|
ae989cf2ca
|
Skiplist index now uses the unified index_element.
|
2015-08-17 12:43:14 +02:00 |
Michael Hackstein
|
8e3e2d547d
|
Do not push <Class const> into vector. It does not work everywhere
|
2015-08-17 12:43:11 +02:00 |
Michael Hackstein
|
17a8f73a06
|
Now the input for indexes is parsed using the new attribute parser. This means the flags for expanded Attributes are set. Also introduced a transformation function to transform an attributeName list back into a string.
|
2015-08-17 12:43:07 +02:00 |
Michael Hackstein
|
8fbb2739b0
|
The indexes can now use the new AttributeName struct which contains a flag if the attribute should be Array-Indexed. Right now this flag is hard-coded to false in all cases and not persisted.
|
2015-08-17 12:43:05 +02:00 |
Willi Goesgens
|
bfab367e3d
|
Examplify docu.
|
2015-08-12 11:12:15 +02:00 |
Jan Steemann
|
5ae47a7403
|
Merge branch 'shaper-cxx' of https://github.com/arangodb/arangodb into devel
|
2015-07-29 13:50:42 +02:00 |
Michael Hackstein
|
525887eb3e
|
Fixed some functions that did throw plain int values. Now they throw proper error objects and are passed over to V8 contexts eventually
|
2015-07-29 13:49:12 +02:00 |
Jan Steemann
|
6d7ccd7699
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Jan Steemann
|
dcfe29211a
|
updated CHANGELOG
|
2015-06-18 14:03:31 +02:00 |
Jan Steemann
|
a6b2998b5d
|
added try...catch blocks for V8-to-CPP bindings
|
2015-06-08 16:04:42 +02:00 |