1
0
Fork 0
arangodb/lib/Basics
Michael Hackstein 2dd0f7cf7f Continued @neunhoef 's on simplification of hash-index. The index itself will never free anything, calling class is responsible for freeing now. 2015-08-24 13:14:35 +02:00
..
AssocMulti.h Continued @neunhoef 's on simplification of hash-index. The index itself will never free anything, calling class is responsible for freeing now. 2015-08-24 13:14:35 +02:00
AssociativeArray.h Visual Studio adjustments 2015-04-30 11:46:55 +02:00
AttributeNameParser.cpp Implemented a new improved version of the Array index insertion function. 2015-08-20 14:03:17 +02:00
AttributeNameParser.h Implemented a new improved version of the Array index insertion function. 2015-08-20 14:03:17 +02:00
Barrier.cpp use barrier 2015-03-04 11:35:32 +01:00
Barrier.h added Barrier 2015-03-03 18:57:15 +01:00
Common.h remove CONST_CAST helper 2015-08-17 12:43:11 +02:00
ConditionLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
ConditionLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
ConditionVariable.cpp
ConditionVariable.h moved dispatcher to atomic 2015-07-23 15:40:34 +02:00
DataProtector.cpp Rename ThreadProtector to DataProtector. 2015-08-17 12:43:12 +02:00
DataProtector.h Rename ThreadProtector to DataProtector. 2015-08-17 12:43:12 +02:00
Dictionary.h
Exceptions.cpp small logging refactoring 2015-03-26 03:09:07 +01:00
Exceptions.h small logging refactoring 2015-03-26 03:09:07 +01:00
FileUtils.cpp fix VS build 2015-08-19 12:37:34 +02:00
FileUtils.h added missing declarations 2015-05-21 09:56:48 +02:00
Functor.h
InitialiseBasics.cpp added empty affinity implementation 2015-05-28 13:51:34 +02:00
InitialiseBasics.h
JsonHelper.cpp Fix grammer in docu 2015-06-24 17:42:39 +02:00
JsonHelper.h pass function arguments by reference 2015-06-16 18:01:45 +02:00
Mutex.cpp
Mutex.h new HttpServer & HttpCommTask 2015-03-31 09:12:01 +02:00
MutexLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
MutexLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
Nonce.cpp decrease loglevel 2015-03-10 11:19:10 +01:00
Nonce.h
ProgramOptions.cpp "privatized" TRI_vector_t internals. 2015-05-05 10:31:02 +02:00
ProgramOptions.h added SYS_OPTIONS() to get options 2015-03-25 16:55:24 +01:00
ProgramOptionsDescription.cpp some adjustments to satisfy scan-build 2015-04-16 16:30:20 +02:00
ProgramOptionsDescription.h added SYS_OPTIONS() to get options 2015-03-25 16:55:24 +01:00
RandomGenerator.cpp small cleanup 2015-08-12 15:01:33 +02:00
RandomGenerator.h
RandomHeap.h
ReadLocker.cpp casts for Windows 2015-07-21 18:57:56 +02:00
ReadLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
ReadUnlocker.cpp remove useless header inclusions 2015-07-15 21:47:50 +02:00
ReadUnlocker.h remove useless header inclusions 2015-07-15 21:47:50 +02:00
ReadWriteLock.cpp more cxx 2015-07-20 18:42:02 +02:00
ReadWriteLock.h more cxx 2015-07-20 18:42:02 +02:00
ReadWriteLockCPP11.h Small improvement of ReadWriteLockCPP11 code. 2015-04-30 01:30:11 -07:00
ScopeGuard.h
SkipList.cpp Fixed sparse indexes 2015-08-21 14:07:32 +02:00
SkipList.h The skiplist index is now able to index arrays as well 2015-08-21 11:04:04 +02:00
SpinLock.cpp add SpinLock and SpinLocker, unified other Lockers 2015-07-15 21:22:00 +02:00
SpinLock.h add SpinLock and SpinLocker, unified other Lockers 2015-07-15 21:22:00 +02:00
SpinLocker.cpp more lock instrumentation 2015-07-21 13:09:02 +02:00
SpinLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
StringBuffer.h use binary-safe string representations 2015-08-20 01:46:20 +02:00
StringUtils.cpp attempt to satisfy scan-build a bit 2015-04-16 11:47:18 +02:00
StringUtils.h
Thread.cpp ignore died process on delete 2015-07-24 09:30:26 +00:00
Thread.h linux processor affinity 2015-05-28 14:51:32 +02:00
ThreadPool.cpp
ThreadPool.h speed up initial edge index creation 2015-08-03 18:27:50 +02:00
Traverser.h Fixed failing failure-tests 2015-07-28 13:21:54 +02:00
Utf8Helper.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
Utf8Helper.h added function to create an ICU RegexMatcher 2015-08-03 23:57:26 +02:00
WorkerThread.h
WriteLocker.cpp casts for Windows 2015-07-21 18:57:56 +02:00
WriteLocker.h more lock instrumentation 2015-07-21 13:09:02 +02:00
WriteUnlocker.cpp remove useless header inclusions 2015-07-15 21:47:50 +02:00
WriteUnlocker.h remove useless header inclusions 2015-07-15 21:47:50 +02:00
application-exit.cpp
application-exit.h
associative.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
associative.h some unused function cleanup 2015-08-17 12:43:09 +02:00
conversions.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
conversions.h some unused function cleanup 2015-08-17 12:43:09 +02:00
csv.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
csv.h some unused function cleanup 2015-08-17 12:43:09 +02:00
debugging.cpp fixes for VS2015 2015-08-19 17:18:13 +02:00
debugging.h printers for standard objects 2015-05-29 17:49:19 +02:00
delete_object.h
error.cpp added empty affinity implementation 2015-05-28 13:51:34 +02:00
error.h
errors.dat replication improvements 2015-08-17 18:41:05 +02:00
fasthash.cpp
fasthash.h
files.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
files.h some unused function cleanup 2015-08-17 12:43:09 +02:00
fpconv.cpp attempt to satisfy scan-build a bit 2015-04-16 11:47:18 +02:00
fpconv.h
gcd.h
hashes.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
hashes.h some unused function cleanup 2015-08-17 12:43:09 +02:00
init.cpp remove unused function 2015-08-13 16:34:55 +02:00
init.h
json-utilities.cpp fixed invalidation with index creation etc., adjusted tests 2015-06-25 23:40:31 +02:00
json-utilities.h simplifications 2015-06-10 11:53:31 +02:00
json.cpp issue #1409: Document values with null character truncated with 2.6.2 on Windows 2015-07-13 12:45:13 +02:00
json.h simplifications 2015-06-10 11:53:31 +02:00
levenshtein.cpp
levenshtein.h
local-configuration-win.h removed configure options `--enable-timing` and `--enable-figures` 2015-07-21 18:47:43 +02:00
local-configuration.h.in more version information (readline version, tcmalloc usage) 2015-08-12 21:38:50 +02:00
locks-macos.cpp work around error message about empty object when compiling in devel mode. 2015-07-14 17:04:11 +02:00
locks-macos.h
locks-posix.cpp try to pacify some compilers 2015-07-14 08:50:29 +02:00
locks-posix.h added empty affinity implementation 2015-05-28 13:51:34 +02:00
locks-win32.cpp
locks-win32.h
locks.h
logging.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
logging.h some unused function cleanup 2015-08-17 12:43:09 +02:00
memory-map-posix.cpp simplify call to mmap 2015-07-27 16:24:25 +02:00
memory-map-posix.h
memory-map-win32.cpp fixes for VS2015 2015-08-19 17:18:13 +02:00
memory-map-win32.h
memory-map.h simplify call to mmap 2015-07-27 16:24:25 +02:00
memory.cpp make Json smaller 2015-06-02 14:11:20 +02:00
memory.h make Json smaller 2015-06-02 14:11:20 +02:00
messages.h
mimetypes.cpp
mimetypes.dat
mimetypes.h
operating-system.h Fix vs 2015 compile issue. 2015-08-20 11:34:01 +02:00
powers.h
prime-numbers.cpp
prime-numbers.h
process-utils.cpp do not include deprecated header 2015-08-19 12:01:12 +02:00
process-utils.h moved files 2015-08-19 11:19:37 +02:00
random.cpp
random.h
shell-colors.h
socket-utils.cpp remove unused function 2015-08-13 16:34:55 +02:00
socket-utils.h remove unused function 2015-08-13 16:34:55 +02:00
ssl-helper.cpp new HttpServer & HttpCommTask 2015-03-31 09:12:01 +02:00
ssl-helper.h new HttpServer & HttpCommTask 2015-03-31 09:12:01 +02:00
string-buffer.cpp allow non-const access to string-buffer 2015-08-17 12:43:11 +02:00
string-buffer.h allow non-const access to string-buffer 2015-08-17 12:43:11 +02:00
structures.cpp removed uncalled functions 2015-08-12 19:46:25 +02:00
structures.h removed uncalled functions 2015-08-12 19:46:25 +02:00
system-compiler.h
system-functions.cpp added empty affinity implementation 2015-05-28 13:51:34 +02:00
system-functions.h added empty affinity implementation 2015-05-28 13:51:34 +02:00
terminal-utils-posix.cpp
terminal-utils-win32.cpp
terminal-utils.cpp
terminal-utils.h
threads-posix.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
threads-posix.h added empty affinity implementation 2015-05-28 13:51:34 +02:00
threads-win32.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
threads-win32.h
threads.h some unused function cleanup 2015-08-17 12:43:09 +02:00
tri-strings.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
tri-strings.h some unused function cleanup 2015-08-17 12:43:09 +02:00
tri-zip.cpp
tri-zip.h
vector.cpp some unused function cleanup 2015-08-17 12:43:09 +02:00
vector.h some unused function cleanup 2015-08-17 12:43:09 +02:00
voc-errors.cpp replication improvements 2015-08-17 18:41:05 +02:00
voc-errors.h replication improvements 2015-08-17 18:41:05 +02:00
voc-mimetypes.cpp
voc-mimetypes.h
win-utils.cpp cppcheck 2015-07-28 09:51:24 +02:00
win-utils.h casts for Windows 2015-07-21 18:57:56 +02:00
xxhash.cpp
xxhash.h