1
0
Fork 0
arangodb/lib/Basics
Wilfried Goesgens 3408fb2445 Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2017-01-31 10:55:26 +01:00
..
ArangoGlobalContext.cpp add ARMv6 detection; we won't run on cpus of that family 2017-01-31 10:55:16 +01:00
ArangoGlobalContext.h moved global function into translation unit 2017-01-06 21:10:10 +01:00
AssocHelpers.h cleaned up macros a bit 2017-01-25 17:50:23 +01:00
AssocMulti.h Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
AssocMultiHelpers.h Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
AssocUnique.h Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
AssocUniqueHelpers.h Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
AttributeNameParser.cpp
AttributeNameParser.h
Barrier.cpp
Barrier.h
BloomFilter.h
Common.h cleaned up macros a bit 2017-01-25 17:50:23 +01:00
ConditionLocker.cpp
ConditionLocker.h
ConditionVariable.cpp
ConditionVariable.h
ConditionalDeleter.h
DataProtector.cpp
DataProtector.h
DeadlockDetector.h
Exceptions.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
Exceptions.h
FileUtils.cpp more style cleanup 2017-01-05 10:52:03 +01:00
FileUtils.h more style cleanup 2017-01-05 10:52:03 +01:00
FixedSizeAllocator.h use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
HybridLogicalClock.cpp
HybridLogicalClock.h
IndexBucket.h properly reset _nrCollisions 2017-01-06 14:55:50 +01:00
LocalTaskQueue.cpp Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
LocalTaskQueue.h Changed index-filling to dispatch batch insertion tasks to scheduler, obsoleted index-threads option. 2017-01-30 13:05:10 -05:00
LruCache.h
Mutex.cpp Add distinct log messages 2017-01-26 15:03:13 +01:00
Mutex.h
MutexLocker.cpp properly initialize variables... 2017-01-09 17:08:28 +01:00
MutexLocker.h fix races in VST response handling 2017-01-09 17:06:33 +01:00
Nonce.cpp
Nonce.h
ReadLocker.h
ReadUnlocker.h
ReadWriteLock.cpp
ReadWriteLock.h
ReadWriteLockCPP11.cpp
ReadWriteLockCPP11.h
ScopeGuard.h
ShortestPathFinder.h
SkipList.h fixed some issues found by coverity build tool 2017-01-09 12:39:04 +01:00
SmallVector.h
StaticStrings.cpp avoid constructing temporary lookup strings 2017-01-19 14:27:04 +01:00
StaticStrings.h avoid constructing temporary lookup strings 2017-01-19 14:27:04 +01:00
StringBuffer.cpp
StringBuffer.h
StringHeap.cpp
StringHeap.h
StringRef.cpp
StringRef.h
StringUtils.cpp
StringUtils.h
Thread.cpp cleaned up macros a bit 2017-01-25 17:50:23 +01:00
Thread.h added work context 2017-01-22 12:53:52 +01:00
Timers.cpp
Timers.h
Utf8Helper.cpp cheaper string construction 2016-12-28 21:34:30 +01:00
Utf8Helper.h
VERSION.in
VPackStringBufferAdapter.h
VelocyPackDumper.cpp
VelocyPackDumper.h
VelocyPackHelper.cpp added define for unaligned memory accesses 2017-01-06 21:09:53 +01:00
VelocyPackHelper.h fixed issues reported by coverity scan 2017-01-24 11:31:40 +01:00
WorkDescription.h added work context 2017-01-22 12:53:52 +01:00
WorkMonitor.cpp added work context 2017-01-22 12:53:52 +01:00
WorkMonitor.h
WorkMonitorDummy.cpp
WriteLocker.h
WriteUnlocker.h
application-exit.cpp
application-exit.h
asio-helper.h fix warning 2017-01-25 16:37:06 +01:00
build-date.h.in
build-repository.h.in
build.h.in
conversions.cpp fix function name 2016-12-20 17:34:34 +01:00
conversions.h fix function name 2016-12-20 17:34:34 +01:00
crc1.S
crc4.S
csv.cpp
csv.h
debugging.cpp cleaned up macros a bit 2017-01-25 17:50:23 +01:00
debugging.h cleaned up macros a bit 2017-01-25 17:50:23 +01:00
directories.h.in
error.cpp
error.h
errors.dat blanks destroy documentation building regexes here 2017-01-20 10:08:22 +01:00
fasthash.cpp added define for unaligned memory accesses 2017-01-06 21:09:53 +01:00
fasthash.h
files.cpp fixed some issues found by coverity build tool 2017-01-09 12:39:04 +01:00
files.h
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 Add distinct log messages 2017-01-26 15:03:13 +01:00
locks-posix.h
locks-win32.cpp
locks-win32.h
locks.h
make_unique.h
memory-map-posix.cpp better don't change mmap flags... instead let mapping a file fail when protection cannot be changed later on 2016-12-20 11:20:43 +01:00
memory-map-posix.h
memory-map-win32.cpp
memory-map-win32.h
memory-map.h
memory.cpp
memory.h
messages.h
mimetypes.cpp
mimetypes.dat
mimetypes.h
operating-system.h added define for unaligned memory accesses 2017-01-06 21:09:53 +01:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp some improvements for memory management 2016-12-15 15:30:28 +01:00
process-utils.h some improvements for memory management 2016-12-15 15:30:28 +01:00
shell-colors.h
short_alloc.h
socket-utils.cpp
socket-utils.h
system-compiler.h clean up macros a bit. hopefully clang and MSVC won't complain about this 2017-01-04 12:45:23 +01:00
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
tri-strings.h
tri-zip.cpp
tri-zip.h
vector.cpp
vector.h
voc-errors.cpp agency bug in precondition and log handling fixed 2017-01-18 11:07:30 +01:00
voc-errors.h pushing avoidServers property 2017-01-20 15:15:03 +01:00
voc-mimetypes.cpp
voc-mimetypes.h
win-utils.cpp more style cleanup 2017-01-05 10:52:03 +01:00
win-utils.h more style cleanup 2017-01-05 10:52:03 +01:00
xxhash.cpp
xxhash.h