Searched refs:C (Results 1 – 21 of 21) sorted by relevance
18 THIRDPARTY_HOME: C:/Users/circleci/thirdparty19 CMAKE_HOME: C:/Users/circleci/thirdparty/cmake-3.16.4-win64-x6420 CMAKE_BIN: C:/Users/circleci/thirdparty/cmake-3.16.4-win64-x64/bin/cmake.exe22 SNAPPY_HOME: C:/Users/circleci/thirdparty/snappy-1.1.723 …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
6 JAVA_HOME: C:\Program Files\Java\jdk1.8.023 DEV_ENV: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.com26 DEV_ENV: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\devenv.com
9 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:
13 * C# - https://github.com/warrenfalk/rocksdb-sharp22 * Swift and Objective-C (iOS/OSX) - https://github.com/iabudiab/ObjectiveRocks
87 //C compiler99 //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)
179 …mkdir cmake-dist && curl --silent --fail --show-error --location "${CMAKE_DIST_URL}" | tar -C cmak…205 - if [ `command -v ccache` ]; then ccache -C; fi
39 ## C++ and STL notes40 …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…
30 # 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 object1158 # C executables must link to a shared object
4 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
11 5. Stylus -- a low-level stream processing framework writtenin C++.[1]
36 …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.
48 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
52 The C compiler identification is Clang, found in:252 - "Detecting C compiler ABI info"284 Linking C executable cmTC_9af96302 Parsed C implicit include dir info: rv=done320 Parsed C implicit link information:342 ignore line: [Linking C executable cmTC_9af96]374 linker tool for 'C': /usr/bin/ld390 Running the C compiler's linker: "/usr/bin/ld" "-v"732 Linking C executable cmTC_75b74772 Linking C executable cmTC_c6ea7[all …]
12 # The C and CXX include file regular expressions for this directory.
42 …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.
9 - title: API (C++)
3 …RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. K…
59 #define VPERM(A, B, C, D) vperm A, B, C, D argument61 #define VPERM(A, B, C, D) argument
8833 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 …]