1
0
Fork 0
arangodb/arangod/V8Server
Jan Christoph Uhde 6a3d6e080b remove comments 2016-09-05 16:39:05 +02:00
..
FoxxQueuesFeature.cpp
FoxxQueuesFeature.h
V8Context.cpp
V8Context.h
V8DealerFeature.cpp Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-vs-velocystream 2016-08-25 10:38:26 +02:00
V8DealerFeature.h
V8Job.cpp removed JsonParser 2016-08-19 12:39:26 +02:00
V8Job.h
V8PeriodicTask.cpp
V8PeriodicTask.h
V8QueueJob.cpp removed JsonParser 2016-08-19 12:39:26 +02:00
V8QueueJob.h
V8TimerTask.cpp
V8TimerTask.h
V8Traverser.cpp removed TRI_collection_t 2016-09-02 14:54:13 +02:00
V8Traverser.h
v8-actions.cpp remove comments 2016-09-05 16:39:05 +02:00
v8-actions.h
v8-collection-util.cpp Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types 2016-08-18 12:38:07 +02:00
v8-collection.cpp removed TRI_collection_t 2016-09-02 14:54:13 +02:00
v8-collection.h Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types 2016-08-18 12:38:07 +02:00
v8-dispatcher.cpp
v8-dispatcher.h
v8-query.cpp removed TRI_collection_t 2016-09-02 14:54:13 +02:00
v8-query.h
v8-replication.cpp
v8-replication.h
v8-statistics.cpp finish RequestType enum 2016-08-23 14:49:29 +02:00
v8-statistics.h
v8-user-structures.cpp removed useless && 2016-08-05 16:17:05 +02:00
v8-user-structures.h
v8-util.cpp
v8-vocbase.cpp cleanup 2016-09-02 10:26:43 +02:00
v8-vocbase.h
v8-vocbaseprivate.h Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes. 2016-08-17 11:10:39 +02:00
v8-voccursor.cpp
v8-voccursor.h
v8-vocindex.cpp fixed index creation & validation 2016-09-05 11:42:44 +02:00
v8-vocindex.h Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit. 2016-08-25 09:57:36 +02:00