1
0
Fork 0
Commit Graph

216 Commits

Author SHA1 Message Date
Jan Steemann 7cfe038990 changed compile options 2015-12-15 13:51:17 +01:00
Jan Steemann 053db592d1 try modified compile options for ARM 2015-12-15 11:58:11 +01:00
Frank Celler 2cc4f1a253 removed empty flags 2015-11-07 20:14:21 +01:00
Frank Celler 7b996804d0 added linenoise ng 2015-11-03 10:21:28 +01:00
Frank Celler 0421416598 fixed help text 2015-10-26 09:01:38 +01:00
Frank Celler 07d779e5aa fixed stdlib=c++ and linenoise options 2015-10-25 22:13:49 +01:00
Frank Celler 4b99be0c30 added --enable-console to configure 2015-10-25 19:59:16 +01:00
Frank Celler b7de227138 removed readline 2015-10-22 15:41:33 +02:00
Frank Celler 9b8a2e824f added GOPROG in case of internal 2015-09-13 22:14:01 +02:00
Frank Celler 8d26dc36ea fixed build on MacOSX via cmake 2015-08-13 15:39:03 +02:00
Jan Steemann 59744e9945 more version information (readline version, tcmalloc usage) 2015-08-12 21:38:50 +02:00
Frank Celler 3029891405 added better readline support for control-C 2015-08-11 12:05:55 +02:00
Jan Steemann 80c919a9d7 moved boost modules, add missing modules 2015-07-16 20:57:28 +02:00
Jan Steemann efb68a2e6c added boost::lockfree and removed mutex in statistics 2015-07-16 20:24:58 +02:00
Frank Celler dd0467265b bump to 2.7.0-alpha 2015-07-13 15:30:33 +02:00
Frank Celler d35e63fff3 removed debug output 2015-07-13 12:52:53 +02:00
Willi Goesgens 49ccdafe80 If we didn't find a go compiler, refrain from building etcd and print out a warning. fixes #995 2015-06-24 16:36:38 +02:00
Willi Goesgens b8c6e96a59 Adjust infrastructure to the new V8 2015-06-18 13:23:11 +02:00
Willi Goesgens 9c7d49a666 Merge branch 'v8_4.2' of github.com:arangodb/arangodb into devel 2015-06-18 10:34:08 +02:00
Jan Steemann 89d82f435d fixed configure.ac - tcmalloc was added too early 2015-06-03 16:17:40 +02:00
Jan Steemann 79995a3b48 documented option `--enable-tcmalloc` 2015-06-03 14:57:10 +02:00
Max Neunhoeffer c81d8410e8 Add optional support to link against tcmalloc.
Just do --enable-tcmalloc at ./configure. You need a system-wide
installation such that
  -ltcmalloc
works without further -L.
2015-05-28 11:01:24 -07:00
Willi Goesgens 8e858bc96d Upgrade V8 to 4.2.77
- v8 now requires llvm libstdc++ inline
  - ForceDelete is gone now; employ new tactics of working with wrapping shaped json
  - gold crashes while linking V8, remove it.
2015-05-20 15:10:28 +02:00
Willi Goesgens 6579eefc33 Add function that can copy files recursive. 2015-04-14 14:46:17 +02:00
Jan Steemann 3bbc03d327 updated version number 2015-03-26 10:42:30 +01:00
Frank Celler 4545136e06 added --enable-gold 2015-03-12 12:27:47 +01:00
Willi Goesgens 384fa89953 Check for python version 2; V8 fails with 3. 2015-03-11 13:49:01 +01:00
Jan Steemann a561a96d2b removed remainders of mruby integration 2015-03-02 19:39:42 +01:00
Frank Celler c3f64e6a25 release version 2.5.0-beta1 2015-02-23 10:47:30 +01:00
Frank Celler daadd697eb release version 2.5.0-alpha8 2015-02-20 12:59:39 +01:00
Frank Celler 3c7948451a release version 2.5.0-alpha7 2015-02-19 19:21:50 +01:00
Frank Celler 61c6c0f79b release version 2.5.0-alpha6 2015-02-19 12:12:57 +01:00
Frank Celler b346b35ad4 release version 2.5.0-alpha5 2015-02-18 23:14:12 +01:00
Frank Celler 07ba03e444 release version 2.5.0-alpha4 2015-02-17 17:16:26 +01:00
Frank Celler eac5c18c7f release version 2.5.0-alpha3 2015-02-16 11:22:49 +01:00
Frank Celler 3b9b1510e5 release version 2.5.0-alpha2 2015-02-16 10:39:20 +01:00
Frank Celler 179a6ef8ff release version 2.5.0-alpha1 2015-02-16 09:59:06 +01:00
Willi Goesgens b1f881254d Upgrade V8 to 3.31.74.1 2015-01-19 19:29:31 +01:00
Frank Celler 0fe6692a99 moved to 2.5.0 2015-01-13 17:53:04 +01:00
Frank Celler 77e3d3dd6f added --enable-v8-debug 2015-01-08 21:59:31 +01:00
Frank Celler 06e09f607e fixed version info for cmake 2014-12-24 10:59:33 +01:00
Frank Celler 2d92e15497 removed TRI_ICU_VERSION 2014-12-24 09:01:36 +01:00
Frank Celler 281ca40555 renamed V8 to V8-3.29.59 2014-12-23 14:05:47 +01:00
Frank Celler aabfdc5669 cleanup of Makefiles 2014-12-19 00:13:51 +01:00
Frank Celler fdc04a5900 removed external icu, v8, and libev 2014-12-18 22:40:26 +01:00
Willi Goesgens ec4d6a33f4 Add more complex macro checking for -lrt 2014-12-16 18:47:57 +01:00
Willi Goesgens bd2485ff0d Check whether libc provides rt for later linking of V8; if not we need to add -lrt to our LDFLAGS.
See man clock_gettime for details.
2014-12-16 18:35:55 +01:00
Frank Celler e6ebc24cb0 added more components 2014-12-16 16:37:18 +01:00
Jan Steemann 4e5cde8443 Revert "release version 2.3.0"
This reverts commit 35d4368ad6f3f4ef8f37a2f43ed18c6c9ae5ccc6.

Conflicts:
	CHANGELOG
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/collection.json
	js/apps/system/aardvark/api-docs/cursor.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/document.json
	js/apps/system/aardvark/api-docs/edge.json
	js/apps/system/aardvark/api-docs/edges.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/explain.json
	js/apps/system/aardvark/api-docs/graph.json
	js/apps/system/aardvark/api-docs/index.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/simple.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/api-docs/tasks.json
	js/apps/system/aardvark/api-docs/traversal.json
	js/apps/system/aardvark/api-docs/version.json
2014-12-16 01:30:21 +01:00
Jan Steemann bcdeabd3ab Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
Conflicts:
	arangod/Aql/ExecutionBlock.cpp
2014-12-15 21:53:51 +01:00