提交历史

作者 SHA1 备注 提交日期
  Kitware Robot 9db3116226 Remove CMake-language block-end command arguments 13 年之前
  Kitware Robot 77543bde41 Convert CMake-language commands to lower case 13 年之前
  Brad King 7e58e5bb68 Prefer generic system compilers by default for C, C++, and Fortran 13 年之前
  Brad King 796e33734d Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler 13 年之前
  Brad King b708f1a2b9 CMakeDetermine(C|CXX)Compiler: Consider Clang compilers 13 年之前
  Peter Kuemmel 941afa571c Ninja: allow spaces in source path 13 年之前
  Brad King 38aab37962 Set CMAKE_<lang>_COMPILER_ID for VS generators 14 年之前
  Alex Neundorf 5883c5191e Fix parsing of compiler name with a version number 15 年之前
  Alex Neundorf bd57bc5312 Strip trailing whitespace. 15 年之前
  Todd Gamblin 2cde67a781 Modules: Fix spelling 'To distributed' -> 'To distribute' 15 年之前
  Bill Hoffman 4430bccc70 Change the way 32/64 bit compiles are detected with MSVC and intel makefile builds. Use the platform ID preprocessor approach. 16 年之前
  Brad King 3a666595c9 Convert CMake non-find modules to BSD License 16 年之前
  Alexander Neundorf 1bcf48de98 BUG: only check for a toolchain prefix (e.g. "arm-linux-" in 17 年之前
  Alexander Neundorf 281e441100 BUG: #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_TOOLCHAIN_PREFIX 17 年之前
  Alexander Neundorf 3e6decf312 BUG: make the toolchain-prefix recognition work with prefixes which contain 17 年之前
  Brad King 9211b0d234 ENH: Improvied compiler identification robustness 18 年之前
  Brad King a75079d9e0 ENH: When detecting the compiler id try compiling only to an object file. 18 年之前
  Brad King c12a7e388d BUG: When configuring compiler information files into the CMakeFiles directory in the project build tree, use IMMEDIATE option for CONFIGURE_FILE explicitly. It is needed in case the user sets CMAKE_BACKWARDS_COMPATIBILITY to 2.0 or lower. 18 年之前
  Brad King bbbb2be765 BUG: When forcing the C and CXX compilers do not try to detect the ABI information. Cleanup configured language compiler info files by always using @ONLY. This addresses bug#6297. 18 年之前
  Alexander Neundorf ff9ed18dad 18 年之前
  Alexander Neundorf 930bb0cd37 18 年之前
  Alexander Neundorf 5fb7dab541 18 年之前
  Alexander Neundorf 422dc631b6 18 年之前
  Alexander Neundorf c8dd1caff9 18 年之前
  Alexander Neundorf 61d3444f93 18 年之前
  Brad King 44ab336a0c ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-mp1 and CMake-Modules-CompilerId-mp2 are included. 18 年之前
  Brad King eac71647dd ENH: Merging CompilerId implementation from branch CMake-Modules-CompilerId to the main tree. Changes between CMake-Modules-CompilerId-bp and CMake-Modules-CompilerId-mp1 are included. 18 年之前
  Alexander Neundorf f693951480 18 年之前
  Bill Hoffman 3a32cec969 ENH: merge in changes for beos support 19 年之前
  Brad King 7001a88a74 BUG: Search for the compiler only once and store a full path to it in the cache. This avoids problems with the case of locations in the PATH variable on Windows that change the compiler name when CMake is re-run. CMakeFiles/CMake*Compiler.cmake files should hold the full path to the compiler always. 19 年之前