Jan Steemann
|
1ee6ec85ca
|
added missing cases for (currently unsupported) bitarray indexes. shuts up compiler warnings
|
2012-06-14 09:37:46 +02:00 |
Oreste Panaia
|
32911e7d38
|
added index iterators and started on the bitarray indexes
|
2012-06-14 15:09:47 +08:00 |
Oreste Panaia
|
9949c9e75c
|
renamed sl-operator.c and sl-operator.h to index-operator.c and index-operator.h respectively
|
2012-06-14 10:04:41 +08:00 |
Frank Celler
|
02e8d7382f
|
trying to get an abstact class for HttpRequest
|
2012-06-13 23:29:27 +02:00 |
Frank Celler
|
54826adb83
|
cleanup HttpRequest as prep for ZeroMQ
|
2012-06-13 21:51:27 +02:00 |
Lucas Dohmen
|
16acc41dce
|
Merge branch 'devel' into graph_algorithms
|
2012-06-13 16:57:51 +02:00 |
Jan Steemann
|
3a815e7e32
|
trying to fix some compiler warning
|
2012-06-13 16:55:39 +02:00 |
Jan Steemann
|
e85a4b0a2f
|
trying to fix some compiler warning
|
2012-06-13 16:54:34 +02:00 |
Lucas Dohmen
|
46027601ac
|
Merge branch 'devel' into graph_algorithms
|
2012-06-13 16:19:54 +02:00 |
Lucas Dohmen
|
e41291c44d
|
Tiny improvement: forEach instead of for
|
2012-06-13 16:11:26 +02:00 |
Frank Celler
|
1364ea8019
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB
|
2012-06-13 15:06:32 +02:00 |
Frank Celler
|
2e7a9926f3
|
start with a larger initial buffer
|
2012-06-13 15:06:15 +02:00 |
Frank Celler
|
ae2c588caa
|
using spin locks
|
2012-06-13 15:01:17 +02:00 |
Frank Celler
|
2c5f7e1993
|
fixed typos
|
2012-06-13 15:01:00 +02:00 |
Jan Steemann
|
5b61e2008b
|
fixed potential segfault on shutdown
|
2012-06-13 14:12:53 +02:00 |
Jan Steemann
|
c27ca78769
|
added documentation for _api/query and _api/explain
|
2012-06-13 14:08:27 +02:00 |
Frank Celler
|
1c2661df3c
|
replaced Mutex by spin
|
2012-06-13 14:06:26 +02:00 |
Lucas Dohmen
|
aa17edce23
|
Refactored Vertex#getNeighbors
|
2012-06-13 14:01:48 +02:00 |
Lucas Dohmen
|
ad91d8cdfc
|
The weighted pathTo now also takes a default weight
The default weight is needed, when an edge doesn't
have the specified weight attribute.
The default for this default value is `Infinity`.
|
2012-06-13 13:48:54 +02:00 |
Jan Steemann
|
7ad822bd09
|
fixed documentation
|
2012-06-13 13:42:46 +02:00 |
Frank Celler
|
9d36e4f6e8
|
fixed relative path
|
2012-06-13 13:39:21 +02:00 |
Jan Steemann
|
d7ca7ae1b7
|
added "official" explain API
|
2012-06-13 13:27:39 +02:00 |
Jan Steemann
|
2edee7a72f
|
fixed doxygen errors
|
2012-06-13 13:27:24 +02:00 |
Frank Celler
|
00d1b9d0bf
|
added /queued-version
|
2012-06-13 13:20:28 +02:00 |
Frank Celler
|
b777deabd7
|
added /queued/version
|
2012-06-13 13:17:52 +02:00 |
Lucas Dohmen
|
7eddaa9259
|
Added support for weighted graphs to pathTo
The method `pathTo` now also accepts the following option:
* weight: The name of the attribute including the weight
|
2012-06-13 13:15:21 +02:00 |
Jan Steemann
|
e3a075057f
|
reference accesses can now use indexes
|
2012-06-13 12:07:29 +02:00 |
Lucas Dohmen
|
f11acff837
|
Enhanced pathTo for directed and labelled graphs
The `pathTo` method accepts an options hash.
Currently supported:
* direction: "both", "outbound", "inbound"
* labels: undefined or Array of Strings
|
2012-06-13 11:55:26 +02:00 |
Frank Celler
|
79449d5d71
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB
Conflicts:
arangod/Ahuacatl/ahuacatl-grammar.c
|
2012-06-13 11:40:35 +02:00 |
Frank Celler
|
3f5b54258b
|
partial ZeroMQ integration
|
2012-06-13 11:39:00 +02:00 |
Frank Celler
|
fa5ba2d50f
|
initial ZeroMQ
|
2012-06-13 00:13:22 +02:00 |
Frank Celler
|
73e50d932f
|
added name for pthreads
|
2012-06-13 00:12:45 +02:00 |
Jan Steemann
|
3cb8b653cd
|
1st steps for reference access optimisations
|
2012-06-12 17:58:30 +02:00 |
Frank Celler
|
11e2a51e78
|
alternative version if mruby supports define_method and attrib_reader
|
2012-06-12 17:33:27 +02:00 |
Frank Celler
|
dd7fa848c0
|
alternative version if mruby supports define_method and attrib_reader
|
2012-06-12 17:28:53 +02:00 |
Jan Steemann
|
2d7505a598
|
replace references that point to constant values with the constant values
|
2012-06-12 17:20:48 +02:00 |
Frank Celler
|
00f0042257
|
alternative version if mruby supports define_method and attrib_reader
|
2012-06-12 17:11:45 +02:00 |
Frank Celler
|
0a17415a01
|
preparations for ZeroMQ, removed Scheduler and Dispatcher from ApplicationServer
|
2012-06-12 17:11:12 +02:00 |
Frank Celler
|
a92cd9ffd2
|
preparations for ZeroMQ, removed Scheduler and Dispatcher from ApplicationServer
|
2012-06-12 17:10:49 +02:00 |
Jan Steemann
|
381fc2f9f9
|
optimiser change: collections are annotated with hints on how they are accessed. this info is picked up by the explain command
|
2012-06-12 16:50:36 +02:00 |
Lucas Dohmen
|
70ae8d84d4
|
Small Refactoring for pathesForTree
|
2012-06-12 15:38:19 +02:00 |
Lucas Dohmen
|
104b28b607
|
Refactored the pathesForTree method
* It's now testable
* It's now in a better OO design
|
2012-06-12 15:25:06 +02:00 |
Lucas Dohmen
|
e3a3e5f857
|
Heavy refactoring of the methods for Dijkstra
|
2012-06-12 13:24:25 +02:00 |
Lucas Dohmen
|
33732898ce
|
Enhanced Vertex#getNeighbors
* getNeighbors now takes the following arguments:
* direction: 'both', 'outbound' or 'inbound'
* pathLabels: undefined or Array of Strings
|
2012-06-12 12:23:09 +02:00 |
Jan Steemann
|
4ec362fc8f
|
some optimiser stuff
|
2012-06-12 09:36:58 +02:00 |
Frank Celler
|
b0fe80896c
|
adjusted bits
|
2012-06-11 18:47:50 +02:00 |
Frank Celler
|
42a58a7efe
|
added zeromq target
|
2012-06-11 18:41:57 +02:00 |
Frank Celler
|
263a1c345c
|
added protocol buffers
|
2012-06-11 17:58:05 +02:00 |
Frank Celler
|
cc38f2b726
|
added pb and zeromq
|
2012-06-11 17:57:13 +02:00 |
Jan Steemann
|
d84193bce7
|
explain & optimizer
|
2012-06-11 17:55:09 +02:00 |