1
0
Fork 0
Commit Graph

166 Commits

Author SHA1 Message Date
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
Jan Steemann 0ddec8a62a issue #157: test for ncurses and readline headers, not only library files 2012-08-16 12:24:03 +02:00
Jan Steemann 2d18b28074 removed debug echo statement 2012-08-14 11:58:43 +02:00
Jan Steemann 2a843edda4 removed debug echo statement 2012-08-14 11:53:26 +02:00
Jan Steemann 52196b9b2e issue #146 2012-08-08 14:52:31 +02:00
Jan Steemann 5a836f05b3 issue #146 2012-08-08 14:39:14 +02:00
Frank Celler 5d78a39832 added 1.0 to manual path 2012-08-03 15:38:43 +02:00
Frank Celler 84903ace48 added log option 2012-07-04 23:02:45 +02:00
Frank Celler 9e1acf7a75 yesterday 2012-07-02 18:47:12 +02:00
Frank Celler fff2a9d656 cleanup mruby 2012-07-02 14:26:51 +02:00
Frank Celler f529c88a69 new mruby version ac5838ac67d489c5321ac9cb0e8d6e50c6c4fd6f 2012-07-02 14:26:40 +02:00
Frank Celler 43e1ad7431 fixed dependency 2012-07-01 14:48:36 +02:00
Frank Celler d69586beb0 fixed installation issures 2012-06-30 10:32:50 +02:00
Frank Celler 7e066291bc fixed comment 2012-06-25 16:30:41 +02:00
Frank Celler 5b07a9dea6 removed ZeroMQ / ProtoBuf coupling 2012-06-25 16:24:43 +02:00
Frank Celler cd93e52474 added ZeroMQQueueThread 2012-06-19 12:28:55 +02:00
Frank Celler a3dae7083b ZeroMQ batch job and threads 2012-06-19 12:01:05 +02:00
Frank Celler caf24bfb60 parse message body 2012-06-17 18:14:04 +02:00
Frank Celler 3f5b54258b partial ZeroMQ integration 2012-06-13 11:39:00 +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 d2c758d663 the great rename 2012-06-08 15:01:25 +02:00
Frank Celler 9b50a9b89d added new mruby 2012-06-02 12:21:27 +02:00
Frank Celler 2f2ecea725 new mruby version 2012-05-16 08:08:12 +02:00
Frank Celler 125d55d5d0 Merge branch 'master' of https://github.com/triAGENS/AvocadoDB
Conflicts:
	m4/Makefile.all-in-one-mruby
2012-04-27 18:47:25 +02:00
Frank Celler f0a75c9a02 Merge branch 'master' of https://github.com/triAGENS/AvocadoDB 2012-04-27 16:31:44 +02:00
Frank Celler b4716840aa fixed check 2012-04-27 16:27:46 +02:00
Frank Celler a0306acaf0 Merge branch 'master' of https://github.com/triAGENS/AvocadoDB
Conflicts:
	SkipLists/skiplist.c
	SkipLists/sl-operator.c
	VocBase/index.c
2012-04-27 15:50:16 +02:00
Frank Celler 5fab2d9ac6 version 2012-04-27 2012-04-27 15:20:43 +02:00
Frank Celler ac56cf418b changed default 2012-04-27 14:13:48 +02:00
Frank Celler b3bab6a13b memory checks 2012-04-26 14:31:13 +02:00
Frank Celler 85db82258b Merge branch 'devel' of github.com:triAGENS/AvocadoDB
Conflicts:
	Makefile.in
2012-04-25 15:39:43 +02:00
Frank Celler 6d27b3c67b fixed --enable-mruby 2012-04-25 15:37:48 +02:00
Frank Celler 276b651b98 added TRI_BITS 2012-04-24 15:37:46 +02:00
Frank Celler f44bdc0478 added TRI_BITS 2012-04-24 15:37:22 +02:00
Frank Celler 7978283a9a first tests 2012-04-20 17:22:56 +02:00
Frank Celler e723829167 correct target 2012-04-17 15:36:59 +02:00
Frank Celler 7c690ca053 64 target for MacOSX 2012-04-17 15:28:50 +02:00
Frank Celler d0e55bca64 3.9.4 2012-04-17 15:28:49 +02:00
Frank Celler bad9274732 back to 3.9.4 2012-04-17 15:28:47 +02:00
Frank Celler 00cc069c45 macosx 2012-04-17 15:28:47 +02:00
Frank Celler 72b4fb3eb8 fixed path 2012-04-17 15:28:20 +02:00
Frank Celler 6318639a16 use native target 2012-04-17 15:28:20 +02:00
Frank Celler 357f45a12e upgraded to version 3.10.2 2012-04-17 15:28:19 +02:00
Frank Celler 317551fe2b trying to check for centos compile flags 2012-04-13 18:18:42 +02:00
Frank Celler d79f114aec added missing file 2012-04-13 09:38:07 +02:00
Jan Steemann 50ee263d6e issue #34: check for presence of scons when compiling V8 2012-04-11 10:58:10 +02:00
Frank Celler 9872a5de0c macos 2012-03-13 16:21:39 +01:00
Frank Celler d68886e994 macos 2012-03-13 16:21:39 +01:00
Frank Celler 8360203aff added devel relative paths 2012-03-13 13:44:14 +01:00
Frank Celler ff430e1dc6 fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
Frank Celler 52137f55a4 all in one for 32bit 2012-02-19 21:26:06 +01:00
Frank Celler 1d16d09a5a query optimizer, HEAD HttpMethod 2012-02-19 13:14:49 +01:00
Frank Celler 6a86da657a added --enable-bison, --enable-flex, --enable-all-in-one 2012-02-10 19:33:01 +01:00
Frank Celler e1026f57eb exernal v8 2012-02-09 23:28:53 +01:00
Frank Celler a525b11f72 added DARWIN 2012-02-09 23:18:38 +01:00
Frank Celler f7a9fe885f added Darwin switch 2012-02-09 23:05:58 +01:00
Frank Celler ccb5561b45 added 32/64 switch 2012-02-09 22:59:36 +01:00
Frank Celler 39a27e88eb added all-in-one 2012-02-09 18:16:33 +01:00
Frank Celler 0be5dec1bc fixed logging restart, added more logging, cleanup 2012-02-07 15:01:30 +01:00
Frank Celler bc62480fcf towards 0.1.0 2012-01-26 17:25:01 +01:00
Frank Celler e2715b3aa5 adjusted paths 2012-01-13 15:43:03 +01:00
Frank Celler 978398cbc4 ncurses without config 2012-01-11 17:29:07 +01:00
Frank Celler e841792ce3 centos 2012-01-11 17:15:28 +01:00
Frank Celler 7adb06a0e8 added -t 2012-01-11 16:37:30 +01:00
Frank Celler 56b18fc2f8 old autoconf check, fixed warnings 2012-01-11 16:34:23 +01:00
Frank Celler 7d09436be1 centos, readline test 2012-01-11 15:24:27 +01:00
Frank Celler 1d9f9bf867 info 2012-01-11 13:04:29 +01:00
Frank Celler 9a3a67e144 openssl checks 2012-01-11 12:46:08 +01:00