1
0
Fork 0
Commit Graph

229 Commits

Author SHA1 Message Date
Wilfried Goesgens 133148e153 fix old configure v8 integration. 2016-02-16 10:41:25 +01:00
Jan Steemann 13cceddbcc removed linenoise option 2016-02-12 18:07:42 +01:00
Kaveh Vahedipour b99970ef72 Merge branch 'devel' of https://github.com/arangodb/arangodb into cmakification 2016-02-08 16:17:36 +01:00
Wilfried Goesgens acc17daa96 Merge branch 'devel-solaris' of https://github.com/doublerebel/arangodb into doublerebel-devel-solaris
Fix Conflicts:
	arangod/FulltextIndex/fulltext-index.cpp
	lib/Basics/logging.cpp
2016-02-04 15:11:34 +01:00
Kaveh Vahedipour ecfec58a6c Pulled up to devel 2016-02-02 15:08:51 +01:00
jsteemann dbd5c500cb remove TRI_ENABLE_LOGGING 2016-01-30 00:46:40 +01:00
Charles Phillips 2f51623794 libev compiler flags to enable port backend for solaris
note: inotify and eventfd in SmartOS are still incomplete
https://smartos.org/bugview/OS-4419
2016-01-25 23:29:00 -08:00
Charles Phillips 4a57954a17 solaris doesn't automatically include socket,nsl libs
"6. glib2 ... need to add -lsocket to LDFLAGS or else ... fails with undefined symbol ref to "socket""
http://users.sdsc.edu/~glockwood/notes/index.php?note=S9STACK
2016-01-25 23:28:06 -08:00
Charles Phillips aa388bf119 solaris include and library paths 2016-01-25 23:27:19 -08:00
Charles Phillips 4ecfccc5c7 force solaris gcc to use correct C standards
Re: "Single worst bug for ports: lang/gcc* doesn't support c++11"
https://lists.freebsd.org/pipermail/freebsd-ports/2015-March/098294.html
2016-01-25 16:21:44 -08:00
Charles Phillips b12f8d4317 solaris target for automake/autoconf 2016-01-25 16:16:19 -08:00
Frank Celler c225934f98 added --enable-boost-tests in case the boost libraries are not available 2016-01-21 15:01:08 +01:00
jsteemann 67147482ce bumped built-in version number from 2.7.0-devel to 2.8 2016-01-08 01:56:23 +01:00
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