Michael Hackstein
|
f5d93fb872
|
Implemented AQL EDGES as a VPack Variant.
|
2016-02-05 16:18:21 +01:00 |
Michael Hackstein
|
96b75d3733
|
Added a VPack Implementation for AQL Neighbors. This involved modification of Traverser and ExampleMather to understand VPack as well
|
2016-02-05 08:45:20 +01:00 |
jsteemann
|
54c796b6e8
|
fixed issues identified by `-fsanitize=undefined`
|
2016-01-31 23:30:41 +01:00 |
jsteemann
|
ff21453255
|
logger transition: all files in arangod exception transactions.cpp
|
2016-01-29 23:28:44 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Jan Steemann
|
6b19a7b0a7
|
fixes ported from 2.8
|
2016-01-21 16:40:31 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
jsteemann
|
9f0576c65f
|
don't rely so much on namespace std being present
|
2016-01-08 01:05:06 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
600c48375d
|
added optimizer rule `sort-in-values`
|
2015-12-13 23:33:44 +01:00 |
Jan Steemann
|
a2940b20ca
|
fixed leak in ExampleMatcher
|
2015-12-11 17:15:45 +01:00 |
Michael Hackstein
|
bf83a0e6a2
|
Potential fix for memleak
|
2015-12-03 16:08:33 +01:00 |
Michael Hackstein
|
cc35fdb7b0
|
Added the implementation and more tests for EDGES in CXX only
|
2015-10-29 15:52:46 +01:00 |
Jan Steemann
|
0defef6e0b
|
do not fetch vocbase in loop
|
2015-08-22 23:24:36 +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 |
Michael Hackstein
|
85dbb1c88b
|
The ExampleMatcher now returns a fitting error in case the example JSON is corrupted
|
2015-07-29 09:39:24 +02:00 |
Jan Steemann
|
6d7ccd7699
|
move shaper to cxx
|
2015-07-28 17:38:31 +02:00 |
Michael Hackstein
|
89ca3f68b9
|
Fixed edgeExamples in CPPOnly Neighbors function
|
2015-07-23 16:08:32 +02:00 |
Michael Hackstein
|
7f8be74c09
|
Added a test for OOM in Ditches for Neighbors. Added a test for missing vocbase in ExampleMatcher
|
2015-06-16 10:46:33 +02:00 |
Jan Steemann
|
a51c258bf5
|
fixed memleaks
|
2015-06-01 14:56:14 +02:00 |
Jan Steemann
|
a7448815bf
|
fix Visual Studio complaints
|
2015-06-01 09:42:51 +02:00 |
Michael Hackstein
|
99afc6ec87
|
CXX ExampleMatcher learned about internal attributes. This makes all AQL-Graph tests pass again ;)
|
2015-05-30 00:00:49 -07:00 |
Michael Hackstein
|
78a6b7e90e
|
Removed Debug output
|
2015-05-28 17:31:25 -07:00 |
Michael Hackstein
|
5e5c5fca70
|
Added neighbor examples and edge examples to CXX Neighbors. The ExampleMatcher is NOT able to match internal attributes yet.
|
2015-05-27 13:40:30 -07:00 |
Michael Hackstein
|
8b1cef7f76
|
CPP Neighbors is now able to take an array of examples instead of only a single one.
|
2015-05-26 09:51:04 -07:00 |
Michael Hackstein
|
2cb4cb27d5
|
The ExampleMatcher can now use v8 object and TRI_Json_t* alike.
|
2015-05-18 16:12:33 -07:00 |
Michael Hackstein
|
d832a7579a
|
The new shortest path is now able to take exactly one edge example. Has to be improved to use a list of examples
|
2015-05-15 15:08:17 -07:00 |
Michael Hackstein
|
5360172a7b
|
The ExampleMatcher is now able to use a v8 json object as example for matching in the constructor
|
2015-05-15 09:56:16 -07:00 |
Michael Hackstein
|
7ba7482d58
|
Implemented an ExampleMatcher class to be used for path filtering. Is now used in byExample queries as well. API not fixed yet.
|
2015-05-14 13:29:42 -07:00 |