提交历史

作者 SHA1 备注 提交日期
  David Cole 6ee87b2e5c Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always be the empty string. When the value of CMAKE_OSX_DEPLOYMENT_TARGET is the empty string, the -mmacosx-version-min flag should not show up on the compiler command line. The logic for selecting default value of CMAKE_OSX_SYSROOT is orthogonal to and independent of the value of the deployment target. The default value for CMAKE_OSX_SYSROOT is the SDK that corresponds to the current version of Mac OSX on which cmake is running. 16 年之前
  Alexander Neundorf 3551869e92 -also put CMAKE_LINKER in the C and CXX compiler information files 16 年之前
  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 180c60a86f Fix check for -isysroot on OS X 16 年之前
  Brad King 07ea19ad1f ENH: Implicit link info for C, CXX, and Fortran 16 年之前
  Brad King a28b197b11 ENH: Generalize the check for sizeof void* to detect more ABI information. 18 年之前
  Alexander Neundorf 021ceea1b0 ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea) 18 年之前
  Alexander Neundorf 16705a3e87 COMP: revert last commit for now, broke Visual Studio 18 年之前
  Alexander Neundorf bea1a5de77 18 年之前
  Alexander Neundorf 422dc631b6 18 年之前
  Alexander Neundorf 61d3444f93 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 年之前
  Bill Hoffman aa98e3647d ENH: fix more than one argument passed in to compilers via environment 20 年之前
  Bill Hoffman 03e2911e55 BUG: fix SIZEOF VOIDP problem 20 年之前
  Bill Hoffman b8b298104b ENH: make sure flags set in CC or CXX environment variables stay with the compiler 20 年之前
  Bill Hoffman 36dd18efce ENH: stuff to keep compiler tests from re-running all the time 21 年之前
  Bill Hoffman e7bc462755 BUG: fix running of cl in trycompiles 21 年之前
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 年之前
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem 21 年之前
  Bill Hoffman 89fe29a41a ENH: reduce the number of times gnu is tested for 22 年之前
  Bill Hoffman a413160fec ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32 22 年之前
  Bill Hoffman ee42cf3c06 BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC 23 年之前
  Bill Hoffman d1051bb575 clean up flags with _init flags 23 年之前
  Bill Hoffman f5d95fb078 Complete rework of makefile generators expect trouble 23 年之前
  Bill Hoffman fa782867b3 closer to removing autoconf 23 年之前