1
0
Fork 0
Commit Graph

1267 Commits

Author SHA1 Message Date
Wilfried Goesgens 40c1e5af51 Re-apply windows patches. 2016-02-08 12:49:30 +01:00
Wilfried Goesgens efed595eff Update libev to 4.22 2016-02-08 12:49:04 +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
Kaveh Vahedipour 79079b318c Merge branch 'devel' of https://github.com/arangodb/arangodb into cmakification 2016-02-02 11:51:00 +01:00
Jan Steemann 3e044748bf added SliceContainer 2016-02-02 09:36:24 +01:00
Kaveh Vahedipour 7129e15d8f cmake builds on ubuntu 2016-02-01 16:48:39 +00:00
Kaveh Vahedipour 0a068ed86a OpenSSL check on OSX finds shipped 0.98. We need better than that. 2016-02-01 15:41:08 +01:00
Kaveh Vahedipour 3a6ce7bc03 Merge branch 'cmakification' of https://github.com/arangodb/arangodb into cmakification 2016-02-01 14:24:22 +01:00
Kaveh Vahedipour 6194a83437 making progress building unix versions 2016-02-01 13:06:06 +00:00
Kaveh Vahedipour 99b0ca712e Merge branch 'devel' of https://github.com/arangodb/arangodb into cmakification 2016-02-01 13:02:15 +01:00
Jan Steemann a5a65be5a6 updated vpack library 2016-02-01 12:21:10 +01:00
Kaveh Vahedipour 22cc984f84 Merge branch 'devel' of https://github.com/arangodb/arangodb into cmakification 2016-02-01 11:02:31 +00:00
Jan Christoph Uhde ed9856da40 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb: (166 commits)
  added deadlock test
  more logging
  fixed filename order in Makefile
  removed unused functions and headers
  removed `using namespace std`
  fix g++ complaint about exceeding variable tracking size
  honor results of clang-test, clang-tidy and clang-modernize
  Documentation: Web Interface-bind parameter example added
  fix or annotate problems identified by clang-check
  fixed leak
  fixed warnings shown by clang-3.7
  Documentation: Parameters Binding links
  Documentation: Aql with ArangoDB Web Interface
  fixed compile error in non-maintainer-mode
  removed last LOG_xxx macros
  remove TRI_ENABLE_LOGGING
  use Logger
  more files using the Logger
  logger transition: all files in arangod exception transactions.cpp
  added setLevel
  ...
2016-02-01 10:00:46 +01:00
Jan Christoph Uhde 03409a84cc fix icu related linking issues 2016-01-31 23:06:24 +01:00
jsteemann 2d7323a560 fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
Charles Phillips 7d3e9e569e on solaris, v8 gtest looks for the third type of char (?)
../testing/gtest/include/gtest/gtest_pred_impl.h: In instantiation of 'testing::AssertionResult testing::AssertPred2Helper(const char*, const char*, const char*, Pred, const T1&, const T2&) [with Pred = v8::base::bit_equal_to<char>; T1 = char; T2 = char]':
../test/unittests/base/functional-unittest.cc:113:5:   required from 'void v8::base::FunctionalTest_BitEqualTo_Test<gtest_TypeParam_>::TestBody() [with gtest_TypeParam_ = char]'
../test/unittests/base/functional-unittest.cc:196:1:   required from here
../testing/gtest/include/gtest/gtest_pred_impl.h:135:18: error: no match for call to '(v8::base::bit_equal_to<char>) (const char&, const char&)'
   if (pred(v1, v2)) return AssertionSuccess();
2016-01-25 23:29:02 -08:00
Charles Phillips 0b74e8d8a7 solaris/smartos icu patches from joyent/pkgsrc
https://raw.githubusercontent.com/joyent/pkgsrc/trunk/textproc/icu/patches/patch-common_uposixdefs.h
https://raw.githubusercontent.com/joyent/pkgsrc/trunk/textproc/icu/patches/patch-config_mh-solaris-gcc
the issue is described here on icu bugtracker: http://bugs.icu-project.org/trac/ticket/11435#comment:7
that ticket was closed as duplicate in favor of this open ticket: http://bugs.icu-project.org/trac/ticket/11881
2016-01-25 23:29:02 -08:00
Charles Phillips 5a93d5b64f syntax fixes: `export=...` is not an arg for `cd`; mixed tabs and spaces may have caused the oversight 2016-01-25 23:29:02 -08: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
Kaveh Vahedipour 3f39a10bf8 Integrated obiwahn contributions 2016-01-25 13:46:44 +01:00
Jan Christoph Uhde 1a44d102ed add v8 and icu as imported targets 2016-01-23 15:06:33 +01:00
Jan Christoph Uhde 2423db6482 add v8 CMakeLists.txt for CMake 2016-01-22 09:36:37 +01:00
Jan Christoph Uhde 7f3ee36b37 v8 finally builds 2016-01-22 01:04:41 +01:00
Jan Christoph Uhde 032dc64693 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
* 'devel' of https://github.com/arangodb/arangodb: (105 commits)
  fixes ported from 2.8
  fix version strings
  lock debugging
  Add missing return code if uniq constraints are violated.
  added --enable-boost-tests in case the boost libraries are not available
  Migrate jasmine->mocha
  reorganise Aql/Basics.md for improved information retrieval
  fix some locks
  catch exception
  make example copyable
  another fix for Visual Studio
  fixes for Visual Studio
  added VPack version number
  unification of sub-thread naming
  removed outdated upgrading function
  fixed test in failure mode
  namespace cleanup
  more checks & asserts, C API cleanup
  class has virtual methods, so add virtual dtor, too
  shorten critical logging section
  ...
2016-01-21 21:13:08 +01:00
Jan Christoph Uhde b6e30f6a97 add: newer cmake to travis 2016-01-21 20:18:16 +01:00
Wilfried Goesgens af3002bdcb Fix windows install: variables aren't replaced in single quote strings. 2016-01-18 15:36:08 +01:00
Jan Christoph Uhde 748bd5bd0b almost finished libev 2016-01-16 01:37:53 +01:00
Jan Christoph Uhde a3ee063aa4 improve: libev CMakeLists.txt - still not done 2016-01-15 23:38:28 +01:00
Jan Christoph Uhde b8c95ff8a1 add CMakeLists.txt for libev 2016-01-15 17:42:32 +01:00
Jan Christoph Uhde ded2a6c764 disable etcd 2016-01-15 17:42:07 +01:00
Jan Christoph Uhde 5b2698058b fix: boost 2016-01-15 17:32:48 +01:00
Jan Christoph Uhde d89e083bd3 add file for 3rd party and boost 2016-01-15 17:13:05 +01:00
Jan Steemann 399b746b65 updated vpack library 2016-01-15 12:51:07 +01:00
Jan Steemann c43c338a2e updated vpack library 2016-01-15 10:51:12 +01:00
Jan Steemann 2bfe9b2676 fixed leak 2016-01-06 13:45:25 +01:00
Wilfried Goesgens d04fc6ee3a Don't define NDEBUG - this does fancy stuff to assertions. 2016-01-06 11:00:31 +01:00
Jan Steemann e58a63ffd2 updated vpack library 2015-12-23 11:01:07 +01:00
Jan Steemann 1ce6f6f8c0 updated vpack library 2015-12-17 14:39:39 +01:00
Jan Steemann d65ccc9e16 updated vpack library 2015-12-15 17:11:23 +01:00
Jan Steemann 0cdedc5568 updated linenoise-ng 2015-12-15 13:54:19 +01:00
Max Neunhoeffer 03164926de Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-12-14 15:12:06 +01:00
Max Neunhoeffer b08eaa1fa8 New version of VelocyPack. 2015-12-14 15:10:52 +01:00
Jan Steemann 83ee4ffdf5 updated vpack library 2015-12-14 13:18:13 +01:00
Jan Steemann abb39b8c64 fix warnings in Visual Studio 2015-12-10 10:44:17 +01:00
Jan Steemann 69f4ffba98 updated vpack library 2015-12-09 19:23:16 +01:00
Jan Steemann 77bbf4eae8 updated vpack library 2015-12-09 15:44:53 +01:00
Jan Steemann 13c078faaf updated vpack library 2015-12-09 15:18:26 +01:00
Jan Steemann d8463ae70a updated vpack library 2015-12-09 11:50:55 +01:00
Jan Steemann 852edf2f83 updated vpack library 2015-12-09 11:32:55 +01:00
Max Neunhoeffer 9f55780a59 Port a fix of velocypack. 2015-12-09 11:21:44 +01:00
Max Neunhoeffer 05f1bbe6b1 Add a new sort function to VelocyPack. 2015-12-07 16:40:59 +01:00
Max Neunhoeffer 749ac4a608 Move another VelocyPack fix over to ArangoDB. 2015-12-07 14:17:19 +01:00
Max Neunhoeffer 4313b82129 Add latest upstream changes to VelocyPack. 2015-12-07 13:42:36 +01:00
Jan Steemann 0c7387590e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-07 10:45:15 +01:00
Jan Steemann 7579d6b117 updated vpack library 2015-12-07 10:44:54 +01:00
Wilfried Goesgens aeaeabf25e Upgrade ETCD to new upstream version 2.2.2 2015-12-07 10:40:54 +01:00
Max Neunhoeffer 31482d0383 Minor addition to velocypack. 2015-12-04 23:04:17 +01:00
Max Neunhoeffer 5c38e3b0ba Slight addition to VelocyPack stuff. 2015-12-04 16:02:09 +01:00
Max Neunhoeffer fbce71ce95 Add new version of velocypack. 2015-12-04 14:40:37 +01:00
Jan Steemann 6d8d7c9a4c updated vpack library 2015-11-24 13:20:47 +01:00
Jan Steemann 2552c3493b updated vpack library 2015-11-24 12:03:20 +01:00
Jan Steemann d24b46bb71 updated vpack library 2015-11-24 10:32:58 +01:00
Jan Steemann e4a3c462c7 updated vpack library 2015-11-23 15:35:10 +01:00
Jan Steemann 7a3e55252c updated vpack library 2015-11-23 12:01:44 +01:00
Jan Steemann 560206557b updated library 2015-11-20 10:48:21 +01:00
Jan Steemann 78f889b2c2 updated vpack library 2015-11-19 14:56:13 +01:00
Jan Steemann 2670379036 removed unused cmake file 2015-11-19 14:35:45 +01:00
Jan Steemann 08fe5c4a3e fixed .gitignore 2015-11-19 14:10:26 +01:00
Jan Steemann bde7c984d2 added VPack library 2015-11-19 14:04:35 +01:00
Jan Steemann 79a541d89d fixed MacOS compile error 2015-11-10 17:25:06 +01:00
Jan Steemann fe7ccb3ac3 experimental color prompting and window resize tracking for linenoise 2015-11-10 17:13:58 +01:00
Frank Celler d0083be3d0 fixed stdlib 2015-11-07 20:20:31 +01:00
Jan Steemann 56fa095770 prevent duplicate entries in history 2015-11-05 12:40:08 +01:00
Jan Steemann 625227cd0b yet another fix for Windows 2015-11-03 16:31:06 +01:00
Jan Steemann 43ccee4984 potential fix for linenoise-ng on Linux 2015-11-03 16:16:16 +01:00
Jan Steemann 8db2018eb5 updated linenoise version 2015-11-03 16:07:48 +01:00
Frank Celler 7b996804d0 added linenoise ng 2015-11-03 10:21:28 +01:00
Jan Steemann e38d547a88 using linenoise from yhirose/cpp-linenoise 2015-10-27 09:35:31 +01:00
Frank Celler 07d779e5aa fixed stdlib=c++ and linenoise options 2015-10-25 22:13:49 +01:00
Frank Celler 9d8f706b14 fix for GCC-5: add check for '-stdlib' option 2015-10-19 11:24:18 +02:00
Wilfried Goesgens a866927a0c Tabify 2015-09-18 12:53:33 +02:00
Frank Celler 43dd92bb47 added -Dlinux_use_bundled_gold=0 -Dlinux_use_gold_flags=0 if gold is disabled 2015-09-13 22:14:28 +02:00
Jan Steemann 5a00792931 added license, updates licenses overview 2015-08-26 20:23:43 +02:00
Willi Goesgens 3f5ad7c52d Work on VS2015 compatibility 2015-08-24 15:28:31 +02:00
Willi Goesgens 65cd1b68f3 pull variables out of the batch files together into the makefile - so the user can override the default settings. 2015-08-24 13:56:18 +02:00
Willi Goesgens f02ecbf3b9 by CoDEmanX: fix windows build for the non-express Visual Studios 2015-08-19 20:56:16 +02:00
Willi Goesgens 18db6faadb by CoDEmanX: fix relative path calculation. 2015-08-19 14:33:28 +02:00
Willi Goesgens 4195b37513 Cleanup windows build
- enforce the usage of the proper python via manipulating the path environment
  - create the complete directory
  - add blanks to make the parameters better readable
2015-08-18 11:23:08 +02:00
Jan Steemann b57a575044 added boost::memory_order 2015-07-17 16:42:41 +02:00
Jan Steemann 998a614531 added boost file 2015-07-17 14:29:20 +02:00
Jan Steemann fccf74dee6 boost core was ignored due to .gitignore 2015-07-16 21:59:41 +02:00
Jan Steemann 7b1651a68c added even more headers, fixed warnings in boost tests 2015-07-16 21:52:20 +02:00
Jan Steemann ae67a71088 added swap.hpp 2015-07-16 21:16:27 +02:00
Jan Steemann cf5fd9bc50 added boost preprocessor 2015-07-16 21:12:27 +02:00
Jan Steemann f7ff6a1d2c added boost detail and boost test 2015-07-16 21:06:53 +02:00
Jan Steemann 80c919a9d7 moved boost modules, add missing modules 2015-07-16 20:57:28 +02:00
Jan Steemann b1a38a09df Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-07-16 20:25:13 +02:00
Jan Steemann efb68a2e6c added boost::lockfree and removed mutex in statistics 2015-07-16 20:24:58 +02:00
Willi Goesgens 5e83ff9c08 Switch windows release build to 'RelWithDebug' 2015-07-16 17:55:53 +02:00
Willi Goesgens b652628b27 Fix permissions for other users after installing to the WindowsLibraries folder 2015-06-25 14:15:49 +02:00
Willi Goesgens 63baf5afbf Also install the windows symbol files, so we may later on be able to use debugging symbols. 2015-06-25 12:01:47 +02:00
Willi Goesgens 23683d8bc6 One more place for the V8-upgrade. 2015-06-25 10:21:18 +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 ec9b4485ff Add de-thin-er so we can pre-compile V8 for travis. 2015-06-24 11:24:43 +02:00
Willi Goesgens efbe345590 Tippgicht. Specify -stdlib=libc++ was the intention. 2015-06-23 15:37:05 +02:00
Willi Goesgens fc41fb55d7 fix #0188384a183955136f256f7d1dc3cab0e6a300ce; wanted to change mac-target not linux. 2015-06-23 15:31:51 +02:00
Willi Goesgens 2fe357ae2b Forec linking of the stdc++ lib on Mac 2015-06-23 15:19:52 +02:00
Willi Goesgens dc8a12c219 remove stdc++ and use the system one. 2015-06-23 15:18:36 +02:00
Willi Goesgens ffc918e8dd Remove dependency to own stdc++, this breaks our build. 2015-06-23 15:18:04 +02:00
Frank Celler 538c254648 moved flags back to MAKE 2015-06-23 09:49:09 +02:00
Willi Goesgens d4f2f920bc use proper build flags so our V8 is built using c++11; as in 721730ebf8c3a342f62c8861a1f36ae5d1301e10 2015-06-18 17:45:19 +02:00
Willi Goesgens fdd9c0c6f4 changed mac_deployment_target to 10.7 - as previously done in aa11ac3cbbb170d3725349342c4cfcad3d138792 2015-06-18 15:56:32 +02:00
Willi Goesgens c18161c78b ignore build output. 2015-06-18 14:57:53 +02:00
Willi Goesgens 4069e8797f Remove autogenerated python files 2015-06-18 14:56:59 +02:00
Willi Goesgens 45741be192 Upgrade V8 to the most recent version. 2015-06-18 13:22:38 +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
Willi Goesgens 934e80616f The linker & compiler needs to be forced, therefore moving it back. 2015-06-10 16:32:42 +02:00
Willi Goesgens 5a71092c21 If presets are done via commandline instead of environment, the V8-Makefile can't generate its own settings anymore. 2015-06-10 14:43:26 +02:00
Frank Celler 92a664eb43 switch to O3 2015-05-28 14:03:47 +02: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
Michael Hackstein 86c7f87dd3 Merge branch 'cppTrav2' into devel 2015-05-19 16:17:27 -07:00
Willi Goesgens 592f21bdae Adjust the windows build to the new icu version. 2015-04-29 14:27:49 +02:00
Willi Goesgens 964d53bb7c Use the python interpreter which V8 brings to run gyp. 2015-04-28 11:47:07 +02:00
Willi Goesgens 4fb7de4253 Upgrade the ICU to what was done in https://code.google.com/p/chromium/issues/detail?id=428145 2015-04-28 09:27:13 +02:00
Max Neunhoeffer 1a71382f1e Fix clean target for etcd. 2015-04-25 21:35:40 -07:00
Willi Goesgens 48e3131ad0 Differenciate between ARMV7 (with FP) and V6 (without) 2015-04-16 09:06:59 +02:00
Frank Celler 4545136e06 added --enable-gold 2015-03-12 12:27:47 +01:00
Michael Hackstein acfaa59ea0 Disabled -Werror flag in v8 for mac build 2015-03-04 15:23:59 +01:00
Jan Steemann a561a96d2b removed remainders of mruby integration 2015-03-02 19:39:42 +01:00
Jan Steemann 48ddc4d5bd fixed Makefile for use with "strange" CC and CXX values 2015-02-23 09:37:05 +01:00
Jan Steemann 02f331a140 optionally disable sync for testing 2015-02-18 16:49:46 +01:00
Willi Goesgens 2175eab0ab re-add windows build dependencies 2015-02-11 12:04:49 +01:00
Willi Goesgens 633c82d674 Add new etcd 2015-02-09 17:30:21 +01:00
Willi Goesgens b85ee2956a Remove old etcd. 2015-02-09 17:25:15 +01:00
Willi Goesgens eecda78e58 Ignore files in the out directory - its autogenerated. 2015-01-26 10:58:12 +01:00
Frank Celler 6e20887e30 Lean on system path for python. 2015-01-20 12:41:34 +01:00
Willi Goesgens 563ec2d691 changed mac_deployment_target to 10.7 2015-01-20 11:45:48 +01:00
Willi Goesgens 7578f09878 use proper build flags so our V8 is built using c++11 2015-01-20 11:45:10 +01:00
Willi Goesgens b1f881254d Upgrade V8 to 3.31.74.1 2015-01-19 19:29:31 +01:00
Frank Celler 77e3d3dd6f added --enable-v8-debug 2015-01-08 21:59:31 +01:00
Frank Celler 60510f7431 copy icudtl.dat 2014-12-26 10:58:19 +01:00
Frank Celler 8df3952e62 switched back icu_use_data_file_flag to 0 as this is needed for linux 2014-12-24 22:38:19 +01:00
Frank Celler 9e3b8fc21e fix target 2014-12-24 11:42:32 +01:00
Frank Celler f7d061ba8c clean directories before build 2014-12-24 11:16:46 +01:00
Frank Celler 2e4af7e46a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-24 00:30:45 +01:00
Frank Celler 67bfa2901e windows adjustments 2014-12-24 00:30:29 +01:00
Frank Celler 3f398ecbd1 changed icu_use_data_file_flag to 1 2014-12-23 23:54:38 +01:00
Frank Celler 52f0fc344b fixed install 2014-12-23 23:54:12 +01:00
Frank Celler 1ab488c6da install for v8 2014-12-23 18:03:14 +01:00
Frank Celler 96e0bad97e install script 2014-12-23 17:19:32 +01:00
Frank Celler 81fd0e9994 windows makefiles 2014-12-23 14:31:14 +01:00
Frank Celler 44eb7ff14d added missing files 2014-12-23 14:24:36 +01:00
Frank Celler 707057978d added missing files 2014-12-23 14:22:47 +01:00
Frank Celler 281ca40555 renamed V8 to V8-3.29.59 2014-12-23 14:05:47 +01:00
Frank Celler c3e9e534c5 added windows files 2014-12-23 12:29:08 +01:00
Frank Celler ac90b72e94 changed WarnAsError to false 2014-12-23 12:16:50 +01:00
Frank Celler 0633828e90 added -march=armv6 for raspberry pi 2014-12-21 21:44:03 +01:00
Frank Celler 5e30094a04 avoid O3 2014-12-21 10:57:32 +01:00
Frank Celler 2816651278 added cpu and fpu flags for raspberrypi 2014-12-21 10:41:33 +01:00
Frank Celler e9127f7712 fixed compiler for tests 2014-12-19 20:36:03 +01:00
Frank Celler fbb1cc6dd3 Revert "removed generated file"
This reverts commit f47c63869130c65e09025fcc4e62b07470b7c930.
2014-12-19 11:29:45 +01:00
Frank Celler c4c83a5529 removed pyc files 2014-12-19 11:23:15 +01:00
Frank Celler aabfdc5669 cleanup of Makefiles 2014-12-19 00:13:51 +01:00
Frank Celler 5478668835 moved definition to environment 2014-12-18 22:55:27 +01:00
Frank Celler 0c394bec44 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-16 18:37:06 +01:00
Frank Celler 385d143d9c use GYPFLAGS="-Dstandalone_static_library=1" 2014-12-16 18:37:02 +01:00
Jan Steemann 591d975672 remove unused library 2014-12-16 16:53:04 +01:00
Jan Steemann 3cc3150f28 removed generated file 2014-12-15 20:14:08 +01:00
Willi Goesgens fb8d6d9924 Override .gitignore. 2014-12-15 18:15:31 +01:00
Willi Goesgens 1c4a72b106 The Big V8 upgrade Merge. 2014-12-15 17:30:56 +01:00
Willi Goesgens 55d904ad14 New V8 engine. 2014-12-15 17:23:39 +01:00
Willi Goesgens 00a3d5dcfd remove old V8. 2014-12-15 17:21:42 +01:00
Jan Steemann 50ee924c3a move to EOL before executing command 2014-12-05 15:02:17 +01:00
Jan Steemann 5f8c71e01e adjusted build instructions so they work with clang 2014-10-24 17:35:28 +02:00
Jan Steemann 0ed38262dc disable GDBJIT 2014-10-24 17:29:46 +02:00
Willi Goesgens ef87222b58 Enable jit-debugging in V8, disable warnings. 2014-10-22 10:44:47 +02:00
Frank Celler 70825ae10a fixed V8 compiler for ARM
Conflicts:
	CHANGELOG
2014-07-15 20:30:16 +02:00
Jan Steemann 0e5679693c fixed compile warnings 2014-07-01 13:17:46 +02:00
Frank Celler 2aec336f09 fixed bufferoverflow 2014-06-25 09:38:20 +02:00
Esteban Lombeyda d429e850ab cleaning compilere warnings 2014-06-23 13:48:21 +02:00
Esteban Lombeyda 96dd32cdd3 bug fix: autocompletion and tab 2014-06-23 12:28:30 +02:00
Jan Steemann 670a833828 issue #868: Can't build the current devel on Mac OS X 2014-05-23 08:51:27 +02:00
Jan Steemann 36567df644 removed libbson 2014-05-16 20:32:05 +02:00
Jan Steemann 14813638dd removed boost 2014-05-12 17:22:42 +02:00
Frank Celler f676e06dc1 fixed CXX and LINK 2014-05-11 21:19:00 +02:00
Frank Celler 540130a4b0 fixed cflags 2014-05-11 00:45:52 +02:00
Frank Celler d46420f2a8 cleanup of flags 2014-05-10 20:10:25 +02:00
Frank Celler cd892deca8 fixed flags 2014-05-10 19:39:35 +02:00
Frank Celler 5fc34f85be fixed flags 2014-05-10 18:58:48 +02:00
Frank Celler 8d7c436784 cleanup of flags 2014-05-10 17:18:44 +02:00
Jan Steemann 7e08e92882 fixed etcd crashes on 32 bit 2014-05-09 12:20:52 +02:00
Esteban Lombeyda 4eda2c7742 Ssignature of new_line_numbers changed; preparation for bug fix 2014-04-24 11:27:12 +02:00
Esteban Lombeyda 5647aa97f7 Bug fix: reverse search; new strategy for positioning cursor 2014-04-23 13:14:20 +02:00
Esteban Lombeyda 65035e296c bug fix: when cursor is at end of screen a new line is inserted 2014-04-22 17:33:44 +02:00
Frank Celler cf5d2e510f added missing gyp files 2014-04-21 13:41:10 +02:00
Esteban Lombeyda 35011bf26e Bug fix: reverse search 2014-04-08 22:39:34 +02:00
Esteban Lombeyda 2f3f5f6f5f new Function initPrompt defined; preparation for bug fix 2014-04-08 21:45:45 +02:00
Jan Steemann b49c2598c3 make icu compile with recent clang++ 2014-04-08 10:43:04 +02:00
Jan Steemann 521c939f80 fix compiler warnings 2014-04-03 20:21:07 +02:00
Max Neunhoeffer 72a30221f0 Run autogen.sh for libbson compilation. 2014-04-03 16:21:58 +02:00
Max Neunhoeffer b488e508a2 Add today's git version of libbson to 3rdParty. 2014-04-03 14:09:24 +02:00
Jan Steemann 50f2ffaaaf fixed misbehaving memory barriers for Visual Studio 2013
seems we are affected by the issue described here:
http://lists.schmorp.de/pipermail/libev/2014q1/002318.html
2014-04-02 14:19:40 +02:00
Esteban Lombeyda 3d756b21e4 cleaning code; removing compiler warnings 2014-04-01 08:57:35 +02:00
Esteban Lombeyda 0a4e416ebc number of visible charaters of the prompt is saved in current structure 2014-04-01 08:39:43 +02:00
Esteban Lombeyda 92c43d1f89 Bug fix delete key; cleaning code (not finished) 2014-04-01 08:00:08 +02:00
Esteban Lombeyda 22545acbf6 Moving to begining of line respectively end of line is fixed 2014-03-31 16:09:52 +02:00
Esteban Lombeyda f6f8281f7e Cursor is positioned whith help of relative coordinates 2014-03-31 15:52:39 +02:00
Esteban Lombeyda dade1c03c8 Bug fix by deleting of the last word 2014-03-31 14:15:45 +02:00
Esteban Lombeyda 7491a2ea02 navigation in editing line works fine 2014-03-31 13:32:12 +02:00
Esteban Lombeyda 8ece132b71 Buf fix in positioning the cursor at the begin of the next line 2014-03-31 11:28:00 +02:00
Esteban Lombeyda 99dbeb4726 Bug fix in setCursorPos 2014-03-27 16:57:13 +01:00
Esteban Lombeyda af3acf5efe optimisation of output was commented out, it did not work fine 2014-03-27 13:55:30 +01:00
Esteban Lombeyda 621a63dc9f bug fix: segmentation default 2014-03-27 12:31:00 +01:00
Esteban Lombeyda 14c1050dac Bug Fix: Line Editing for Linux 2014-03-27 11:38:04 +01:00
Esteban Lombeyda b292b59e1d implementing multilline display of editing line 2014-03-26 11:00:53 +01:00
Esteban Lombeyda f82092aacd small adjustments before multiline editing is supported for linux 2014-03-25 10:39:17 +01:00
Jan Steemann 270a8d83e7 change MacOSX default compile options for V8 2014-03-20 14:46:15 +01:00
Frank Celler e729729c4c added missing suffix 2014-03-07 11:03:45 +01:00
Esteban Lombeyda 909697a4d5 simple batch script for compiling etcd 2014-03-06 15:39:15 +01:00
Max Neunhoeffer dcb2feccd0 Another try to fix process startup under Windows. 2014-03-04 12:31:14 +01:00
Frank Celler 75ebabb039 added suffix 2014-02-28 17:05:48 +01:00
Frank Celler 3bf79c49d6 cannot strip under darwin, no idea why 2014-02-27 23:03:24 +01:00
Frank Celler cca3ccdf0c strip etcd 2014-02-27 22:02:25 +01:00
Frank Celler 134ec1b2bb added --enable-internal-go 2014-02-27 16:50:06 +01:00
Max Neunhoeffer 0009020e5d Rename etcd executable to etcd-arango 2014-02-27 11:40:37 +01:00
Frank Celler e10bab8059 Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding 2014-02-27 09:16:02 +01:00
Frank Celler 8406f51435 Merge remote-tracking branch 'origin/1.4' into devel
Conflicts:
	CHANGELOG
	VERSION
	arangod/Ahuacatl/ahuacatl-access-optimiser.c
	arangod/Ahuacatl/ahuacatl-codegen.c
	build.h
	configure
	configure.ac
	js/apps/system/aardvark/api-docs.json
	js/apps/system/aardvark/api-docs/batch.json
	js/apps/system/aardvark/api-docs/database.json
	js/apps/system/aardvark/api-docs/endpoint.json
	js/apps/system/aardvark/api-docs/job.json
	js/apps/system/aardvark/api-docs/replication.json
	js/apps/system/aardvark/api-docs/system.json
	js/apps/system/aardvark/frontend/js/modules/org/arangodb/graph/traversal.js
	js/common/modules/org/arangodb/graph/traversal.js
	js/server/modules/org/arangodb/ahuacatl.js
	lib/HttpServer/HttpCommTask.h
2014-02-27 09:13:03 +01:00
Max Neunhoeffer 67f00a38e0 Sort out clean script for etcd. 2014-02-27 08:47:13 +01:00
Max Neunhoeffer 83d7322d8c Remove some more files in clean script. 2014-02-27 00:06:10 +01:00
Max Neunhoeffer 7bc255c3d2 Try to fix etcd building with automake. 2014-02-26 23:50:32 +01:00
Max Neunhoeffer 9b6af14ab7 Add a clean script. 2014-02-26 23:44:46 +01:00
Max Neunhoeffer ef2e4cef5f Remove annoying .gitignore. 2014-02-26 23:30:33 +01:00
Max Neunhoeffer 03354b0e55 Forgot two libraries. 2014-02-26 23:27:04 +01:00
Max Neunhoeffer 9448ff8243 Add Makefile support for etcd. 2014-02-26 23:05:20 +01:00
Max Neunhoeffer 7dc9e89357 Add etcd v0.3.0. 2014-02-26 22:48:54 +01:00
Frank Celler 87a753da51 generate full libs 2014-02-26 22:14:42 +01:00
Max Neunhoeffer 70b1f7a330 Do not compile in SIGCHLD handling for libev. 2014-02-17 14:04:33 +01:00
Frank Celler 92172bc59a Merge branch 'devel' of github.com:triAGENS/ArangoDB into sharding 2014-02-13 16:38:46 +01:00
Frank Celler 2a731eee62 fixed ctrl-z 2014-02-13 16:25:50 +01:00
Frank Celler 95472a82eb Merge remote-tracking branch 'origin/devel' into sharding
Conflicts:
	js/apps/system/aardvark/test/karma/karma.conf.js
2014-02-13 11:07:01 +01:00
Frank Celler 7a3176ac8d use new readline per default for mac 2014-02-13 11:03:48 +01:00
Jan Steemann e9c5af7895 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into sharding
Conflicts:
	CHANGELOG
	js/apps/system/aardvark/frontend/css/collectionsView.css
	js/apps/system/aardvark/frontend/css/layout.css
	js/apps/system/aardvark/frontend/js/routers/router.js
2014-01-30 19:40:21 +01:00
Frank Celler 6684b4cbcd fixed warning 2014-01-30 17:36:14 +01:00
Frank Celler 973f9aa2fb added linenoise 2014-01-30 17:23:24 +01:00
Jan Steemann 9e52c2b866 Windows fixes 2014-01-27 13:34:56 +01:00
Max Neunhoeffer 4f5b8f0462 Try to add boost libraries for shared_ptr. 2014-01-27 11:38:59 +01:00
Max Neunhoeffer cf5af072b8 Sort out "make distclean" to correctly delegate to icu. 2013-11-11 14:37:30 +01:00
Frank Celler 6363d2618c added missing file 2013-10-26 17:09:39 +02:00
Frank Celler b294240fda moved to icu 52.1 for Mavericks 2013-10-26 15:50:43 +02:00
Frank Celler c67f060e2d added modifications for raspberry 2013-10-13 10:48:58 +02:00
Frank Celler 39d8c00b74 removed generated file 2013-10-13 10:48:05 +02:00
Frank Celler f7eafa465f added armv7 2013-10-13 10:47:48 +02:00
Jan Steemann 4473a08461 don't generate pod2man 2013-09-05 14:23:50 +02:00
Jan Steemann 6b84c092eb remove pod2man 2013-08-28 20:44:18 +02:00
Frank Celler 09460a10a3 updated mruby to 2013-08-22
Conflicts:
	configure
2013-08-22 21:03:04 +02:00
Jan Steemann b47d661417 do not require pod2man 2013-08-02 19:05:08 +02:00
Frank Celler 828b939053 fixed isolates, made ArangoError internal 2013-04-10 21:22:09 +02:00
Frank Celler 37e134ff50 new Foxx 2013-04-04 18:56:38 +02:00
Frank Celler d411d14aed added generated file 2013-03-31 23:32:10 +02:00
Frank Celler fb3e20186a added generated files 2013-03-28 22:32:29 +01:00
Jan Steemann 76a86a853f fixed build? 2013-03-24 10:43:55 +01:00
Jan Steemann fd446bac1a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-03-23 19:14:02 +01:00
Jan Steemann 5cf913b2ca zlib 2013-03-23 19:13:31 +01:00
Frank Celler 629a519ca7 added gitignore 2013-03-23 16:45:45 +01:00
Frank Celler 4059f31170 return error message 2013-03-23 16:42:52 +01:00
Jan Steemann 1759b7d85a argl 2013-03-23 14:40:31 +01:00
Jan Steemann 189c3d87ec added configure 2013-03-23 14:39:38 +01:00
Jan Steemann d07bee0bde removed generated files 2013-03-23 14:26:36 +01:00
Jan Steemann 1dfc90bf0d added zlib 2013-03-23 14:24:01 +01:00
Frank Celler c915bfa5ff cleanup of indexes, fix for compaction (hash, cap, geo)
Conflicts:
	arangod/VocBase/compactor.c
	arangod/VocBase/document-collection.c
	arangod/VocBase/synchroniser.c
	arangod/VocBase/vocbase.c
2013-03-11 09:49:58 +01:00
Frank Celler dd96bb4abd Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-03-03 22:40:55 +01:00
Frank Celler 60037971dc rewrote statistics 2013-03-03 22:39:41 +01:00
Jan Steemann b6b60b487e removed CVS info 2013-03-01 12:04:11 +01:00
a-brandt e1502f5b81 added CFLAGS and CXXFLAGS 2013-02-27 13:14:56 +01:00
a-brandt b2f6d76dbe added werror=no to avoid too many errors 2013-02-19 15:52:38 +01:00
Jan Steemann 0585fa2e1d updated v8 version from 3.9.4 to 3.16.14.1 2013-02-18 15:03:02 +01:00
Frank Celler 2debef13f7 added more cleanup for 3rd party, see issue #269: fix make distclean & clean 2012-11-27 13:28:47 +01:00
Jan Steemann de13092bc1 issue #241 2012-10-15 10:23:53 +02:00
Frank Celler 1f96f6baaa removed generated files 2012-10-11 20:37:41 +02:00
Frank Celler 160b6a3661 using standard name 2012-10-11 19:14:05 +02:00
Frank Celler c293543011 cleanup of .gitignore 2012-10-11 16:18:53 +02:00
Jan Steemann afc80f51cd removed unneeded protobuf makefile 2012-10-11 15:59:43 +02:00
Frank Celler 27cf9d9b04 Merge branch 'devel' of github.com:triAGENS/ArangoDB
Conflicts:
	3rdParty/Makefile.all-in-one-zeromq
	Makefile.in
	js/actions/system/api-blueprint.js
	js/actions/system/api-system.js
2012-10-11 14:33:31 +02:00
Jan Steemann ee6da07841 fixed compile warning 2012-09-26 12:51:13 +02:00
Jan Steemann 27dc95dd35 removed dependency on boost library 2012-09-24 19:11:38 +02:00
Jan Steemann 1726e46a27 hopefully this time it will be deleted 2012-09-24 17:35:50 +02:00
Jan Steemann a3dee04647 removed zeromq 2012-09-24 15:27:27 +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 d8a43e6f86 added dep for protoc 2012-09-20 14:21:12 +02:00
Frank Celler c57ffb7e8f updated mruby to 15cf8fdea4a6598aa470e698e8cbc9b9b492319d 2012-09-20 12:41:25 +02:00
a-brandt 5f86ce2df3 added CC and CXX to configure 2012-09-19 13:31:16 +02:00
a-brandt 5bfe33d0b5 added missing file 2012-09-17 16:32:16 +02:00
a-brandt d5562c5c72 Added ICU to 3rdParty libs 2012-09-17 16:12:49 +02:00
Jan Steemann 7d512be4bb make clean deletes more 2012-09-14 15:40:29 +02:00
Frank Celler d147870919 added cleanup 2012-09-14 11:55:23 +02:00
Frank Celler 2ab77278d9 changes to allow SUBDIR build 2012-08-30 18:06:23 +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
Jan Steemann b29d303488 fixed sporadically failing test 2012-08-15 12:43:20 +02:00
Frank Celler 9e1acf7a75 yesterday 2012-07-02 18:47:12 +02:00
Frank Celler f529c88a69 new mruby version ac5838ac67d489c5321ac9cb0e8d6e50c6c4fd6f 2012-07-02 14:26:40 +02:00
Frank Celler cd72a699a0 back to 3.9.4 2012-06-21 22:34:47 +02:00
Frank Celler 7794bebfa0 3.9.24 2012-06-21 18:37:09 +02:00
Frank Celler f37007bfe0 added czmq 2012-06-19 09:48:44 +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 53cd551def added protocol buffer 2012-06-11 13:00:55 +02:00
Frank Celler c1aa906b0d added zeromq 2012-06-11 12:20:54 +02:00
Frank Celler a7208484ea moved to Actions directory 2012-06-06 23:33:35 +02:00
Frank Celler 2921e12d93 separated action dispatcher for JavaScript and Ruby 2012-06-06 18:32:24 +02:00
Frank Celler 46b9824c1c cleanup of options, renamed queues to XXX-JAVASCRIPT or XXX-RUBY, extra QUEUE for CRUD and Import 2012-06-03 13:31:50 +02:00
Frank Celler 7b3f93a6c1 removed -O3 from DEBUG_MODE 2012-06-02 20:12:49 +02:00
Frank Celler 9b50a9b89d added new mruby 2012-06-02 12:21:27 +02:00
Frank Celler d24dcf5407 fixed warning 2012-05-23 11:33:57 +02:00
Frank Celler e88418daab silence warnings 2012-05-22 17:13:38 +02:00
Frank Celler 2e250ebc34 trying to fix race condition 2012-05-22 14:31:16 +02:00
Frank Celler 23920ddc69 added more ruby code 2012-05-21 10:46:52 +02:00
Frank Celler 00ea15fffc exception and json parser 2012-05-20 12:40:21 +02:00
Frank Celler 90d60061d2 added JSON parse 2012-05-17 23:23:45 +02:00
Frank Celler 2f2ecea725 new mruby version 2012-05-16 08:08:12 +02:00
Frank Celler 59b2cacfd3 new mruby version 2012-05-16 08:08:09 +02:00
Frank Celler e3dc8b7b1b no bison 2012-04-27 18:29:56 +02:00
Frank Celler e061a3fbe8 no bison 2012-04-27 18:24:45 +02:00
Frank Celler 5e96fd0947 no bison 2012-04-27 18:01:06 +02:00
Frank Celler 1d40c9ec08 -O2 2012-04-27 17:49:28 +02:00
Frank Celler fd3cde0c18 version 2012-04-27 2012-04-27 15:20:17 +02:00
Frank Celler 65336e093a new mruby version 2012-04-25 13:58:28 +02:00
Frank Celler 60b292e1bf updated mruby 2012-04-22 08:57:48 +02:00
Frank Celler ac54105d07 trying to a sym link 2012-04-21 12:11:45 +02:00
Frank Celler e1b77163a1 github 2012-04-21 12:11:15 +02:00
Frank Celler 2e01cf2368 github 2012-04-21 12:11:13 +02:00
Frank Celler b9756a9e63 github version 2012-04-20 21:20:15 +02:00
Frank Celler 73733a6d4b github version 2012-04-20 21:20:14 +02:00
Frank Celler b7de02e161 deleted 2012-04-20 21:18:25 +02:00
Frank Celler 7978283a9a first tests 2012-04-20 17:22:56 +02:00
Frank Celler d1790d905b update 2012-04-17 15:28:49 +02:00
Frank Celler d0e55bca64 3.9.4 2012-04-17 15:28:49 +02:00
Frank Celler 2c071d63af back to 3.9.4 2012-04-17 15:28:48 +02:00
Frank Celler 523f2ebf5d 3.9.24 2012-04-17 15:28:48 +02:00
Frank Celler 8a6443305c 3.9.24 2012-04-17 15:28:48 +02:00
Frank Celler c06ccdcc24 using O2 not O3 2012-04-17 15:28:47 +02:00
Frank Celler 15ecc3e33b makesystem from 3.10 2012-04-17 15:28:47 +02:00
Frank Celler bad9274732 back to 3.9.4 2012-04-17 15:28:47 +02:00
Frank Celler e34fedd7d2 3.10 build system 2012-04-17 15:28:46 +02:00
Frank Celler 55ac36e298 3.10 build system 2012-04-17 15:28:46 +02:00
Frank Celler 09595fd380 3.10 build system 2012-04-17 15:28:21 +02:00
Frank Celler 12ea9e1e55 3.10 build system 2012-04-17 15:28:21 +02:00
Frank Celler 643b958274 3.10 build system 2012-04-17 15:28:20 +02:00
Frank Celler 86c3821714 added 3.10 build system 2012-04-17 15:28:20 +02:00
Frank Celler 096fe8fd90 3.9 source, 3.10 build system 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 1dab1c30a4 applied patch http://code.google.com/p/v8/issues/detail?id=1391 2012-04-16 14:28:24 +02:00
Frank Celler dd00ddb185 added ptmalloc3 2012-04-15 00:01:19 +02:00
Frank Celler ff430e1dc6 fixes for clang and clang++ 2012-02-22 15:35:05 +01:00
Frank Celler 467c76217a JAN: added documentation 2012-02-10 19:01:46 +01:00
Frank Celler ca9f6ebb3f mac 2012-02-09 21:30:14 +01:00
Frank Celler d2b422e6ea date 2012-02-09 21:02:59 +01:00
Frank Celler 06ca8adc89 added Makefile 2012-02-09 18:35:53 +01:00
Frank Celler 3aa804f951 added Makefile.in 2012-02-09 18:34:51 +01:00
Frank Celler a04630a45b use -O2 2012-02-09 13:35:35 +01:00
Frank Celler 4cae93dddd only static 2012-02-09 11:15:36 +01:00
Frank Celler 2679cb1f9f removed .svn 2012-02-09 11:15:06 +01:00
Frank Celler a09006f023 added boost 2012-02-09 11:13:44 +01:00
Frank Celler cba39b55db added generated files 2012-02-09 10:37:39 +01:00
Frank Celler bec3648542 added generated files 2012-02-09 10:35:34 +01:00
Frank Celler c5b2c0cc49 added Google's V8 2012-02-09 10:31:30 +01:00
Frank Celler b9a7eaf917 added libev 2012-02-09 10:31:22 +01:00