Jan Steemann
|
e6684f9d2f
|
small optimizations for expressions
|
2015-06-02 09:17:50 +02:00 |
Jan Steemann
|
a51c258bf5
|
fixed memleaks
|
2015-06-01 14:56:14 +02:00 |
Jan Steemann
|
39cf9c527c
|
micro optimizations
|
2015-06-01 14:56:01 +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 |
Jan Steemann
|
8126781ca7
|
fixed crash
|
2015-05-29 11:52:07 +02:00 |
Jan Steemann
|
4cd37f8d55
|
fix MacOS compile errors
|
2015-05-29 10:01:19 +02:00 |
Jan Steemann
|
88198767dd
|
logging
|
2015-05-29 09:49:22 +02:00 |
Michael Hackstein
|
78a6b7e90e
|
Removed Debug output
|
2015-05-28 17:31:25 -07:00 |
Michael Hackstein
|
6a7dae216d
|
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
|
2015-05-28 15:18:32 -07:00 |
Jan Steemann
|
f011a5571e
|
no unused private members
|
2015-05-28 14:29:09 +02:00 |
Jan Steemann
|
ad59242822
|
fixed ambiguous attribute name "version" for collections
|
2015-05-28 11:54:57 +02:00 |
Jan Steemann
|
4dde6e49cd
|
goodbye barriers, welcome ditches
|
2015-05-28 10:23:30 +02: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 |
Jan Steemann
|
03461903fe
|
fixed over-eager V8 context entering and exiting in non-cluster mode
|
2015-05-27 14:02:13 +02:00 |
Michael Hackstein
|
8bcbdfaa61
|
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
|
2015-05-26 10:38: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 |
Jan Steemann
|
8d29b600d3
|
fixed Windows compile errors
|
2015-05-26 18:40:27 +02:00 |
Jan Steemann
|
c899046c74
|
added TRI_DF_MARKER_BLANK
|
2015-05-26 18:00:39 +02:00 |
Jan Steemann
|
4b67c7a735
|
several fixes for indexes
|
2015-05-26 13:35:11 +02:00 |
Jan Steemann
|
0d6bd8876c
|
fixed wrong memory zone
|
2015-05-26 09:41:10 +02:00 |
Jan Steemann
|
a9f2769ffa
|
now compiles and links
|
2015-05-23 04:31:13 +02:00 |
Jan Steemann
|
9a1b3d0b52
|
in the middle of changes - need to go home now
|
2015-05-22 22:15:26 +02:00 |
Jan Steemann
|
a5b6f00b7f
|
moved indexes to cxx
|
2015-05-22 20:15:14 +02:00 |
Jan Steemann
|
bc76cf5079
|
use std::vector
|
2015-05-22 12:58:40 +02:00 |
Jan Steemann
|
f531cdac6c
|
fixed crash when creating edge collection in cluster
|
2015-05-22 11:06:16 +02:00 |
Jan Steemann
|
3033846791
|
catch exception when filling indexes
|
2015-05-22 09:29:56 +02:00 |
Jan Steemann
|
892127d9a2
|
extended dfdb capabilities, updated dfdb manual section
|
2015-05-21 15:26:12 +02:00 |
Michael Hackstein
|
86c7f87dd3
|
Merge branch 'cppTrav2' into devel
|
2015-05-19 16:17:27 -07:00 |
Jan Steemann
|
db9e9d7c47
|
better dfdb diagnostics
|
2015-05-19 23:12:36 +02:00 |
Jan Steemann
|
db926a4057
|
store sessions in database-specific container
|
2015-05-19 15:41:15 +02:00 |
Michael Hackstein
|
2cb4cb27d5
|
The ExampleMatcher can now use v8 object and TRI_Json_t* alike.
|
2015-05-18 16:12:33 -07:00 |
Max Neunhoeffer
|
7d8ccc0f51
|
Silence the compiler.
|
2015-05-18 21:34:47 +00:00 |
Jan Steemann
|
8670f2a36d
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-05-18 10:33:53 +02:00 |
Jan Steemann
|
30a9f44e64
|
please the VisualStudio compiler
|
2015-05-18 10:33:37 +02:00 |
Jan Steemann
|
f8977f3f4f
|
split _accessor into buckets, too
|
2015-05-18 10:31:46 +02:00 |
Max Neunhoeffer
|
13204298d9
|
Make number of buckets in edge index configurable.
|
2015-05-17 19:04:47 -07:00 |
Max Neunhoeffer
|
eef79e68eb
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-05-15 17:19:46 -07:00 |
Max Neunhoeffer
|
ca17b07dca
|
C++-ify associative-multi and add hashCache, adapt edge index.
|
2015-05-15 16:37:56 -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 |
Jan Steemann
|
77291a1e71
|
split single shaper lock into multiple
|
2015-05-15 19:05:06 +02: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 |
Jan Steemann
|
f8a4df2ad4
|
Merge branch 'edge-index-resize' of https://github.com/arangodb/arangodb into devel
Conflicts:
lib/Basics/associative-multi.cpp
|
2015-05-13 12:52:38 +02:00 |
Willi Goesgens
|
421d9fbb9e
|
Add performance logging for index building.
|
2015-05-13 10:49:38 +02:00 |
Jan Steemann
|
ceecbf372f
|
slight API change
|
2015-05-13 09:06:35 +02:00 |
Max Neunhoeffer
|
ab0391dd03
|
Give TRI_doc_mptr_copy_t a move constructor and move assignment operator.
This is in the hope of allowing the compiler to speed up some things.
|
2015-05-12 18:59:52 -07:00 |
Jan Steemann
|
8480c8b000
|
speed up resizing of edge index
|
2015-05-12 21:03:30 +02:00 |
Jan Steemann
|
947f8d249a
|
allow indexing arrays of objects
|
2015-05-07 15:32:04 +02:00 |
Jan Steemann
|
6b412a1c01
|
Merge branch 'json-privatisierung' of https://github.com/arangodb/arangodb into json-privatisierung
|
2015-05-07 13:05:12 +02:00 |