1
0
Fork 0
arangodb/lib/Basics
Frank Celler 1cd53c20a1 added generateMimetypes and generateErrorfiles 2016-02-25 13:14:06 +01:00
..
AssocMulti.h simplified some logging 2016-02-24 22:48:56 +01:00
AssocUnique.h simplified some logging 2016-02-24 22:48:56 +01:00
AssociativeArray.h clang-format 2016-01-27 13:43:46 +01:00
AttributeNameParser.cpp changed namespace from triagens to arangodb 2016-01-17 00:44:53 +01:00
AttributeNameParser.h clang-format 2016-01-27 13:43:46 +01:00
Barrier.cpp clang-format 2016-01-27 13:43:46 +01:00
Barrier.h clang-format 2016-01-27 13:43:46 +01:00
BloomFilter.h clang-format 2016-01-27 13:43:46 +01:00
Common.h more cleanup 2016-02-24 19:19:04 +01:00
ConditionLocker.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
ConditionLocker.h fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
ConditionVariable.cpp clang-format 2016-01-27 13:43:46 +01:00
ConditionVariable.h clang-format 2016-01-27 13:43:46 +01:00
DataProtector.cpp clang-format 2016-01-27 13:43:46 +01:00
DataProtector.h clang-format 2016-01-27 13:43:46 +01:00
DeadlockDetector.h more cleanup 2016-02-24 19:19:04 +01:00
Dictionary.h clang-format 2016-01-27 13:43:46 +01:00
Exceptions.cpp more cleanup 2016-02-24 19:19:04 +01:00
Exceptions.h nicer exceptions 2016-02-08 17:27:45 +01:00
FileUtils.cpp simplified some logging 2016-02-24 22:48:56 +01:00
FileUtils.h changed directory name pattern for collections 2016-01-27 18:53:16 +01:00
Functor.h clang-format 2016-01-27 13:43:46 +01:00
JsonHelper.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
JsonHelper.h removed some unnecessary explicits 2016-02-02 12:13:21 +01:00
Logger.cpp only close if fd is > 2 2016-02-24 15:29:00 +01:00
Logger.h cleanup of OS defines 2016-02-23 15:27:34 +01:00
Mutex.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
Mutex.h moved low level mutex in Mutex class 2016-01-27 15:31:02 +01:00
MutexLocker.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
MutexLocker.h clang-format 2016-01-27 13:43:46 +01:00
Nonce.cpp removed `using namespace std` 2016-01-31 18:22:00 +01:00
Nonce.h clang-format 2016-01-27 13:43:46 +01:00
ProgramOptions.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
ProgramOptions.h clang-format 2016-01-27 13:43:46 +01:00
ProgramOptionsDescription.cpp removed `using namespace std` 2016-01-31 18:22:00 +01:00
ProgramOptionsDescription.h clang-format 2016-01-27 13:43:46 +01:00
RandomGenerator.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
RandomGenerator.h clang-format 2016-01-27 13:43:46 +01:00
ReadLocker.h attempt to fix Windows build 2016-02-01 12:04:28 +01:00
ReadUnlocker.h clang-format 2016-01-27 13:43:46 +01:00
ReadWriteLock.cpp clang-format 2016-01-27 13:43:46 +01:00
ReadWriteLock.h clang-format 2016-01-27 13:43:46 +01:00
ReadWriteLockCPP11.cpp clang-format 2016-01-27 13:43:46 +01:00
ReadWriteLockCPP11.h clang-format 2016-01-27 13:43:46 +01:00
ScopeGuard.h clang-format 2016-01-27 13:43:46 +01:00
SkipList.h clang-format 2016-01-27 13:43:46 +01:00
StringBuffer.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
StringBuffer.h cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
StringUtils.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
StringUtils.h cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
Thread.cpp simplified some logging 2016-02-24 22:48:56 +01:00
Thread.h added DETACHED state 2016-02-23 15:27:36 +01:00
ThreadPool.cpp changed to new Thread interface 2016-02-17 22:19:37 +01:00
ThreadPool.h fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
Traverser.h clang-format 2016-01-27 13:43:46 +01:00
Utf8Helper.cpp removed unused forwards and functions 2016-02-25 00:48:06 +01:00
Utf8Helper.h removed unused forwards and functions 2016-02-25 00:48:06 +01:00
VERSION.in removed old files 2016-02-19 12:26:26 +01:00
VPackStringBufferAdapter.cpp changed namespace from triagens to arangodb 2016-01-17 00:44:53 +01:00
VPackStringBufferAdapter.h changed namespace from triagens to arangodb 2016-01-17 00:44:53 +01:00
VelocyPackHelper.cpp Merge branch 'devel' of github.com:arangodb/arangodb into vpack 2016-02-15 10:25:31 +01:00
VelocyPackHelper.h Indention fix 2016-02-16 10:30:00 +01:00
WorkDescription.h added cancel 2016-02-17 22:19:52 +01:00
WorkItem.h clang-format 2016-01-27 13:43:46 +01:00
WorkMonitor.cpp sanity check for stopped WorkMonitor 2016-02-23 23:07:08 +01:00
WorkMonitor.h added DETACHED state 2016-02-23 15:27:36 +01:00
WorkMonitorDummy.cpp added cancel 2016-02-17 22:19:52 +01:00
WorkerThread.h added DETACHED state 2016-02-23 15:27:36 +01:00
WriteLocker.h attempt to fix Windows build 2016-02-01 12:04:28 +01:00
WriteUnlocker.h clang-format 2016-01-27 13:43:46 +01:00
application-exit.cpp clang-format 2016-01-27 13:43:46 +01:00
application-exit.h clang-format 2016-01-27 13:43:46 +01:00
associative.cpp clang-format 2016-01-27 13:43:46 +01:00
associative.h clang-format 2016-01-27 13:43:46 +01:00
build.h.in removed old files 2016-02-19 12:26:26 +01:00
conversions.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
conversions.h cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
csv.cpp clang-format 2016-01-27 13:43:46 +01:00
csv.h clang-format 2016-01-27 13:43:46 +01:00
debugging.cpp more cleanup 2016-02-24 19:19:04 +01:00
debugging.h more cleanup 2016-02-24 19:19:04 +01:00
error.cpp fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
error.h clang-format 2016-01-27 13:43:46 +01:00
errors.dat Remove obsolete JS error codes 2016-02-15 22:56:34 +01:00
fasthash.cpp clang-format 2016-01-27 13:43:46 +01:00
fasthash.h clang-format 2016-01-27 13:43:46 +01:00
files.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
files.h fixed Windows build 2016-02-01 12:23:43 +01:00
fpconv.cpp don't rely so much on namespace std being present 2016-01-08 01:05:06 +01:00
fpconv.h removed useless sections from code, unified include guards 2016-01-06 14:15:22 +01:00
gcd.h changed namespace from triagens to arangodb 2016-01-17 00:44:53 +01:00
hashes.cpp clang-format 2016-01-27 13:43:46 +01:00
hashes.h clang-format 2016-01-27 13:43:46 +01:00
json-utilities.cpp removed last LOG_xxx macros 2016-01-30 04:03:18 +01:00
json-utilities.h clang-format 2016-01-27 13:43:46 +01:00
json.cpp prevent crash in case TRI_LookupArrayJson is called on invalid data 2016-02-05 14:24:01 +01:00
json.h clang-format 2016-01-27 13:43:46 +01:00
levenshtein.cpp auto-generated headers 2016-01-06 18:41:51 +01:00
levenshtein.h clang-format 2016-01-27 13:43:46 +01:00
local-configuration-win.h remove TRI_ENABLE_LOGGING 2016-01-30 00:46:40 +01:00
locks-posix.cpp more cleanup 2016-02-24 19:19:04 +01:00
locks-posix.h dont use dynamic memory for condition variable initialization 2016-02-05 19:37:45 +01:00
locks-win32.cpp use Logger 2016-01-30 00:08:35 +01:00
locks-win32.h clang-format 2016-01-27 13:43:46 +01:00
locks.h clang-format 2016-01-27 13:43:46 +01:00
make_unique.h auto-generated headers 2016-01-06 18:41:51 +01:00
memory-map-posix.cpp more detailed logging for mmap operations, added mmap log section 2016-02-02 21:36:25 +01:00
memory-map-posix.h clang-format 2016-01-27 13:43:46 +01:00
memory-map-win32.cpp more detailed logging for mmap operations, added mmap log section 2016-02-02 21:36:25 +01:00
memory-map-win32.h clang-format 2016-01-27 13:43:46 +01:00
memory-map.h clang-format 2016-01-27 13:43:46 +01:00
memory.cpp more cleanup 2016-02-24 19:19:04 +01:00
memory.h more cleanup 2016-02-24 19:19:04 +01:00
messages.h Much requested farsi goodbye added. 2016-02-12 14:10:27 +00:00
mimetypes.cpp clang-format 2016-01-27 13:43:46 +01:00
mimetypes.dat
mimetypes.h clang-format 2016-01-27 13:43:46 +01:00
operating-system.h do not use GETTID 2016-02-23 15:27:35 +01:00
powers.h don't rely so much on namespace std being present 2016-01-08 01:05:06 +01:00
prime-numbers.cpp clang-format 2016-01-27 13:43:46 +01:00
prime-numbers.h clang-format 2016-01-27 13:43:46 +01:00
process-utils.cpp use Thread instead of thread.h 2016-02-23 15:27:35 +01:00
process-utils.h cleanup of OS defines 2016-02-23 15:27:34 +01:00
random.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
random.h clang-format 2016-01-27 13:43:46 +01:00
shell-colors.h clang-format 2016-01-27 13:43:46 +01:00
socket-utils.cpp attempt to fix Windows build 2016-02-01 12:04:28 +01:00
socket-utils.h clang-format 2016-01-27 13:43:46 +01:00
ssl-helper.cpp simplified some logging 2016-02-24 22:48:56 +01:00
ssl-helper.h clang-format 2016-01-27 13:43:46 +01:00
structures.cpp clang-format 2016-01-27 13:43:46 +01:00
structures.h clang-format 2016-01-27 13:43:46 +01:00
syslog_names.h Depending on which solaris version we compile at, these facilities can be unknown. 2016-02-12 17:03:24 +01:00
system-compiler.h cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
system-functions.cpp cleanup of TRI_ options 2016-02-23 15:27:35 +01:00
system-functions.h clang-format 2016-01-27 13:43:46 +01:00
terminal-utils-posix.cpp clang-format 2016-01-27 13:43:46 +01:00
terminal-utils-win32.cpp clang-format 2016-01-27 13:43:46 +01:00
terminal-utils.cpp fixed warnings shown by clang-3.7 2016-01-31 02:17:36 +01:00
terminal-utils.h clang-format 2016-01-27 13:43:46 +01:00
threads-posix.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
threads-posix.h added threadNumber to identify a thread 2016-01-19 13:57:30 +01:00
threads-win32.cpp cleanup of OS defines 2016-02-23 15:27:34 +01:00
threads-win32.h added threadNumber to identify a thread 2016-01-19 13:57:30 +01:00
threads.h cleanup of OS defines 2016-02-23 15:27:34 +01:00
tri-strings.cpp more cleanup 2016-02-24 19:19:04 +01:00
tri-strings.h more cleanup 2016-02-24 19:19:04 +01:00
tri-zip.cpp clang-format 2016-01-27 13:43:46 +01:00
tri-zip.h clang-format 2016-01-27 13:43:46 +01:00
vector.cpp removed unused forwards and functions 2016-02-25 00:48:06 +01:00
vector.h removed unused forwards and functions 2016-02-25 00:48:06 +01:00
voc-errors.cpp Added generated files 2016-02-16 14:07:10 +01:00
voc-errors.h Added generated files 2016-02-16 14:07:10 +01:00
voc-mimetypes.cpp added generateMimetypes and generateErrorfiles 2016-02-25 13:14:06 +01:00
voc-mimetypes.h removed useless sections from code, unified include guards 2016-01-06 14:15:22 +01:00
win-utils.cpp fixes for Windows 2016-02-04 09:36:29 +01:00
win-utils.h fixes for Windows 2016-02-04 09:36:29 +01:00