1
0
Fork 0
arangodb/lib/Basics
Wilfried Goesgens a6ddeb3782 Bugfix/fix windows warnings (#5121)
* fix windows warnings
* don't use <date/datetime.h> in global scope so it doesn't interfere with iresearch
2018-04-17 15:44:32 +02:00
..
ArangoGlobalContext.cpp Stack size at least 8MB on libmusl. (#4529) 2018-02-09 15:03:18 +01:00
ArangoGlobalContext.h
AssocHelpers.h
AssocMulti.h
AssocMultiHelpers.h
AssocUnique.h
AssocUniqueHelpers.h
AttributeNameParser.cpp
AttributeNameParser.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Common.h undefine DEBUG to prevent compile errors in MSVC debug mode (#4237) 2018-01-05 17:27:06 +01:00
ConditionLocker.cpp Parallelize arangodump (#4356) 2018-03-26 15:55:14 +02:00
ConditionLocker.h Parallelize arangodump (#4356) 2018-03-26 15:55:14 +02:00
ConditionVariable.cpp
ConditionVariable.h
ConditionalDeleter.h
DataProtector.cpp
DataProtector.h remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
DeadlockDetector.h Deadlock detection uses TransactionID instead of Thread ID (#4787) 2018-03-09 18:35:38 +01:00
Endian.h
EnumIterator.h
Exceptions.cpp Bug fix/fix mac wincompile (#4799) 2018-03-09 15:51:54 +01:00
Exceptions.h Fix index selectivity estimate issues with RocksDB engine (#4429) 2018-02-09 16:05:33 +01:00
FileResult.h
FileResultString.h
FileUtils.cpp Improve upgrade logic (#4789) 2018-03-12 22:44:09 +01:00
FileUtils.h
FixedSizeAllocator.h
FloatingPoint.h
HybridLogicalClock.cpp
HybridLogicalClock.h
IndexBucket.h
LdapUrlParser.cpp forward-port LDAP changes (#4766) 2018-03-06 22:32:53 +01:00
LdapUrlParser.h forward-port LDAP changes (#4766) 2018-03-06 22:32:53 +01:00
LocalTaskQueue.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
LocalTaskQueue.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Locking.h
LruCache.h
Mutex.cpp Changes for libmusl compilation. (#4294) 2018-01-16 09:22:45 +01:00
Mutex.h fix premature unlock (#3802) 2017-12-13 13:27:42 +01:00
MutexLocker.h
MutexUnlocker.h
Nonce.cpp
Nonce.h
NumberUtils.h fix double-increment 2018-01-11 21:56:56 +01:00
OpenFilesTracker.cpp
OpenFilesTracker.h
PerformanceLogScope.h
ReadLocker.h
ReadUnlocker.h
ReadWriteLock.cpp Bug fix/restore unlock (#4387) 2018-01-25 15:56:27 +01:00
ReadWriteLock.h remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
ReadWriteSpinLock.h
Result.h
RocksDBLogger.cpp
RocksDBLogger.h
RocksDBUtils.cpp remove TRI_ERROR_ARANGO_VIEW_NOT_FOUND, rename TRI_ERROR_ARANGO_COLLECTION_NOT_FOUND to TRI_ERROR_ARNANGO_DATA_SOURCE_NOT_FOUND 2018-03-17 19:36:14 +03:00
RocksDBUtils.h improve rocksdb logging (#3613) 2017-11-11 19:35:27 +01:00
RollingVector.h
SameThreadAsserter.h
ScopedTimer.h Feature/helper code (#3577) 2017-11-17 09:51:32 +01:00
SharedAtomic.h
SharedCounter.h
SharedPRNG.cpp
SharedPRNG.h
SmallVector.h
StaticStrings.cpp do allow input to /_api/aqlfunction choose between (#4603) 2018-02-16 14:10:17 +01:00
StaticStrings.h do allow input to /_api/aqlfunction choose between (#4603) 2018-02-16 14:10:17 +01:00
StringBuffer.cpp
StringBuffer.h
StringHeap.cpp
StringHeap.h
StringRef.cpp
StringRef.h
StringUtils.cpp Replacing js upgrade logic (#4061) 2018-03-08 13:57:30 +01:00
StringUtils.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Thread.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
Thread.h
TimedAction.h Bug fix/fixes 0211 (#3568) 2017-11-09 12:48:15 +01:00
Utf8Helper.cpp Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
Utf8Helper.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
VERSION.in
VPackStringBufferAdapter.h
VelocyPackDumper.cpp
VelocyPackDumper.h
VelocyPackHelper.cpp manually-merge: differentiate data-source types by category e.g. LogicalCollection/LogicalView 2018-03-08 13:40:25 +03:00
VelocyPackHelper.h manually-merge: differentiate data-source types by category e.g. LogicalCollection/LogicalView 2018-03-08 13:40:25 +03:00
WorkDescription.h
WorkMonitor.cpp
WorkMonitor.h
WorkMonitorDummy.cpp Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
WriteLocker.h
WriteUnlocker.h
application-exit.cpp
application-exit.h
asio-helper.h
build-date.h.in
build-repository.h.in
build.h.in
conversions.cpp
conversions.h
cpu-relax.h
crc1.S
crc4.S
crc5.S Further fixes for libmusl completely static build. (#4474) 2018-02-01 13:38:34 +01:00
csv.cpp
csv.h
datetime.cpp Bugfix/fix windows warnings (#5121) 2018-04-17 15:44:32 +02:00
datetime.h Bugfix/fix windows warnings (#5121) 2018-04-17 15:44:32 +02:00
debugging.cpp Bug fix/fixes 1711 obi (#3730) 2017-11-17 16:34:33 +01:00
debugging.h quick fix to fix MacOS compilation 2018-01-25 16:28:51 +01:00
directories.h.in
encoding.h
error.cpp clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
error.h clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
errors.dat Merge remote-tracking branch 'origin/devel' into feature/arangosearch-cluster-views 2018-03-28 23:26:48 +02:00
exitcodes.cpp remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01:00
exitcodes.dat remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01:00
exitcodes.h remove code that potentially throws from ~WBReader (#4282) 2018-01-15 15:14:55 +01:00
fasthash.cpp Bug fix/fix compilation with gxx7 (#3637) 2017-11-10 16:00:57 +01:00
fasthash.h
files.cpp make file locking a bit more sensible (#5012) 2018-04-13 11:06:47 +02:00
files.h try to fix permission issues of "/var/tmp/arangod" (#4457) 2018-02-06 23:17:08 +01:00
fpconv.cpp
fpconv.h
gcd.h
hashes.cpp
hashes.h
json.cpp
json.h
levenshtein.cpp
levenshtein.h
local-configuration-win.h
locks-posix.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
locks-posix.h
locks-win32.cpp
locks-win32.h
locks.h
make_unique.h
memory-map-posix.cpp improve startup resilience in case there are datafile errors (#4975) 2018-04-03 17:32:30 +02:00
memory-map-posix.h
memory-map-win32.cpp
memory-map-win32.h
memory-map.h
memory.cpp remove now obsolete remainders of memory management functions (#3820) 2017-12-06 18:43:34 +01:00
memory.h remove now obsolete remainders of memory management functions (#3820) 2017-12-06 18:43:34 +01:00
messages.h
mimetypes.cpp clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
mimetypes.dat
mimetypes.h clean up generator code (#4191) 2018-01-02 15:26:06 +01:00
operating-system.h remove remaining defines of our old usleep usage - (#4814) 2018-03-12 13:41:37 +01:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
process-utils.h
short_alloc.h
socket-utils.cpp
socket-utils.h
splitmix64.h
system-compiler.h
system-functions.cpp
system-functions.h
terminal-utils-posix.cpp
terminal-utils-win32.cpp
terminal-utils.cpp
terminal-utils.h
threads-posix.cpp
threads-posix.h
threads-win32.cpp
threads-win32.h
threads.h
tri-strings.cpp Bug fix/fix compilation with gxx7 (#3637) 2017-11-10 16:00:57 +01:00
tri-strings.h
tri-zip.cpp fix Windows ifdefs (#3824) 2017-12-06 18:43:12 +01:00
tri-zip.h
vector.cpp
vector.h
voc-errors.cpp Merge remote-tracking branch 'origin/devel' into feature/arangosearch-cluster-views 2018-03-28 23:26:48 +02:00
voc-errors.h Do not store name in properties. 2018-03-28 23:29:43 +02:00
voc-mimetypes.cpp
voc-mimetypes.h
win-utils.cpp remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
win-utils.h remove TRI_usleep and TRI_sleep, and use std::this_thread::sleep_for … (#3817) 2017-12-06 18:43:49 +01:00
xoroshiro128plus.h
xxhash.cpp Bug fix/cleanup after cppcheck (#3639) 2017-11-10 13:53:28 +01:00
xxhash.h