This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cmake
Watch
2
Star
0
Fork
0
mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced
2026-09-27 04:09:36 +03:00
Code
Activity
Files
2ae2f0ca983c52300a8d0583083756371cbeac5e
cmake
/
Tests
/
OutOfSource
/
OutOfSourceSubdir
T
History
Brad King
eb80af9093
Drop Visual Studio 8 2005 generator
...
This generator has been deprecated since CMake 3.9. Remove it.
2018-04-02 10:08:10 -04:00
..
CMakeLists.txt
Drop Visual Studio 8 2005 generator
2018-04-02 10:08:10 -04:00
simple.cxx
Revise C++ coding style using clang-format
2016-05-16 16:05:19 -04:00
simple.cxx.in
ENH: Added computation of object file names that are almost always short enough to not exceed the filesystem path length limitation. This is useful when a source file from outside the tree is referenced with a long full path. The object file name previously would contain the entire path which when combined with the build output directory could exceed the filesystem limit. Now CMake recognizes this case and replaces enough of the beginning of the full path to the source file with an md5sum of the replaced portion to make the name fit on disk. This addresses bug#4520.
2007-03-16 10:34:25 -04:00
testlib.cxx
ENH: add missing files
2005-07-14 13:50:27 -04:00
testlib.h
Revise C++ coding style using clang-format
2016-05-16 16:05:19 -04:00