Home
last modified time | relevance | path

Searched refs:C (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/.circleci/
Dconfig.yml18 THIRDPARTY_HOME: C:/Users/circleci/thirdparty
19 CMAKE_HOME: C:/Users/circleci/thirdparty/cmake-3.16.4-win64-x64
20 CMAKE_BIN: C:/Users/circleci/thirdparty/cmake-3.16.4-win64-x64/bin/cmake.exe
22 SNAPPY_HOME: C:/Users/circleci/thirdparty/snappy-1.1.7
23 …SNAPPY_INCLUDE: C:/Users/circleci/thirdparty/snappy-1.1.7;C:/Users/circleci/thirdparty/snappy-1.1.…
24 SNAPPY_LIB_DEBUG: C:/Users/circleci/thirdparty/snappy-1.1.7/build/Debug/snappy.lib
/rocksdb-6.9/
Dappveyor.yml6 JAVA_HOME: C:\Program Files\Java\jdk1.8.0
23 DEV_ENV: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com
26 DEV_ENV: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.com
DINSTALL.md9 We do depend on newer gcc/clang with C++11 support.
51 * Upgrade your gcc to version at least 4.8 to get C++11 support.
63 * Upgrade your gcc to version at least 4.8 to get C++11 support:
105 * Install latest C++ compiler that supports C++ 11:
DLANGUAGE-BINDINGS.md13 * C# - https://github.com/warrenfalk/rocksdb-sharp
22 * Swift and Objective-C (iOS/OSX) - https://github.com/iabudiab/ObjectiveRocks
DCMakeCache.txt87 //C compiler
99 //Flags used by the C compiler during all build types.
102 //Flags used by the C compiler during DEBUG builds.
105 //Flags used by the C compiler during MINSIZEREL builds.
108 //Flags used by the C compiler during RELEASE builds.
111 //Flags used by the C compiler during RELWITHDEBINFO builds.
150 //C header files (include)
171 //C header files for non-gcc (/usr/include)
D.travis.yml179 …mkdir cmake-dist && curl --silent --fail --show-error --location "${CMAKE_DIST_URL}" | tar -C cmak…
205 - if [ `command -v ccache` ]; then ccache -C; fi
DWINDOWS_PORT.md39 ## C++ and STL notes
40 …ortable files that either account for OS differences or the shortcomings of C++11 support in the c…
50 * `constexpr` is not supported. We had to replace `std::numeric_limits<>::max/min()` to its C macro…
84 When RocksDB is used with Jemalloc the latter needs to be initialized before any of the C++ globals…
DCMakeLists.txt30 # 1. Install a recent toolchain such as devtoolset-3 if you're on a older distro. C++11 required.
42 LANGUAGES CXX C ASM)
159 …execute_process(COMMAND $ENV{COMSPEC} /C ${GIT_EXECUTABLE} -C ${CMAKE_CURRENT_SOURCE_DIR} rev-pars…
161 …execute_process(COMMAND ${GIT_EXECUTABLE} -C ${CMAKE_CURRENT_SOURCE_DIR} rev-parse HEAD OUTPUT_VAR…
1146 # C executables must link to a shared object
1158 # C executables must link to a shared object
DCOPYING4 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
DUSERS.md11 5. Stylus -- a low-level stream processing framework writtenin C++.[1]
DHISTORY.md36 …ange tombstones. The corresponding language bindings now cannot be used. In C, that includes `rock…
233 * Add C bindings for secondary instance, i.e. DBImplSecondary.
/rocksdb-6.9/CMakeFiles/3.30.5/
DCMakeCXXCompiler.cmake48 set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
51 foreach (lang IN ITEMS C OBJC OBJCXX)
97 ### Imported target for C++23 standard library
/rocksdb-6.9/CMakeFiles/
DCMakeConfigureLog.yaml52 The C compiler identification is Clang, found in:
252 - "Detecting C compiler ABI info"
284 Linking C executable cmTC_9af96
302 Parsed C implicit include dir info: rv=done
320 Parsed C implicit link information:
342 ignore line: [Linking C executable cmTC_9af96]
374 linker tool for 'C': /usr/bin/ld
390 Running the C compiler's linker: "/usr/bin/ld" "-v"
732 Linking C executable cmTC_75b74
772 Linking C executable cmTC_c6ea7
[all …]
DCMakeDirectoryInformation.cmake12 # The C and CXX include file regular expressions for this directory.
/rocksdb-6.9/java/
DHISTORY-JAVA.md42 …andle. This method is useful when sharing and transferring the ownership of RocksDB C++ resources.
46 …bject --- the base class of all RocksDB classes which holds some RocksDB resources in the C++ side.
/rocksdb-6.9/db_stress_tool/CMakeFiles/
DCMakeDirectoryInformation.cmake12 # The C and CXX include file regular expressions for this directory.
/rocksdb-6.9/tools/CMakeFiles/
DCMakeDirectoryInformation.cmake12 # The C and CXX include file regular expressions for this directory.
/rocksdb-6.9/docs/_data/
Dnav.yml9 - title: API (C++)
Dfeatures.yml3 …RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. K…
/rocksdb-6.9/util/
Dcrc32c_ppc_asm.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest.h8833 template <class C,
8843 template <class C>
8852 template <class C>
8887 template <typename C,
8889 bool = HasValueType<C>::value>
8892 template <typename C, bool HV>
8899 template <typename C>
8902 template <typename C>
8910 typedef is_same<value_type, C> type;
8919 template <typename C>
[all …]