| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Added GNU/Hurd platform. Taken from debian patch 407155. | Brad King | 2007-06-27 | 1 | -0/+10 |
|
|
* | ENH: | Alexander Neundorf | 2007-06-26 | 1 | -1/+1 |
|
|
* | ENH: add basic support for sdcc (http://sdcc.sourceforge.net), needs sdcc (sd... | Alexander Neundorf | 2007-06-26 | 2 | -3/+47 |
|
|
* | STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS | Alexander Neundorf | 2007-06-26 | 3 | -3/+3 |
|
|
* | ENH: check for CMAKE_HOST_SYSTEM_NAME to decide whether to load | Alexander Neundorf | 2007-06-26 | 2 | -2/+2 |
|
|
* | ENH: add support for BlueGene/L | Alexander Neundorf | 2007-06-22 | 3 | -2/+29 |
|
|
* | ENH: print a warning if ADD_LIBRARY( SHARED/MODULE ) is used and the target | Alexander Neundorf | 2007-06-21 | 2 | -0/+7 |
|
|
* | STYLE: use IF(NOT ...) and remove MARK_AS_ADVANCED() for variables which are | Alexander Neundorf | 2007-06-18 | 1 | -10/+6 |
|
|
* | ENH: first include the processor specific file, then the compiler file, this | Alexander Neundorf | 2007-06-12 | 2 | -22/+24 |
|
|
* | STYLE: add a comment about SetLanguageEnabled() | Alexander Neundorf | 2007-06-11 | 1 | -0/+8 |
|
|
* | ENH: split cmGlobalGenerator::SetLanguageEnabled() in two parts, where the | Alexander Neundorf | 2007-06-11 | 6 | -24/+17 |
|
|
* | BUG: Fixed name of variable used to check version of uic executable. | Brad King | 2007-06-11 | 1 | -1/+1 |
|
|
* | ENH: more consistence among the X11 components | Alexander Neundorf | 2007-06-08 | 1 | -22/+20 |
|
|
* | ENH: patch from #5054: also search for QtUitoolsd lib | Alexander Neundorf | 2007-06-08 | 1 | -1/+1 |
|
|
* | STYLE: remove out commented code | Alexander Neundorf | 2007-06-07 | 2 | -10/+6 |
|
|
* | ENH: also load a processor-specific file if exists | Alexander Neundorf | 2007-06-05 | 5 | -47/+90 |
|
|
* | COMP: don't use stdio, it can fail on some embedded targets (sdcc) | Alexander Neundorf | 2007-06-05 | 1 | -3/+0 |
|
|
* | COMP: make the new check_type_size work with the HPUX cc compiler: const does... | Alexander Neundorf | 2007-06-05 | 1 | -0/+4 |
|
|
* | ENH: determine typesize by compiling a file and reading strings from the comp... | Alexander Neundorf | 2007-06-04 | 3 | -59/+118 |
|
|
* | COMP: fix warnings on some machines where some X libs apparently don't | Alexander Neundorf | 2007-06-01 | 1 | -30/+55 |
|
|
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 4 | -6/+7 |
|
|
* | ENH: mostly synced with FindX11.cmake from KDE svn: now also searches for a | Alexander Neundorf | 2007-05-30 | 1 | -23/+263 |
|
|
* | ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables, | Alexander Neundorf | 2007-05-29 | 3 | -59/+91 |
|
|
* | ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automatic | Alexander Neundorf | 2007-05-25 | 1 | -0/+2 |
|
|