Jan Christoph Uhde
8087059f20
upgrade boost to version 1.71.0 ( #10299 )
2019-10-22 18:46:18 +02:00
Jan
41b0717bc9
remove unused code ( #10043 )
2019-09-19 12:25:25 +02:00
Max Neunhöffer
71c8314107
Add more strong references to pthread stuff. ( #10038 )
...
* Add more strong references to pthread stuff.
* Circumvent libgcc/libmusl mistake in multi-threaded detection.
* CHANGELOG.
2019-09-19 12:36:15 +03:00
Jan
84ad504a6c
corrected several wrong macro names ( #9971 )
2019-09-11 16:45:32 +02:00
Max Neunhöffer
7d5313611f
Fix a shutdown busy loop after main if two exceptions collide. ( #9978 )
2019-09-11 14:47:49 +02:00
Dan Larkin-York
3d0246cb18
Decentralize includes ( #9623 )
2019-08-06 15:32:09 +02:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Wilfried Goesgens
1ae5f8daec
split headers different, simple cast fixes ( #8928 )
2019-05-08 14:08:35 +02:00
Jan Christoph Uhde
e0b073543b
add symlinks for windows ( #8846 )
2019-05-02 17:32:29 +02:00
Manuel Pöter
a0975b4062
Switch to thread-local RandomDevice instances. ( #8150 )
2019-02-14 15:35:42 +01:00
Frank Celler
ac9f375fb5
big reformat
2018-12-26 00:54:03 +01:00
Simon
25f5c841b9
Fix recovery tests on MacOS ( #6610 )
2018-09-27 18:52:28 +02:00
Wilfried Goesgens
a477df49cf
Feature/windows utf16 fileaccess ( #6534 )
2018-09-24 19:41:17 +02:00
Wilfried Goesgens
545019ce37
Bug fix/downgrade s2 2 ( #5276 )
...
* downgrade s2 for windows compatibility
* undefine constants if they're already there
* Fix compilation on Windows for S2 and VS 2017. (#5267 )
* Fix compilation on Windows VS 2017 (s2).
* Improve compilation fix for windows.
* downgrade reference
2018-05-07 16:24:47 +02:00
Wilfried Goesgens
357ec8ebef
prohibit the use of sleep() in the source ( #5178 )
2018-04-30 10:23:22 +02:00
Wilfried Goesgens
ca68182970
remove remaining defines of our old usleep usage - ( #4814 )
2018-03-12 13:41:37 +01:00
Jan
282be208cc
remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … ( #3817 )
2017-12-06 18:43:49 +01:00
Jan
3512745d10
added wrapper for fdopen ( #2645 )
2017-06-22 19:38:08 +02:00
Wilfried Goesgens
2da0e41466
add detection for cygwin/ssh ttys
2017-04-06 18:57:19 +02:00
jsteemann
a87b8c4f25
generalize usleep argument
2017-03-16 16:27:40 +01:00
jsteemann
0481f5ec8b
added define for unaligned memory accesses
2017-01-06 21:09:53 +01:00
jsteemann
b65ba4ef15
reduce heap usage on 32 bit systems
2017-01-05 10:40:01 +01:00
Jan Steemann
0ac353e109
fix solaris compile error
2016-12-07 11:44:04 +01:00
jsteemann
1a4ab1d0be
hopefully fix NOATIME
2016-11-28 16:11:36 +01:00
jsteemann
17cf262d42
add NOATIME flag when opening datafiles
2016-11-28 11:25:49 +01:00
Wilfried Goesgens
2f3c03f126
Simplify
2016-08-08 10:16:34 +02:00
servusoft
4a1eb6c8da
Global definition heap memory (TRI_V8_MAXHEAP) and adoptation for ARM
2016-08-05 18:50:53 +02:00
Frank Celler
24db83573a
added thread affinity for MacOSX
2016-07-27 22:29:59 +02:00
servusoft
44c9fb824e
Adapting to 64 bit ARM architecture (aarch64) at the exceptions for TRI_PADDING_32
2016-07-26 18:56:53 +02:00
jsteemann
a9242cf131
don't ignore function return value
2016-06-20 09:55:44 +02:00
Frank Celler
d6e8046992
updated cleanupCFiles
2016-04-23 16:34:57 -07:00
Frank Celler
6002ede1c4
Merge branch 'devel' of github.com:arangodb/arangodb into FMH
2016-04-03 21:46:30 +02:00
Frank Celler
e83c1f09b4
WIP
2016-04-02 23:41:21 +02:00
Frank Celler
494bdca847
splitted HttpRequest into GeneralRequest/HttpRequest
2016-03-31 11:45:21 +02:00
Frank Celler
e293447e25
added tty logger
2016-03-22 23:38:30 +01:00
Frank Celler
c88a68358d
CMAKE changes for Windows and Solaris
2016-03-01 17:31:30 +01:00
Frank Celler
9bc7af22e1
do not use GETTID
2016-02-23 12:26:11 +01:00
Frank Celler
963578180a
cleanup of TRI_ options
2016-02-23 12:26:10 +01:00
Frank Celler
e269b97517
cleanup of OS defines
2016-02-23 12:26:10 +01:00
Jan Steemann
90c89717b8
make v8 compile with VS 2015
2016-02-15 12:48:39 +01:00
Jan Steemann
20aebf6cc0
fix some Visual Studio 2015 errors
2016-02-12 19:10:52 +01:00
Jan Steemann
13cceddbcc
removed linenoise option
2016-02-12 18:07:42 +01:00
Wilfried Goesgens
1c8acea215
On solaris we need to hide ERR...
2016-02-12 17:03:31 +01:00
Wilfried Goesgens
4b864f0643
In solaris try to call pstack in case of failing asserts
2016-02-05 14:55:52 +01:00
Wilfried Goesgens
4d1f8a5164
Move solaris specific stuff into its own header.
2016-02-04 17:54:46 +00:00
Wilfried Goesgens
a13432a988
Fix solaris compile
2016-02-04 17:38:42 +00: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
Jan Steemann
9046e1831b
clang-format
2016-01-27 13:43:46 +01:00
Charles Phillips
8bd23eb261
flags for solaris operating system
2016-01-25 23:29:03 -08:00
Jan Steemann
5dc0a429b2
removed spinlocks and TRI_WINDOWS_VISTA_LOCKS
2016-01-25 17:55:06 +01:00