| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmake | Alexander Neundorf | 2007-08-06 | 2 | -1/+6 |
|
|
* | ENH: threads used to include this | Bill Hoffman | 2007-08-06 | 1 | -0/+1 |
|
|
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 2 | -30/+78 |
|
|
* | ENH: make the python modules usable for C and C++ and only write the header | Alexander Neundorf | 2007-08-02 | 1 | -9/+31 |
|
|
* | ENH: use WindowsPaths.cmake on all Windows platforms, not only for cl, makes | Alexander Neundorf | 2007-08-02 | 3 | -6/+11 |
|
|
* | ENH: add support for Catamount, the OS running on the compute nodes of Cray s... | Alexander Neundorf | 2007-08-01 | 1 | -0/+26 |
|
|
* | STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() in | Alexander Neundorf | 2007-07-31 | 3 | -16/+28 |
|
|
* | ENH: | Alexander Neundorf | 2007-07-27 | 2 | -5/+10 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 2 | -1/+51 |
|
|
* | COMP: same as in VTK, build modules by default as shared if the platform | Alexander Neundorf | 2007-07-25 | 1 | -8/+10 |
|
|
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -0/+10 |
|
|
* | ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can be | Alexander Neundorf | 2007-07-24 | 2 | -0/+32 |
|
|
* | ENH: determine the current system also in cpack, so the search paths are | Alexander Neundorf | 2007-07-24 | 1 | -32/+37 |
|
|
* | STYLE: mark the variable as advanced | Alexander Neundorf | 2007-07-23 | 1 | -0/+3 |
|
|
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 29 | -54/+55 |
|
|
* | ENH: try if tail works with the -n +<number> syntax, if not use only | Alexander Neundorf | 2007-07-19 | 1 | -9/+8 |
|
|
* | ENH: add TK_FOUND and TCLTK_FOUND | Alexander Neundorf | 2007-07-19 | 1 | -10/+17 |
|
|
* | BUG: fix typo | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
|
|
* | ENH: make the list of modules global | Alexander Neundorf | 2007-07-19 | 1 | -2/+10 |
|
|
* | ENH: only load the static modules in the LoadAll function | Alexander Neundorf | 2007-07-19 | 1 | -3/+4 |
|
|
* | BUG: fix #5329, if /usr/xpg4/bin/tail exists, use this one -> on SunOS | Alexander Neundorf | 2007-07-19 | 2 | -7/+10 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 21 | -446/+274 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS in some of the FindXXX | Alexander Neundorf | 2007-07-18 | 12 | -172/+73 |
|
|
* | ENH: add a macro FIND_PACKAGE_HANDLE_STANDARD_ARGS(LibXml2 LIBXML2_LIBRARIES ... | Alexander Neundorf | 2007-07-18 | 4 | -15/+54 |
|
|
* | ENH: if CMAKE_(C|CXX)_COMPILER is preset to a list of two elements, use the | Alexander Neundorf | 2007-07-18 | 2 | -1/+18 |
|
|
* | ENH: also look in the include/, lib/ and bin/ directories in the cmake | Alexander Neundorf | 2007-07-17 | 1 | -3/+11 |
|
|
* | ENH: don't hardcode the /lib/kde3/ directory for the libtool files, but make | Alexander Neundorf | 2007-07-17 | 2 | -3/+11 |
|
|
* | BUG: the Plugin test fails on NetBSD, let's see if this fixes it | Alexander Neundorf | 2007-07-16 | 1 | -0/+3 |
|
|
* | ENH: also add the install base dir of the running cmake to the search | Alexander Neundorf | 2007-07-16 | 1 | -0/+8 |
|
|
* | ENH: add DragonFly BSD, which is very close to FreeBSD (#4500) | Alexander Neundorf | 2007-07-13 | 1 | -0/+5 |
|
|
* | BUG: the SET( ... CACHE INTERNAL) didn't work as expected, since the | Alexander Neundorf | 2007-07-13 | 2 | -4/+0 |
|
|
* | ENH: add the static libs always to the link libs, if they are not used it sho... | Alexander Neundorf | 2007-07-12 | 1 | -0/+10 |
|
|
* | ENH: add macro to test if a member has specified struct, e.g. | Alexander Neundorf | 2007-07-12 | 2 | -1/+40 |
|
|
* | ENH: add support for the ADSP toolchains for Blackfin, Shark and TigerShark | Alexander Neundorf | 2007-07-12 | 6 | -0/+175 |
|
|
* | BUG: honor REQUIRED and QUIETLY (#5312) | Alexander Neundorf | 2007-07-12 | 1 | -9/+13 |
|
|
* | ENH: second try for handling the linker language with integer priority values... | Alexander Neundorf | 2007-07-12 | 6 | -5/+16 |
|
|
* | COMP: revert last commit for now, broke Visual Studio | Alexander Neundorf | 2007-07-11 | 6 | -16/+5 |
|
|
* | ENH: CMAKE_<LANG>_LINKER_PREFERENCE is now an integer priority, not a | Alexander Neundorf | 2007-07-11 | 7 | -6/+17 |
|
|
* | ENH: add CMAKE_INCLUDE_FLAG_ASM${ASM_DIALECT} and don't allow preset | Alexander Neundorf | 2007-07-11 | 1 | -13/+12 |
|
|
* | STYLE: use EXECUTE_PROCESS() instead of EXEC_PROGRAM() | Alexander Neundorf | 2007-07-11 | 1 | -1/+1 |
|
|
* | ENH: add the ecos include dir and the ecos definitions by default | Alexander Neundorf | 2007-07-10 | 1 | -0/+2 |
|
|
* | ENH: add support for building eCos applications natively | Alexander Neundorf | 2007-07-09 | 1 | -0/+54 |
|
|
* | STYLE: don't test twice for APPLE | Alexander Neundorf | 2007-07-03 | 1 | -71/+73 |
|
|
* | COMP: with visual studio it's no error if link isn't found | Alexander Neundorf | 2007-07-02 | 1 | -4/+0 |
|
|
* | ENH: make supporting embedded compilers need a user specific linker file for | Alexander Neundorf | 2007-07-02 | 1 | -0/+51 |
|
|
* | ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE, | Alexander Neundorf | 2007-07-02 | 5 | -73/+30 |
|
|
* | BUG: with MS Visual Studio currently there is no compiler id, so check the | Alexander Neundorf | 2007-07-02 | 1 | -3/+10 |
|
|
* | ENH: initial support for assembler in cmake, needs testing by our users | Alexander Neundorf | 2007-06-28 | 8 | -0/+200 |
|
|
* | BUG: use ${LANG}_COMPILER_ARG1 also here, otherwise some compilers won't be | Alexander Neundorf | 2007-06-27 | 1 | -2/+2 |
|
|
* | ENH: Added global property FIND_LIBRARY_USE_LIB64_PATHS to allow lib64 paths ... | Brad King | 2007-06-27 | 2 | -0/+8 |
|
|