1
0
Fork 0
arangodb/lib/Basics
Jan Steemann a0ff5e9dc3 remove unused JsonHelper includes 2016-07-18 13:52:08 +02:00
..
ArangoGlobalContext.cpp Fix missing include; thanks to @servusoft for pointing this out. 2016-07-11 15:39:10 +02:00
ArangoGlobalContext.h don't log client tool errors to Windows event log 2016-07-06 12:30:02 +02:00
AssocMulti.h fixed array index batch insertion issue 2016-07-13 11:32:39 +02:00
AssocUnique.h remove unused JsonHelper includes 2016-07-18 13:52:08 +02:00
AttributeNameParser.cpp
AttributeNameParser.h
Barrier.cpp
Barrier.h
BloomFilter.h
Common.h added cmath for GCC 5.4 2016-06-08 21:40:21 +02:00
ConditionLocker.cpp
ConditionLocker.h
ConditionVariable.cpp
ConditionVariable.h
ConditionalDeleter.h potential performance optimizations 2016-06-23 14:47:44 +02:00
DataProtector.cpp
DataProtector.h
DeadlockDetector.h
Exceptions.cpp
Exceptions.h
FileUtils.cpp Fix isSubdir on windows 2016-06-06 10:49:40 +02:00
FileUtils.h
HybridLogicalClock.cpp by @servusoft : use signed char if we want to operate with `-1` 2016-07-18 11:19:43 +02:00
HybridLogicalClock.h by @servusoft : use signed char if we want to operate with `-1` 2016-07-18 11:19:43 +02:00
JsonHelper.cpp
JsonHelper.h
Mutex.cpp
Mutex.h
MutexLocker.cpp
MutexLocker.h
Nonce.cpp fixed crash in nonce handling 2016-06-21 11:35:34 +02:00
Nonce.h
ReadLocker.h changed lock type 2016-05-25 15:18:56 +02:00
ReadUnlocker.h
ReadWriteLock.cpp
ReadWriteLock.h
ReadWriteLockCPP11.cpp
ReadWriteLockCPP11.h
ScopeGuard.h
ShortestPathFinder.h Fixed a bug in SHORTEST_PATH using a distance attribute. In some cases the computed path was not correct. 2016-06-27 16:57:47 +02:00
SkipList.h remove unused JsonHelper includes 2016-07-18 13:52:08 +02:00
SmallVector.h added SmallVector optimization 2016-05-31 11:10:11 +02:00
StaticStrings.cpp Merge branch 'HLC' into devel 2016-07-13 12:52:33 +02:00
StaticStrings.h Merge branch 'HLC' into devel 2016-07-13 12:52:33 +02:00
StringBuffer.cpp various AQL changes 2016-05-23 17:10:15 +02:00
StringBuffer.h various AQL changes 2016-05-23 17:10:15 +02:00
StringHeap.cpp renamed CharLengthPair to StringRef 2016-06-15 19:33:08 +02:00
StringHeap.h renamed CharLengthPair to StringRef 2016-06-15 19:33:08 +02:00
StringRef.h prevent VS warnings 2016-06-28 17:16:48 +02:00
StringUtils.cpp don't copy 2016-06-07 23:08:43 +02:00
StringUtils.h don't copy 2016-06-07 23:08:43 +02:00
Thread.cpp
Thread.h
ThreadPool.cpp
ThreadPool.h
Timers.cpp
Timers.h
Utf8Helper.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
Utf8Helper.h potential performance optimizations 2016-06-23 14:47:44 +02:00
VERSION.in
VPackStringBufferAdapter.h added fillBody 2016-05-13 15:14:44 +02:00
VelocyPackDumper.cpp escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
VelocyPackDumper.h escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
VelocyPackHelper.cpp escape Unicode characters in JSON dumps 2016-06-29 12:53:08 +02:00
VelocyPackHelper.h Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals. 2016-07-12 14:46:24 +02:00
WorkDescription.h WIP 2016-05-21 21:58:42 +02:00
WorkItem.h
WorkMonitor.cpp WIP 2016-05-22 21:08:37 +02:00
WorkMonitor.h WIP 2016-05-22 21:08:37 +02:00
WorkMonitorDummy.cpp WIP 2016-05-22 21:08:37 +02:00
WorkerThread.h
WriteLocker.h added unlock() methods 2016-05-17 19:52:17 +02:00
WriteUnlocker.h
application-exit.cpp
application-exit.h
build-date.h.in
build.h.in
conversions.cpp
conversions.h
crc1.S .S files must be in capital case to have preprocessor handle them 2016-05-12 15:20:14 +00:00
crc4.S .S files must be in capital case to have preprocessor handle them 2016-05-12 15:20:14 +00:00
csv.cpp
csv.h
debugging.cpp
debugging.h
error.cpp
error.h
errors.dat ERROR_APPLICATION_* -> ERROR_SERVICE_* 2016-06-17 20:02:25 +02:00
fasthash.cpp
fasthash.h
files.cpp ignore revision ids 2016-07-12 13:54:41 +02:00
files.h
fpconv.cpp
fpconv.h
gcd.h
hashes.cpp
hashes.h
json-utilities.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
json-utilities.h
json.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
json.h try to fix potential crashes 2016-06-14 16:41:00 +02:00
levenshtein.cpp
levenshtein.h
local-configuration-win.h
locks-posix.cpp
locks-posix.h
locks-win32.cpp
locks-win32.h
locks.h
make_unique.h
memory-map-posix.cpp
memory-map-posix.h
memory-map-win32.cpp
memory-map-win32.h
memory-map.h
memory.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
memory.h
messages.h
mimetypes.cpp
mimetypes.dat
mimetypes.h
operating-system.h don't ignore function return value 2016-06-20 09:55:44 +02:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp Try to fix a shutdown memory leak. 2016-05-27 00:10:07 +02:00
process-utils.h two unused typedefs less 2016-06-15 22:40:31 +02:00
shell-colors.h
short_alloc.h added SmallVector optimization 2016-05-31 11:10:11 +02:00
socket-utils.cpp
socket-utils.h
structures.cpp
structures.h
system-compiler.h
system-functions.cpp lol self 2016-05-23 18:01:00 +02:00
system-functions.h various AQL changes 2016-05-23 17:10:15 +02:00
terminal-utils-posix.cpp
terminal-utils-win32.cpp
terminal-utils.cpp fixed ifdef 2016-07-07 11:41:45 +02:00
terminal-utils.h
threads-posix.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
threads-posix.h
threads-win32.cpp
threads-win32.h
threads.h
tri-strings.cpp issue #1936 2016-07-11 09:57:30 +02:00
tri-strings.h potential performance optimizations 2016-06-23 14:47:44 +02:00
tri-zip.cpp
tri-zip.h
vector.cpp delete TRI_vector_pointer 2016-06-07 23:08:53 +02:00
vector.h delete TRI_vector_pointer 2016-06-07 23:08:53 +02:00
voc-errors.cpp ERROR_APPLICATION_* -> ERROR_SERVICE_* 2016-06-17 20:02:25 +02:00
voc-errors.h ERROR_APPLICATION_* -> ERROR_SERVICE_* 2016-06-17 20:02:25 +02:00
voc-mimetypes.cpp
voc-mimetypes.h
win-utils.cpp removed some unused Windows code remainders 2016-06-07 23:08:18 +02:00
win-utils.h removed some unused Windows code remainders 2016-06-07 23:08:18 +02:00
xxhash.cpp
xxhash.h