jsteemann
|
85c5333dcf
|
simplified functions, halfway through
|
2016-03-16 02:47:23 +01:00 |
jsteemann
|
3c3a4fb0d2
|
use AqlValues
|
2016-03-15 20:27:57 +01:00 |
jsteemann
|
8650404c9e
|
fixed startup
|
2016-03-15 20:09:15 +01:00 |
jsteemann
|
4f8265bfc8
|
temporary builder leaser
|
2016-03-15 14:08:03 +01:00 |
jsteemann
|
3fd954fc6a
|
micro optimizations
|
2016-03-15 10:40:37 +01:00 |
jsteemann
|
7fb31d9ef6
|
free by default
|
2016-03-15 00:13:11 +01:00 |
jsteemann
|
b04ec219d9
|
changed functions signature
|
2016-03-15 00:01:54 +01:00 |
jsteemann
|
d7bec3c343
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-14 14:34:36 +01:00 |
Max Neunhoeffer
|
ed1e59b3a1
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-14 14:08:29 +01:00 |
Max Neunhoeffer
|
50514610fc
|
Change id and key validation to use length.
|
2016-03-14 10:23:08 +01:00 |
jsteemann
|
874a748477
|
use ValuePair
|
2016-03-14 09:19:52 +01:00 |
jsteemann
|
3c6cdb5ddb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-14 09:14:54 +01:00 |
jsteemann
|
47e5069bf7
|
do not leak
|
2016-03-14 09:13:55 +01:00 |
Jan Steemann
|
da691ed39c
|
fixed memory issues
|
2016-03-11 12:44:38 +01:00 |
Michael Hackstein
|
23f845de05
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-10 10:46:30 +01:00 |
Michael Hackstein
|
4c4c117059
|
Partially Adopted Traverser to new transaction API. This is still work in Progress. It compiles but it will not work yet.
|
2016-03-10 10:42:20 +01:00 |
jsteemann
|
279fb105e2
|
cppcheck
|
2016-03-09 22:57:49 +01:00 |
Max Neunhoeffer
|
bffd86b035
|
Temporarily disable external VPack usage again.
|
2016-03-09 15:20:21 +01:00 |
Michael Hackstein
|
ecbab4e2da
|
Removed duplicate functionality from functions.cpp. Also Simplified the example matcher to not use Resolver and Shaper any more
|
2016-03-09 12:43:04 +01:00 |
Michael Hackstein
|
c3c06a2f5c
|
Modified EDGES AQL funciton to use new Transaction API instead and does not rely on the shaper any more. Also added a iteratorForSlice method to EdgeIndex. It is slightly more complicated than other indexes iteratorForSlice functions because of the special _from, _to indexing in one index.
|
2016-03-09 09:59:51 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Michael Hackstein
|
37982177ac
|
Removed unused functions and imports
|
2016-03-06 11:58:03 +01:00 |
Michael Hackstein
|
729847f1e7
|
Removed the old Json based AQL FunctionParameters. Also removed all Json-based wrappers around the new VelocyPack based AQL functions.
|
2016-03-06 11:49:53 +01:00 |
Jan Steemann
|
c157363f3c
|
less dependencies
|
2016-03-04 17:21:09 +01:00 |
Michael Hackstein
|
d95c4954a4
|
Removed shape from ExampleMatcher. Also TRI_json_t variant is non functional anymore. It is DEPRECATED and will be removed very very soon
|
2016-03-02 15:46:32 +01:00 |
Jan Steemann
|
bd9293802d
|
marker changes, unfinished
|
2016-02-26 19:39:17 +01:00 |
Jan Steemann
|
ebf2d1520b
|
removed TRI_doc_mptr_copy_t
|
2016-02-26 11:46:33 +01:00 |
Frank Celler
|
4b2b85f1b5
|
more cleanup
|
2016-02-24 19:19:04 +01:00 |
jsteemann
|
ee49f4f3f7
|
cppcheck
|
2016-02-23 21:33:59 +01:00 |
Michael Hackstein
|
f61c16a248
|
Removed obsolete JSON implementations in Aql/Functions
|
2016-02-23 11:09:48 +01:00 |
Max Neunhoeffer
|
393ac7e753
|
Rename getCollectionId -> getCollectionIdLocal.
|
2016-02-19 23:26:17 +01:00 |
Jan Steemann
|
a3b0bb83d1
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-02-16 15:39:02 +01:00 |
Jan Steemann
|
313f27deed
|
renamed methods
|
2016-02-15 18:18:03 +01:00 |
Michael Hackstein
|
bb264d89f8
|
Removed VPackSlice const from std::containers. It is against the standard and compiles somehow with clang but not with g++4.9
|
2016-02-15 11:21:40 +01:00 |
Michael Hackstein
|
2c6c31004c
|
Silenced parentheses warning
|
2016-02-15 10:53:35 +01:00 |
Michael Hackstein
|
835e077836
|
Fixed a linux compile bug with default parameters. Now they have no defaults any more.
|
2016-02-15 10:51:12 +01:00 |
Michael Hackstein
|
a3cd1aa54e
|
Merge branch 'devel' of github.com:arangodb/arangodb into vpack
|
2016-02-15 10:25:31 +01:00 |
Michael Hackstein
|
c8e0d417ba
|
Added VPack Variant for IS_SAME_COLLECTION. This was the function without a VelocyPack variant. AQL Functions are now ready to be switched.
|
2016-02-13 14:46:32 +01:00 |
Michael Hackstein
|
a52e70c3f5
|
Added a VPack Variant for AQL FULLTEXT function
|
2016-02-13 14:40:10 +01:00 |
Michael Hackstein
|
bfddd69a03
|
Added a velocypack variant of POSITION and RANGE.
|
2016-02-13 14:30:43 +01:00 |
Michael Hackstein
|
521be3c08e
|
Added VPack variant of PERCENTILE and MEDIAN
|
2016-02-13 14:15:09 +01:00 |
Michael Hackstein
|
0688392364
|
Added a velocypack variant of stdDev and variance to AQL
|
2016-02-13 14:00:40 +01:00 |
Michael Hackstein
|
8cbac0258a
|
Added VPack implementation for NotNull, CurrentDatabase and CollectionCount
|
2016-02-13 13:48:34 +01:00 |
Jan Steemann
|
b8849daa50
|
fix invalid fix
|
2016-02-12 10:41:09 +01:00 |
Jan Steemann
|
797fff14c2
|
fixed issue #1722
|
2016-02-12 09:45:32 +01:00 |
Michael Hackstein
|
30547cb696
|
Further implementation if list functions in VPack variant. Also fixed a bug in FIRST
|
2016-02-10 21:56:09 +01:00 |
Michael Hackstein
|
a3cccc14cf
|
Added implementation for VPack variant of POP and APPEND
|
2016-02-10 18:55:28 +01:00 |
Michael Hackstein
|
acbc7cdad2
|
Added more VPackStyle functions: firstDocument firstArray push.
|
2016-02-10 18:14:13 +01:00 |
Michael Hackstein
|
7976903c43
|
Added VPack implementations for Math functions.
|
2016-02-09 16:51:04 +01:00 |
Michael Hackstein
|
f5d93fb872
|
Implemented AQL EDGES as a VPack Variant.
|
2016-02-05 16:18:21 +01:00 |