Jan Steemann
|
4062bd9835
|
removed dependency
|
2013-04-12 11:43:30 +02:00 |
Frank Celler
|
ec62802cb3
|
fixed wrong test
|
2013-04-08 17:13:57 +02:00 |
Frank Celler
|
683284340e
|
fixed typo
|
2013-04-08 17:02:54 +02:00 |
Frank Celler
|
7135714207
|
removed the static options
|
2013-04-06 23:18:05 +02:00 |
Frank Celler
|
781839294d
|
use official maintainer-mode
|
2013-04-06 22:22:59 +02:00 |
Frank Celler
|
f810711a79
|
FreeBSD port
|
2013-04-02 18:43:10 +02:00 |
Jan Steemann
|
e50299e0cc
|
fixed configure
|
2013-03-24 11:20:42 +01:00 |
Jan Steemann
|
a118bb19f6
|
clean up
|
2013-03-24 10:48:15 +01:00 |
Jan Steemann
|
a363608691
|
added missing file
|
2013-03-24 10:44:49 +01:00 |
Oreste Panaia
|
c8ea7ddc8b
|
prepartion for skiplist transactions
|
2013-03-15 18:26:15 +08:00 |
Oreste Panaia
|
36733eb19f
|
preparation for skiplists supporting transactions
|
2013-03-15 18:12:20 +08:00 |
Jan Steemann
|
1ea4c1c4b0
|
issue #443
|
2013-03-08 15:16:29 +01:00 |
a-brandt
|
e2dc6790e7
|
added message "system version"
|
2013-02-27 10:36:31 +01:00 |
Jan Steemann
|
7db62e55f9
|
make TRI_ENABLE_MAINTAINER_MODE available everywhere
|
2013-02-23 01:15:45 +01:00 |
Jan Steemann
|
81f79315d1
|
removed configure option --enable-zone-debug
|
2013-02-22 15:54:14 +01:00 |
Frank Celler
|
90a3c895f2
|
updated V8 3rdParty version string
|
2013-02-20 13:47:05 +01:00 |
a-brandt
|
00a3d87bc4
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2013-01-08 10:43:28 +01:00 |
a-brandt
|
8f9e2e51f9
|
libicu is mandatory now
|
2013-01-08 10:39:19 +01:00 |
Frank Celler
|
621e4409bc
|
Merge remote-tracking branch 'origin/1.1' into devel
Conflicts:
.gitignore
CHANGELOG
Documentation/Makefile.files
Installation/build.sh
Installation/epm/arangodb.list
Makefile.in
README
README.md
VERSION
aclocal.m4
arangod/HashIndex/hasharray.c
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
config/config.guess
config/config.sub
config/depcomp
configure
configure.ac
html/admin/js/master.js
js/server/arango-password.js
js/server/version-check.js
lib/BasicsC/files.c
lib/BasicsC/logging.c
utils/Makefile.files
|
2012-12-18 13:37:34 +01:00 |
Frank Celler
|
ec1ced0b4d
|
possible fix for issue #321: Problem upgrading arangodb 1.0.4 to 1.1.0 with Homebrew (OSX 10.8.2)
|
2012-12-18 11:45:46 +01:00 |
Jan Steemann
|
81f7d8ab32
|
add bits count
|
2012-11-23 12:47:24 +01:00 |
Jan Steemann
|
de13092bc1
|
issue #241
|
2012-10-15 10:23:53 +02:00 |
Jan Steemann
|
97723bbdf6
|
removed --enable-ssl configure option
having OpenSSL installed is now a requirement for compiling ArangoDB
|
2012-10-10 14:55:18 +02:00 |
Jan Steemann
|
a08b5ac230
|
remove configure option --enable-lock-check. has done its purpose already
|
2012-10-10 14:21:25 +02:00 |
a-brandt
|
f16d4fd4a2
|
I changed the default behavior of "--enable-all-in-one-icu" and "--enable-icu".
|
2012-09-27 13:14:45 +02:00 |
Jan Steemann
|
a1098b5b19
|
fixed a typo in flex configuration
|
2012-09-25 23:07:01 +02:00 |
Jan Steemann
|
d6d36bd4c3
|
added configure option --enable-maintainer-mode. this replaces the previous options --enable-bison, --enable-flex, --enable-errors-depedency, and --with-boost-test
|
2012-09-25 21:53:24 +02:00 |
Jan Steemann
|
10d6167d45
|
removed some unused compile options
|
2012-09-25 21:24:02 +02:00 |
Jan Steemann
|
27dc95dd35
|
removed dependency on boost library
|
2012-09-24 19:11:38 +02:00 |
Jan Steemann
|
a3dee04647
|
removed zeromq
|
2012-09-24 15:27:27 +02:00 |
Jan Steemann
|
f08a788f7c
|
removed protocol buffers
|
2012-09-24 13:44:30 +02:00 |
Frank Celler
|
e9b1e1c58f
|
Merge branch '1.0' of github.com:triAGENS/ArangoDB into devel
Conflicts:
3rdParty/mruby/include/mrbconf.h
3rdParty/mruby/include/mruby.h
3rdParty/mruby/include/mruby/array.h
3rdParty/mruby/include/mruby/khash.h
3rdParty/mruby/include/mruby/object.h
3rdParty/mruby/include/mruby/variable.h
3rdParty/mruby/mrblib/error.rb
3rdParty/mruby/mrblib/print.rb
3rdParty/mruby/src/array.c
3rdParty/mruby/src/cdump.c
3rdParty/mruby/src/class.c
3rdParty/mruby/src/codegen.c
3rdParty/mruby/src/error.c
3rdParty/mruby/src/gc.c
3rdParty/mruby/src/init.c
3rdParty/mruby/src/kernel.c
3rdParty/mruby/src/math.c
3rdParty/mruby/src/numeric.c
3rdParty/mruby/src/object.c
3rdParty/mruby/src/parse.y
3rdParty/mruby/src/pool.c
3rdParty/mruby/src/proc.c
3rdParty/mruby/src/range.c
3rdParty/mruby/src/sprintf.c
3rdParty/mruby/src/state.c
3rdParty/mruby/src/string.c
3rdParty/mruby/src/struct.c
3rdParty/mruby/src/symbol.c
3rdParty/mruby/src/time.c
3rdParty/mruby/src/variable.c
3rdParty/mruby/src/vm.c
3rdParty/mruby/src/y.tab.c
3rdParty/mruby/test/assert.rb
3rdParty/mruby/test/t/array.rb
3rdParty/mruby/test/t/exception.rb
3rdParty/mruby/test/t/kernel.rb
3rdParty/mruby/test/t/math.rb
3rdParty/mruby/test/t/module.rb
3rdParty/mruby/test/t/string.rb
3rdParty/mruby/test/t/struct.rb
3rdParty/mruby/test/t/time.rb
3rdParty/mruby/tools/mirb/mirb.c
3rdParty/mruby/tools/mruby/mruby.c
Doxygen/arango-html.doxy
Doxygen/arango.template
Makefile.am
Makefile.in
UnitTests/HttpInterface/api-http-spec.rb
aclocal.m4
arangod/RestHandler/RestDocumentHandler.cpp
arangod/RestServer/ArangoServer.cpp
arangod/V8Server/ApplicationV8.cpp
arangod/V8Server/ApplicationV8.h
arangod/V8Server/v8-actions.cpp
arangod/V8Server/v8-query.cpp
arangod/V8Server/v8-vocbase.cpp
arangod/V8Server/v8-vocbase.h
arangod/VocBase/compactor.c
arangod/VocBase/compactor.h
arangod/VocBase/shadow-data.c
arangod/VocBase/simple-collection.c
arangod/VocBase/simple-collection.h
arangod/VocBase/synchroniser.c
arangod/VocBase/vocbase.c
arangoirb/MRClient/arangoirb.cpp
config/compile
config/depcomp
config/install-sh
config/missing
configure
js/actions/demo/geo.js
js/actions/demo/hallo-world.js
js/actions/system/api-collection.js
js/actions/system/api-edges.js
js/actions/system/api-system.js
js/actions/system/documents.js
lib/BasicsC/locks-posix.c
lib/BasicsC/operating-system.h
lib/HttpServer/HttpCommTask.cpp
lib/HttpServer/HttpCommTask.h
lib/MRuby/MRLineEditor.cpp
lib/MRuby/mr-utils.c
m4/Makefile.doxygen
m4/all-in-one.mruby
|
2012-09-20 16:39:59 +02:00 |
Frank Celler
|
c57ffb7e8f
|
updated mruby to 15cf8fdea4a6598aa470e698e8cbc9b9b492319d
|
2012-09-20 12:41:25 +02:00 |
a-brandt
|
2b0224e652
|
Chnaged ICU_LDFLAGS and ICU_LIBS
|
2012-09-20 10:02:06 +02:00 |
a-brandt
|
ec8cd455b9
|
changed ICU_LIBS
|
2012-09-20 09:23:26 +02:00 |
a-brandt
|
c90d7f5f27
|
Added option --default-language to arangod
|
2012-09-19 16:57:34 +02:00 |
a-brandt
|
3019983dc7
|
ICU changes
|
2012-09-18 10:41:37 +02:00 |
Frank Celler
|
88b72adea4
|
more actions example, reloadCache added
|
2012-09-17 18:08:28 +02:00 |
a-brandt
|
fb7c216ffb
|
added include path
|
2012-09-17 17:04:48 +02:00 |
a-brandt
|
8884ac492b
|
Hard coded the version number of ICU to 49.1.2
|
2012-09-17 16:22:41 +02:00 |
a-brandt
|
d5562c5c72
|
Added ICU to 3rdParty libs
|
2012-09-17 16:12:49 +02:00 |
Frank Celler
|
21eb612376
|
first version of new actions module
|
2012-09-15 19:16:36 +02:00 |
a-brandt
|
8211d2ce3d
|
added simple ICU enable file
|
2012-09-13 17:47:16 +02:00 |
Jan Steemann
|
4587d5db3c
|
added configure option --enable-lock-check
|
2012-09-10 18:17:57 +02:00 |
a-brandt
|
ba03bc0151
|
deleted NCURSES
|
2012-09-10 15:16:48 +02:00 |
a-brandt
|
a4be6724db
|
deleted NCURSES
|
2012-09-10 15:09:32 +02:00 |
Frank Celler
|
708a33edb1
|
added README generator
|
2012-08-31 15:40:45 +02:00 |
Frank Celler
|
39f4a8f833
|
cleanup directory structure and init file handling
moved common functions to ArangoClient
|
2012-08-30 16:54:42 +02:00 |
Frank Celler
|
35fa7aee93
|
fixed subdirectory build
|
2012-08-19 22:38:16 +02:00 |
Jan Steemann
|
43fcea0547
|
issue #157: check for readline and ncurses headers, not only libraries
|
2012-08-16 12:30:00 +02:00 |