mirror of https://gitee.com/bigwinds/arangodb
updated cleanupCFiles
This commit is contained in:
parent
fe2bd7a813
commit
d6e8046992
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGOB_FEATURE_H
|
||||
#define APPLICATION_FEATURES_ARANGOB_FEATURE_H 1
|
||||
#ifndef ARANGODB_BENCHMARK_BENCH_FEATURE_H
|
||||
#define ARANGODB_BENCHMARK_BENCH_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOSH_BENCHMARK_BENCHMARK_COUNTER_H
|
||||
#define ARANGOSH_BENCHMARK_BENCHMARK_COUNTER_H 1
|
||||
#ifndef ARANGODB_BENCHMARK_BENCHMARK_COUNTER_H
|
||||
#define ARANGODB_BENCHMARK_BENCHMARK_COUNTER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Mutex.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOSH_BENCHMARK_BENCHMARK_OPERATION_H
|
||||
#define ARANGOSH_BENCHMARK_BENCHMARK_OPERATION_H 1
|
||||
#ifndef ARANGODB_BENCHMARK_BENCHMARK_OPERATION_H
|
||||
#define ARANGODB_BENCHMARK_BENCHMARK_OPERATION_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "SimpleHttpClient/SimpleHttpClient.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOSH_BENCHMARK_BENCHMARK_THREAD_H
|
||||
#define ARANGOSH_BENCHMARK_BENCHMARK_THREAD_H 1
|
||||
#ifndef ARANGODB_BENCHMARK_BENCHMARK_THREAD_H
|
||||
#define ARANGODB_BENCHMARK_BENCHMARK_THREAD_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGODUMP_FEATURE_H
|
||||
#define APPLICATION_FEATURES_ARANGODUMP_FEATURE_H 1
|
||||
#ifndef ARANGODB_DUMP_DUMP_FEATURE_H
|
||||
#define ARANGODB_DUMP_DUMP_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
#include "V8Client/ArangoClientHelper.h"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGOIMP_FEATURE_H
|
||||
#define APPLICATION_FEATURES_ARANGOIMP_FEATURE_H 1
|
||||
#ifndef ARANGODB_IMPORT_IMPORT_FEATURE_H
|
||||
#define ARANGODB_IMPORT_IMPORT_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
#include "V8Client/ArangoClientHelper.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOSH_V8_CLIENT_IMPORT_HELPER_H
|
||||
#define ARANGOSH_V8_CLIENT_IMPORT_HELPER_H 1
|
||||
#ifndef ARANGODB_IMPORT_IMPORT_HELPER_H
|
||||
#define ARANGODB_IMPORT_IMPORT_HELPER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGORESTORE_FEATURE_H
|
||||
#define APPLICATION_FEATURES_ARANGORESTORE_FEATURE_H 1
|
||||
#ifndef ARANGODB_RESTORE_RESTORE_FEATURE_H
|
||||
#define ARANGODB_RESTORE_RESTORE_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGOSH_FEATURE_H
|
||||
#define APPLICATION_FEATURES_ARANGOSH_FEATURE_H 1
|
||||
#ifndef ARANGODB_SHELL_SHELL_FEATURE_H
|
||||
#define ARANGODB_SHELL_SHELL_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOSH_V8_CLIENT_V8_CLIENT_CONNECTION_H
|
||||
#define ARANGOSH_V8_CLIENT_V8_CLIENT_CONNECTION_H 1
|
||||
#ifndef ARANGODB_SHELL_V8CLIENT_CONNECTION_H
|
||||
#define ARANGODB_SHELL_V8CLIENT_CONNECTION_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef SHELL_V8_SHELL_FEATURE_H
|
||||
#define SHELL_V8_SHELL_FEATURE_H 1
|
||||
#ifndef ARANGODB_SHELL_V8SHELL_FEATURE_H
|
||||
#define ARANGODB_SHELL_V8SHELL_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// DISCLAIMER
|
||||
///
|
||||
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_ARANGO_CLIENT_HELPER_H
|
||||
#define APPLICATION_FEATURES_ARANGO_CLIENT_HELPER_H 1
|
||||
#ifndef ARANGODB_V8CLIENT_ARANGO_CLIENT_HELPER_H
|
||||
#define ARANGODB_V8CLIENT_ARANGO_CLIENT_HELPER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_APPLICATION_FEATURE_H
|
||||
#define APPLICATION_FEATURES_APPLICATION_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_APPLICATION_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_APPLICATION_FEATURE_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_APPLICATION_SERVER_H
|
||||
#define APPLICATION_FEATURES_APPLICATION_SERVER_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_APPLICATION_SERVER_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_APPLICATION_SERVER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_CLIENT_FEATURE_H
|
||||
#define APPLICATION_FEATURES_CLIENT_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_CLIENT_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_CLIENT_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
#include "ApplicationFeatures/HttpEndpointProvider.h"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_CONFIG_FEATURE_H
|
||||
#define APPLICATION_FEATURES_CONFIG_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_CONFIG_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_CONFIG_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_CONSOLE_FEATURE_H
|
||||
#define APPLICATION_FEATURES_CONSOLE_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_CONSOLE_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_CONSOLE_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_DAEMON_FEATURE_H
|
||||
#define APPLICATION_FEATURES_DAEMON_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_DAEMON_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_DAEMON_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_HTTP_ENDPOINT_PROVIDER_H
|
||||
#define APPLICATION_FEATURES_HTTP_ENDPOINT_PROVIDER_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_HTTP_ENDPOINT_PROVIDER_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_HTTP_ENDPOINT_PROVIDER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_LANGUAGE_FEATURE_H
|
||||
#define APPLICATION_FEATURES_LANGUAGE_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_LANGUAGE_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_LANGUAGE_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGOD_CLUSTER_FILE_NONCE_FEATURE_H
|
||||
#define ARANGOD_CLUSTER_FILE_NONCE_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_NONCE_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_NONCE_FEATURE_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_PRIVILEGE_FEATURE_H
|
||||
#define APPLICATION_FEATURES_PRIVILEGE_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_PRIVILEGE_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_PRIVILEGE_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_SHUTDOWN_FEATURE_H
|
||||
#define APPLICATION_FEATURES_SHUTDOWN_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_SHUTDOWN_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_SHUTDOWN_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_SSL_FEATURE_H
|
||||
#define APPLICATION_FEATURES_SSL_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_SSL_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_SSL_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_SUPERVISOR_FEATURE_H
|
||||
#define APPLICATION_FEATURES_SUPERVISOR_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_SUPERVISOR_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_SUPERVISOR_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_TEMP_FEATURE_H
|
||||
#define APPLICATION_FEATURES_TEMP_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_TEMP_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_TEMP_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_V8PLATFORM_FEATURE_H
|
||||
#define APPLICATION_FEATURES_V8PLATFORM_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_V8PLATFORM_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_V8PLATFORM_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef APPLICATION_FEATURES_WORK_MONITOR_FEATURE_H
|
||||
#define APPLICATION_FEATURES_WOR_KMONITOR_FEATURE_H 1
|
||||
#ifndef ARANGODB_APPLICATION_FEATURES_WORK_MONITOR_FEATURE_H
|
||||
#define ARANGODB_APPLICATION_FEATURES_WORK_MONITOR_FEATURE_H 1
|
||||
|
||||
#include "ApplicationFeatures/ApplicationFeature.h"
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef BASICS_ARANGO_GLOBAL_CONTEXT_H
|
||||
#define BASICS_ARANGO_GLOBAL_CONTEXT_H 1
|
||||
#ifndef ARANGODB_BASICS_ARANGO_GLOBAL_CONTEXT_H
|
||||
#define ARANGODB_BASICS_ARANGO_GLOBAL_CONTEXT_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
/// @author Max Neunhoeffer
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_ASSOC_MULTI_H
|
||||
#define LIB_BASICS_ASSOC_MULTI_H 1
|
||||
#ifndef ARANGODB_BASICS_ASSOC_MULTI_H
|
||||
#define ARANGODB_BASICS_ASSOC_MULTI_H 1
|
||||
|
||||
// Activate for additional debugging:
|
||||
// #define TRI_CHECK_MULTI_POINTER_HASH 1
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
/// @author Michael hackstein
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_ASSOC_UNIQUE_H
|
||||
#define LIB_BASICS_ASSOC_UNIQUE_H 1
|
||||
#ifndef ARANGODB_BASICS_ASSOC_UNIQUE_H
|
||||
#define ARANGODB_BASICS_ASSOC_UNIQUE_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Martin Schoenert
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_ASSOCIATIVE_ARRAY_H
|
||||
#define LIB_BASICS_ASSOCIATIVE_ARRAY_H 1
|
||||
#ifndef ARANGODB_BASICS_ASSOCIATIVE_ARRAY_H
|
||||
#define ARANGODB_BASICS_ASSOCIATIVE_ARRAY_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Michael Hackstein
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_ATTRIBUTE_NAME_PARSER_H
|
||||
#define LIB_BASICS_ATTRIBUTE_NAME_PARSER_H 1
|
||||
#ifndef ARANGODB_BASICS_ATTRIBUTE_NAME_PARSER_H
|
||||
#define ARANGODB_BASICS_ATTRIBUTE_NAME_PARSER_H 1
|
||||
|
||||
#include "Common.h"
|
||||
#include <iosfwd>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_BARRIER_H
|
||||
#define LIB_BASICS_BARRIER_H 1
|
||||
#ifndef ARANGODB_BASICS_BARRIER_H
|
||||
#define ARANGODB_BASICS_BARRIER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ConditionVariable.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_BLOOM_FILTER_H
|
||||
#define LIB_BASICS_BLOOM_FILTER_H 1
|
||||
#ifndef ARANGODB_BASICS_BLOOM_FILTER_H
|
||||
#define ARANGODB_BASICS_BLOOM_FILTER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/fasthash.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_COMMON_H
|
||||
#define LIB_BASICS_COMMON_H 1
|
||||
#ifndef ARANGODB_BASICS_COMMON_H
|
||||
#define ARANGODB_BASICS_COMMON_H 1
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_CONDITION_LOCKER_H
|
||||
#define LIB_BASICS_CONDITION_LOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_CONDITION_LOCKER_H
|
||||
#define ARANGODB_BASICS_CONDITION_LOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_CONDITION_VARIABLE_H
|
||||
#define LIB_BASICS_CONDITION_VARIABLE_H 1
|
||||
#ifndef ARANGODB_BASICS_CONDITION_VARIABLE_H
|
||||
#define ARANGODB_BASICS_CONDITION_VARIABLE_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/locks.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Max Neunhoeffer
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_DATA_PROTECTOR_H
|
||||
#define LIB_BASICS_DATA_PROTECTOR_H 1
|
||||
#ifndef ARANGODB_BASICS_DATA_PROTECTOR_H
|
||||
#define ARANGODB_BASICS_DATA_PROTECTOR_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_DEADLOCK_DETECTOR_H
|
||||
#define LIB_BASICS_DEADLOCK_DETECTOR_H 1
|
||||
#ifndef ARANGODB_BASICS_DEADLOCK_DETECTOR_H
|
||||
#define ARANGODB_BASICS_DEADLOCK_DETECTOR_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Mutex.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Martin Schoenert
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_DICTIONARY_H
|
||||
#define LIB_BASICS_DICTIONARY_H 1
|
||||
#ifndef ARANGODB_BASICS_DICTIONARY_H
|
||||
#define ARANGODB_BASICS_DICTIONARY_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_EXCEPTIONS_H
|
||||
#define LIB_BASICS_EXCEPTIONS_H 1
|
||||
#ifndef ARANGODB_BASICS_EXCEPTIONS_H
|
||||
#define ARANGODB_BASICS_EXCEPTIONS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_FILE_UTILS_H
|
||||
#define LIB_BASICS_FILE_UTILS_H 1
|
||||
#ifndef ARANGODB_BASICS_FILE_UTILS_H
|
||||
#define ARANGODB_BASICS_FILE_UTILS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/files.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_JSON_HELPER_H
|
||||
#define LIB_BASICS_JSON_HELPER_H 1
|
||||
#ifndef ARANGODB_BASICS_JSON_HELPER_H
|
||||
#define ARANGODB_BASICS_JSON_HELPER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Exceptions.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MUTEX_H
|
||||
#define LIB_BASICS_MUTEX_H 1
|
||||
#ifndef ARANGODB_BASICS_MUTEX_H
|
||||
#define ARANGODB_BASICS_MUTEX_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MUTEX_LOCKER_H
|
||||
#define LIB_BASICS_MUTEX_LOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_MUTEX_LOCKER_H
|
||||
#define ARANGODB_BASICS_MUTEX_LOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Mutex.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_NONCE_H
|
||||
#define LIB_BASICS_NONCE_H 1
|
||||
#ifndef ARANGODB_BASICS_NONCE_H
|
||||
#define ARANGODB_BASICS_NONCE_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_READ_LOCKER_H
|
||||
#define LIB_BASICS_READ_LOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_READ_LOCKER_H
|
||||
#define ARANGODB_BASICS_READ_LOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ReadWriteLock.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_READ_UNLOCKER_H
|
||||
#define LIB_BASICS_READ_UNLOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_READ_UNLOCKER_H
|
||||
#define ARANGODB_BASICS_READ_UNLOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ReadWriteLock.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_READ_WRITE_LOCK_H
|
||||
#define LIB_BASICS_READ_WRITE_LOCK_H 1
|
||||
#ifndef ARANGODB_BASICS_READ_WRITE_LOCK_H
|
||||
#define ARANGODB_BASICS_READ_WRITE_LOCK_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/locks.h"
|
||||
|
|
|
@ -42,9 +42,9 @@ static void LockError(ReadWriteLockCPP11* lock, int mode) {
|
|||
|
||||
using namespace arangodb::basics;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief locks for writing
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void ReadWriteLockCPP11::writeLock() {
|
||||
#ifdef TRI_TRACE_LOCKS
|
||||
|
@ -73,9 +73,9 @@ void ReadWriteLockCPP11::writeLock() {
|
|||
#endif
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief locks for writing, but only tries
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool ReadWriteLockCPP11::tryWriteLock() {
|
||||
#ifdef TRI_TRACE_LOCKS
|
||||
|
@ -95,9 +95,9 @@ bool ReadWriteLockCPP11::tryWriteLock() {
|
|||
return false;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief locks for reading
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void ReadWriteLockCPP11::readLock() {
|
||||
#ifdef TRI_TRACE_LOCKS
|
||||
|
@ -127,9 +127,9 @@ void ReadWriteLockCPP11::readLock() {
|
|||
_state += 1;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief locks for reading, tries only
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool ReadWriteLockCPP11::tryReadLock() {
|
||||
#ifdef TRI_TRACE_LOCKS
|
||||
|
@ -148,9 +148,9 @@ bool ReadWriteLockCPP11::tryReadLock() {
|
|||
return false;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief releases the read-lock or write-lock
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void ReadWriteLockCPP11::unlock() {
|
||||
#ifdef TRI_TRACE_LOCKS
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Max Neunhoeffer
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_READ_WRITE_LOCK_CPP11_H
|
||||
#define LIB_BASICS_READ_WRITE_LOCK_CPP11_H 1
|
||||
#ifndef ARANGODB_BASICS_READ_WRITE_LOCK_CPP11_H
|
||||
#define ARANGODB_BASICS_READ_WRITE_LOCK_CPP11_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SCOPE_GUARD_H
|
||||
#define LIB_BASICS_SCOPE_GUARD_H 1
|
||||
#ifndef ARANGODB_BASICS_SCOPE_GUARD_H
|
||||
#define ARANGODB_BASICS_SCOPE_GUARD_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Max Neunhoeffer
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SKIP_LIST_H
|
||||
#define LIB_BASICS_SKIP_LIST_H 1
|
||||
#ifndef ARANGODB_BASICS_SKIP_LIST_H
|
||||
#define ARANGODB_BASICS_SKIP_LIST_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_STRING_BUFFER_H
|
||||
#define LIB_BASICS_STRING_BUFFER_H 1
|
||||
#ifndef ARANGODB_BASICS_STRING_BUFFER_H
|
||||
#define ARANGODB_BASICS_STRING_BUFFER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Logger/Logger.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Dr. Oreste Costa-Panaia
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_STRING_UTILS_H
|
||||
#define LIB_BASICS_STRING_UTILS_H 1
|
||||
#ifndef ARANGODB_BASICS_STRING_UTILS_H
|
||||
#define ARANGODB_BASICS_STRING_UTILS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_THREAD_H
|
||||
#define LIB_BASICS_THREAD_H 1
|
||||
#ifndef ARANGODB_BASICS_THREAD_H
|
||||
#define ARANGODB_BASICS_THREAD_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_THREAD_POOL_H
|
||||
#define LIB_BASICS_THREAD_POOL_H 1
|
||||
#ifndef ARANGODB_BASICS_THREAD_POOL_H
|
||||
#define ARANGODB_BASICS_THREAD_POOL_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ConditionLocker.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Michael Hackstein
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_TRAVERSER_H
|
||||
#define LIB_BASICS_TRAVERSER_H 1
|
||||
#ifndef ARANGODB_BASICS_TRAVERSER_H
|
||||
#define ARANGODB_BASICS_TRAVERSER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Exceptions.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_UTF8_HELPER_H
|
||||
#define LIB_BASICS_UTF8_HELPER_H 1
|
||||
#ifndef ARANGODB_BASICS_UTF8HELPER_H
|
||||
#define ARANGODB_BASICS_UTF8HELPER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -291,7 +291,7 @@ TRI_json_t* VelocyPackHelper::velocyPackToJson(VPackSlice const& slice, VPackOpt
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief parses a json file to VelocyPack
|
||||
//////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
std::shared_ptr<VPackBuilder> VelocyPackHelper::velocyPackFromFile(
|
||||
std::string const& path) {
|
||||
|
@ -362,9 +362,9 @@ static bool PrintVelocyPack(int fd, VPackSlice const& slice,
|
|||
return true;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief writes a VelocyPack to a file
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool VelocyPackHelper::velocyPackToFile(char const* filename,
|
||||
VPackSlice const& slice,
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Michael Hackstein
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_VELOCY_PACK_HELPER_H
|
||||
#define LIB_BASICS_VELOCY_PACK_HELPER_H 1
|
||||
#ifndef ARANGODB_BASICS_VELOCY_PACK_HELPER_H
|
||||
#define ARANGODB_BASICS_VELOCY_PACK_HELPER_H 1
|
||||
|
||||
#include "Basics/JsonHelper.h"
|
||||
#include "Logger/Logger.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGODB_UTILS_WORK_DESCRIPTION
|
||||
#define ARANGODB_UTILS_WORK_DESCRIPTION 1
|
||||
#ifndef ARANGODB_BASICS_WORK_DESCRIPTION_H
|
||||
#define ARANGODB_BASICS_WORK_DESCRIPTION_H 1
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGODB_UTILS_WORK_ITEM
|
||||
#define ARANGODB_UTILS_WORK_ITEM 1
|
||||
#ifndef ARANGODB_BASICS_WORK_ITEM_H
|
||||
#define ARANGODB_BASICS_WORK_ITEM_H 1
|
||||
|
||||
namespace arangodb {
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef ARANGODB_UTILS_WORK_MONITOR
|
||||
#define ARANGODB_UTILS_WORK_MONITOR 1
|
||||
#ifndef ARANGODB_BASICS_WORK_MONITOR_H
|
||||
#define ARANGODB_BASICS_WORK_MONITOR_H 1
|
||||
|
||||
#include "Basics/Thread.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_WORKER_THREAD_H
|
||||
#define LIB_BASICS_WORKER_THREAD_H 1
|
||||
#ifndef ARANGODB_BASICS_WORKER_THREAD_H
|
||||
#define ARANGODB_BASICS_WORKER_THREAD_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/Thread.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_WRITE_LOCKER_H
|
||||
#define LIB_BASICS_WRITE_LOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_WRITE_LOCKER_H
|
||||
#define ARANGODB_BASICS_WRITE_LOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ReadWriteLock.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Achim Brandt
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_WRITE_UNLOCKER_H
|
||||
#define LIB_BASICS_WRITE_UNLOCKER_H 1
|
||||
#ifndef ARANGODB_BASICS_WRITE_UNLOCKER_H
|
||||
#define ARANGODB_BASICS_WRITE_UNLOCKER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/ReadWriteLock.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Oreste Costa-Panaia
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_APPLICATION_EXIT_H
|
||||
#define LIB_BASICS_APPLICATION_EXIT_H 1
|
||||
#ifndef ARANGODB_BASICS_APPLICATION__EXIT_H
|
||||
#define ARANGODB_BASICS_APPLICATION__EXIT_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_CONVERSIONS_H
|
||||
#define LIB_BASICS_CONVERSIONS_H 1
|
||||
#ifndef ARANGODB_BASICS_CONVERSIONS_H
|
||||
#define ARANGODB_BASICS_CONVERSIONS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_CSV_H
|
||||
#define LIB_BASICS_CSV_H 1
|
||||
#ifndef ARANGODB_BASICS_CSV_H
|
||||
#define ARANGODB_BASICS_CSV_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_DEBUGGING_H
|
||||
#define LIB_BASICS_DEBUGGING_H 1
|
||||
#ifndef ARANGODB_BASICS_DEBUGGING_H
|
||||
#define ARANGODB_BASICS_DEBUGGING_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_ERROR_H
|
||||
#define LIB_BASICS_ERROR_H 1
|
||||
#ifndef ARANGODB_BASICS_ERROR_H
|
||||
#define ARANGODB_BASICS_ERROR_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_FILES_H
|
||||
#define LIB_BASICS_FILES_H 1
|
||||
#ifndef ARANGODB_BASICS_FILES_H
|
||||
#define ARANGODB_BASICS_FILES_H 1
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Basics/win-utils.h"
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author http://en.wikipedia.org/wiki/Binary_GCD_algorithm
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_GCD_H
|
||||
#define LIB_BASICS_GCD_H 1
|
||||
#ifndef ARANGODB_BASICS_GCD_H
|
||||
#define ARANGODB_BASICS_GCD_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_HASHES_H
|
||||
#define LIB_BASICS_HASHES_H 1
|
||||
#ifndef ARANGODB_BASICS_HASHES_H
|
||||
#define ARANGODB_BASICS_HASHES_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_JSON_UTILITIES_H
|
||||
#define LIB_BASICS_JSON_UTILITIES_H 1
|
||||
#ifndef ARANGODB_BASICS_JSON__UTILITIES_H
|
||||
#define ARANGODB_BASICS_JSON__UTILITIES_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/json.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_JSON_H
|
||||
#define LIB_BASICS_JSON_H 1
|
||||
#ifndef ARANGODB_BASICS_JSON_H
|
||||
#define ARANGODB_BASICS_JSON_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/vector.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jen Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_LEVENSHTEIN_H
|
||||
#define LIB_BASICS_LEVENSHTEIN_H 1
|
||||
#ifndef ARANGODB_BASICS_LEVENSHTEIN_H
|
||||
#define ARANGODB_BASICS_LEVENSHTEIN_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///
|
||||
/// DISCLAIMER
|
||||
///
|
||||
/// Copyright 2014 ArangoDB GmbH, Cologne, Germany
|
||||
/// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany
|
||||
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
|
||||
///
|
||||
/// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -29,8 +29,8 @@
|
|||
/// @author Copyright 2011-2012, triAGENS GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_LOCAL_CONFIGURATION_WIN_H
|
||||
#define LIB_BASICS_LOCAL_CONFIGURATION_WIN_H 1
|
||||
#ifndef ARANGODB_BASICS_LOCAL__CONFIGURATION__WIN_H
|
||||
#define ARANGODB_BASICS_LOCAL__CONFIGURATION__WIN_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_LOCKS_POSIX_H
|
||||
#define LIB_BASICS_LOCKS_POSIX_H 1
|
||||
#ifndef ARANGODB_BASICS_LOCKS__POSIX_H
|
||||
#define ARANGODB_BASICS_LOCKS__POSIX_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_LOCKS_WIN32_H
|
||||
#define LIB_BASICS_LOCKS_WIN32_H 1
|
||||
#ifndef ARANGODB_BASICS_LOCKS__WIN32_H
|
||||
#define ARANGODB_BASICS_LOCKS__WIN32_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_LOCKS_H
|
||||
#define LIB_BASICS_LOCKS_H 1
|
||||
#ifndef ARANGODB_BASICS_LOCKS_H
|
||||
#define ARANGODB_BASICS_LOCKS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MAKE_UNIQUE_H
|
||||
#define LIB_BASICS_MAKE_UNIQUE_H 1
|
||||
#ifndef ARANGODB_BASICS_MAKE__UNIQUE_H
|
||||
#define ARANGODB_BASICS_MAKE__UNIQUE_H 1
|
||||
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Oreste Costa-Panaia
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MEMORY_MAP_POSIX_H
|
||||
#define LIB_BASICS_MEMORY_MAP_POSIX_H 1
|
||||
#ifndef ARANGODB_BASICS_MEMORY__MAP__POSIX_H
|
||||
#define ARANGODB_BASICS_MEMORY__MAP__POSIX_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Oreste Costa-Panaia
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MEMORY_MAP_WIN32_H
|
||||
#define LIB_BASICS_MEMORY_MAP_WIN32_H 1
|
||||
#ifndef ARANGODB_BASICS_MEMORY__MAP__WIN32_H
|
||||
#define ARANGODB_BASICS_MEMORY__MAP__WIN32_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Oreste Costa-Panaia
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MEMORY_MAP_H
|
||||
#define LIB_BASICS_MEMORY_MAP_H 1
|
||||
#ifndef ARANGODB_BASICS_MEMORY__MAP_H
|
||||
#define ARANGODB_BASICS_MEMORY__MAP_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MEMORY_H
|
||||
#define LIB_BASICS_MEMORY_H 1
|
||||
#ifndef ARANGODB_BASICS_MEMORY_H
|
||||
#define ARANGODB_BASICS_MEMORY_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MESSAGES_H
|
||||
#define LIB_BASICS_MESSAGES_H 1
|
||||
#ifndef ARANGODB_BASICS_MESSAGES_H
|
||||
#define ARANGODB_BASICS_MESSAGES_H 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief bye bye message
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_MIMETYPES_H
|
||||
#define LIB_BASICS_MIMETYPES_H 1
|
||||
#ifndef ARANGODB_BASICS_MIMETYPES_H
|
||||
#define ARANGODB_BASICS_MIMETYPES_H 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief register a mimetype for an extension
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_OPERATING_SYSTEM_H
|
||||
#define LIB_BASICS_OPERATING_SYSTEM_H 1
|
||||
#ifndef ARANGODB_BASICS_OPERATING__SYSTEM_H
|
||||
#define ARANGODB_BASICS_OPERATING__SYSTEM_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_PRIME_NUMBERS_H
|
||||
#define LIB_BASICS_PRIME_NUMBERS_H 1
|
||||
#ifndef ARANGODB_BASICS_PRIME__NUMBERS_H
|
||||
#define ARANGODB_BASICS_PRIME__NUMBERS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Esteban Lombeyda
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_PROCESS_UTILS_H
|
||||
#define LIB_BASICS_PROCESS_UTILS_H 1
|
||||
#ifndef ARANGODB_BASICS_PROCESS__UTILS_H
|
||||
#define ARANGODB_BASICS_PROCESS__UTILS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
#include "Basics/threads.h"
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SHELL_COLORS_H
|
||||
#define LIB_BASICS_SHELL_COLORS_H 1
|
||||
#ifndef ARANGODB_BASICS_SHELL__COLORS_H
|
||||
#define ARANGODB_BASICS_SHELL__COLORS_H 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief color red
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SOCKET_UTILS_H
|
||||
#define LIB_BASICS_SOCKET_UTILS_H 1
|
||||
#ifndef ARANGODB_BASICS_SOCKET__UTILS_H
|
||||
#define ARANGODB_BASICS_SOCKET__UTILS_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Jan Steemann
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SSL_HELPER_H
|
||||
#define LIB_BASICS_SSL_HELPER_H 1
|
||||
#ifndef ARANGODB_BASICS_SSL__HELPER_H
|
||||
#define ARANGODB_BASICS_SSL__HELPER_H 1
|
||||
|
||||
#include "Basics/Common.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_STRUCTURES_H
|
||||
#define LIB_BASICS_STRUCTURES_H 1
|
||||
#ifndef ARANGODB_BASICS_STRUCTURES_H
|
||||
#define ARANGODB_BASICS_STRUCTURES_H 1
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief global blob type
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SYSTEM_COMPILER_H
|
||||
#define LIB_BASICS_SYSTEM_COMPILER_H 1
|
||||
#ifndef ARANGODB_BASICS_SYSTEM__COMPILER_H
|
||||
#define ARANGODB_BASICS_SYSTEM__COMPILER_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
/// @author Dr. Frank Celler
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LIB_BASICS_SYSTEM_FUNCTIONS_H
|
||||
#define LIB_BASICS_SYSTEM_FUNCTIONS_H 1
|
||||
#ifndef ARANGODB_BASICS_SYSTEM__FUNCTIONS_H
|
||||
#define ARANGODB_BASICS_SYSTEM__FUNCTIONS_H 1
|
||||
|
||||
#ifndef TRI_WITHIN_COMMON
|
||||
#error use <Basics/Common.h>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue