- 28 Feb, 2008 2 commits
- 27 Feb, 2008 6 commits
-
-
Brad King authored
- Use a response file when enabled by CMAKE_<LANG>_USE_RESPONSE_FILE_FOR_OBJECTS - Enable for C and CXX with cl (MSVC) - Enable for Fortran with ifort (Intel Fortran)
-
Brad King authored
- Enabled when system provides elf.h - Introduce cmELF class to parse ELF files - Use in cmSystemTools::GuessLibrarySOName to really get soname
-
Brad King authored
-
Brad King authored
-
Brad King authored
BUG: Apply patch from bug#6445. Add preprocessor definitions to assembly and preprocessing build rules.
-
Brad King authored
-
- 26 Feb, 2008 1 commit
-
-
Brad King authored
-
- 25 Feb, 2008 6 commits
-
-
Brad King authored
ENH: Add support to C compiler identification for void return type from main. Cross-compilers for embedded platforms may require it.
-
Clinton Stimpson authored
ENH: Adjust when log is cleared. Its kept doing generate, and cleared when changing the source directory. #6358.
-
Alexander Neundorf authored
apparently rpmbuild can't handle paths with spaces and can't handle variables in comments... Alex
-
David Cole authored
-
Brad King authored
- Write a single source file into the compiler id directory - This avoid requiring the compiler to behave correctly with respect to include rules and the current working directory - Helps to identify cross-compiling toolchains with unusual default behavior
-
Brad King authored
-
- 24 Feb, 2008 3 commits
-
-
Brad King authored
ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED and TARGET_QUOTED rule variables and updating the generation of OBJECTS to always use the newer cmLocalGenerator::Convert method.
-
Brad King authored
- Its <iosfwd> header includes windows.h which defines GetCurrentDirectory - It defines 'interface' so we cannot use it as a variable name.
-
Brad King authored
-
- 23 Feb, 2008 1 commit
-
-
Brad King authored
-
- 22 Feb, 2008 2 commits
- 21 Feb, 2008 4 commits
-
-
Brad King authored
-
Brad King authored
- Reduce false positives in cases of unknown soname - Make library extension regular expressions match only at end of string - When linking to libraries in implicit dirs convert to the -l option only if the file name is one that can be found by the linker (ex. /usr/lib/libfoo.so.1 should be linked by full path) - Add cmSystemTools::GuessLibrarySOName to guess the soname of a library based on presence of a symlink - In cmComputeLinkInformation try to guess an soname before assuming that a third-party library is built without an soname - In cmOrderDirectories guess the soname of shared libraries in cases it is otherwise unknown
-
Brad King authored
- Use linker search path -L.. -lfoo for lib w/out soname when platform sets CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME - Rename cmOrderRuntimeDirectories to cmOrderDirectories and generalize it for both soname constraints and link library constraints - Use cmOrderDirectories to order -L directories based on all needed constraints - Avoid processing implicit link directories - For CMAKE_OLD_LINK_PATHS add constraints from libs producing them to produce old ordering
-
Brad King authored
-
- 20 Feb, 2008 3 commits
- 19 Feb, 2008 10 commits
-
-
Luis Ibanez authored
-
Alexander Neundorf authored
Alex
-
Alexander Neundorf authored
true, then the generator additionally generates eclipse project files in the source dir, since this is the only way to get cvs/svn working with eclipse This is off by default and the user has to enable it explicitely. If cmake can't write there it still continues. Alex
-
Alexander Neundorf authored
project name Alex
-
Bill Hoffman authored
-
Alexander Neundorf authored
(http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert to other formats. Tested with meinproc from KDE, which generates HTML pages which look good. Alex
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
-
- 18 Feb, 2008 2 commits
-
-
Brad King authored
-
Bill Hoffman authored
-