1
0
Fork 0
arangodb/lib/Basics
Michael Hackstein 15b4d0734a Added a generic getAndCheckNumeric value to VPackHelper 2016-03-07 19:03:40 +01:00
..
AssocMulti.h removed dead code 2016-03-04 14:52:15 +01:00
AssocUnique.h removed dead code 2016-03-04 14:52:15 +01:00
AssociativeArray.h clang-format 2016-01-27 13:43:46 +01:00
AttributeNameParser.cpp marker changes, unfinished 2016-02-26 19:39:17 +01:00
AttributeNameParser.h clang-format 2016-01-27 13:43:46 +01:00
Barrier.cpp marker changes, unfinished 2016-02-26 19:39:17 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-07 08:11:01 +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 marker changes, unfinished 2016-02-26 19:39:17 +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 2016-02-26 23:07:19 +01:00
JsonHelper.h cleanup 2016-02-26 23:07:19 +01:00
Logger.cpp prevent duplicate logging 2016-03-03 21:20:05 +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 removed dead code 2016-03-04 14:52:15 +01:00
StringBuffer.cpp cleanup 2016-02-26 23:07:19 +01:00
StringBuffer.h marker changes, unfinished 2016-02-26 19:39:17 +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 fixed threading issues 2016-03-02 15:27:31 +01:00
Thread.h fixed threading issues 2016-03-02 15:27:31 +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 remove std::mutex 2016-03-03 17:47:46 +01:00
Utf8Helper.cpp Replaced the word tokenizer TRI_string_vector_t version by a std::vector<std::string> version 2016-03-01 13:39:17 +01:00
Utf8Helper.h simplifications 2016-03-04 02:25:18 +01:00
VERSION.in removed old files 2016-02-19 12:26:26 +01:00
VPackStringBufferAdapter.cpp marker changes, unfinished 2016-02-26 19:39:17 +01:00
VPackStringBufferAdapter.h changed namespace from triagens to arangodb 2016-01-17 00:44:53 +01:00
VelocyPackHelper.cpp less json 2016-03-03 17:30:15 +01:00
VelocyPackHelper.h Added a generic getAndCheckNumeric value to VPackHelper 2016-03-07 19:03:40 +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 fixed threading issues 2016-03-02 15:27:31 +01:00
WorkMonitor.h fixed threading issues 2016-03-02 15:27:31 +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-date.h.in moved build date to file build-date.h.in 2016-03-05 09:49:31 +01:00
build.h.in moved build date to file build-date.h.in 2016-03-05 09:49:31 +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
crc1.s Sort out _ chaos in assembler source. 2016-02-19 10:32:59 +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 fix assertions in non-maintainer mode 2016-03-02 11:04:29 +01:00
debugging.h Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-02 11:05:13 +01:00
error.cpp removed unused includes 2016-03-04 02:37:20 +01:00
error.h simplifications 2016-03-04 02:25:18 +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 simplifications 2016-03-04 02:25:18 +01:00
files.h simplifications 2016-03-04 02:25:18 +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 Switch off assembler CRC32 on Windows by default. 2016-02-19 10:59:13 +01:00
hashes.h Add assembler optimized CRC version. 2016-02-17 23:17:23 +01:00
json-utilities.cpp use correct includes 2016-03-04 02:30:47 +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 use correct includes 2016-03-04 02:30:47 +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 Shut up visual studio, we know this is UTF-8. 2016-03-01 17:43:29 +01:00
mimetypes.cpp simplifications 2016-03-04 02:25:18 +01:00
mimetypes.dat linted python files, regenerated derived files 2014-10-29 23:56:20 +01:00
mimetypes.h simplifications 2016-03-04 02:25:18 +01:00
operating-system.h Windows portability 2016-02-26 17:06:56 +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 fixed threading issues 2016-03-02 15:27:31 +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 grr 2016-03-02 17:54:41 +01:00
win-utils.h fixes for Windows 2016-02-04 09:36:29 +01:00