| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Simplify make build rule generation by removing use of OBJECTS_QUOTED an... | Brad King | 2008-02-24 | 1 | -1/+1 |
|
|
* | ENH: Better linker search path computation. | Brad King | 2008-02-21 | 5 | -1/+19 |
|
|
* | BUG: Fix passing of nodefaultrpath flag to linker through c++ compiler. | Brad King | 2008-02-18 | 1 | -1/+1 |
|
|
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into c... | Bill Hoffman | 2008-02-18 | 1 | -316/+0 |
|
|
* | BUG: fix double cmakefiles directory | Bill Hoffman | 2008-02-17 | 1 | -1/+1 |
|
|
* | ENH: add script to ingest library depends into a bundle | Bill Hoffman | 2008-02-16 | 1 | -0/+316 |
|
|
* | STYLE: use global property instead of helper target to collect all python | Alexander Neundorf | 2008-02-15 | 1 | -12/+13 |
|
|
* | ENH: Cleanup building of OS X bundle content | Brad King | 2008-02-15 | 1 | -2/+0 |
|
|
* | ENH: Allow multiple OS X applications bundles to be created in a single build... | Brad King | 2008-02-14 | 2 | -64/+0 |
|
|
* | ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten... | Brad King | 2008-02-14 | 1 | -4/+4 |
|
|
* | ENH: Re-enable diagnosis of non-unique target names. | Brad King | 2008-02-14 | 1 | -26/+29 |
|
|
* | ENH: Remove unnecessary compiler force macros. The compiler ID can now be de... | Brad King | 2008-02-14 | 3 | -63/+27 |
|
|
* | BUG: Fix error when paths have + in them. (special regex characters) | Clinton Stimpson | 2008-02-14 | 1 | -6/+1 |
|
|
* | ENH: fix advanced bug | Sebastien Barre | 2008-02-13 | 1 | -2/+0 |
|
|
* | BUG: Fix FindQt4.cmake QT4_CREATE_MOC_COMMAND macro to work with spaces in th... | Brad King | 2008-02-13 | 1 | -1/+12 |
|
|
* | ENH: Fix eCos.cmake to not require a forced compiler | Brad King | 2008-02-11 | 1 | -11/+13 |
|
|
* | ENH: When detecting the compiler id try compiling only to an object file. | Brad King | 2008-02-11 | 3 | -0/+19 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS variable and instead always add ansi flags to C... | Brad King | 2008-02-11 | 1 | -2/+3 |
|
|
* | ENH: Better way to have escaping done correctly for all generators. | Clinton Stimpson | 2008-02-08 | 1 | -3/+3 |
|
|
* | BUG: Fix arg for moc parameter file so it works with unix makefiles, when the | Clinton Stimpson | 2008-02-08 | 1 | -1/+1 |
|
|
* | BUG: fix for bug 6117 pkgconfig | Bill Hoffman | 2008-02-07 | 1 | -2/+2 |
|
|
* | STYLE: use a function instead of a macro, to keep FAIL_MESSAGE local | Alexander Neundorf | 2008-02-06 | 1 | -2/+6 |
|
|
* | BUG: Added TARGET_ARCHIVES_MAY_BE_SHARED_LIBS global property to help compute... | Brad King | 2008-02-04 | 1 | -0/+3 |
|
|
* | BUG: When configuring compiler information files into the CMakeFiles director... | Brad King | 2008-02-04 | 5 | -7/+10 |
|
|
* | BUG: When forcing the C and CXX compilers do not try to detect the ABI inform... | Brad King | 2008-02-03 | 6 | -24/+38 |
|
|
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-02 | 2 | -0/+2 |
|
|
* | BUG: When preserving relative paths for moc generated files, | Clinton Stimpson | 2008-02-01 | 1 | -1/+6 |
|
|
* | ENH: Use new COMPILE_DEFINITIONS_* with set_property to | Clinton Stimpson | 2008-02-01 | 1 | -11/+4 |
|
|
* | ENH: Enable dependent library search paths on more platforms | Brad King | 2008-02-01 | 5 | -0/+15 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 6 | -1/+23 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -0/+6 |
|
|
* | ENH: use ctest to drive dashboards for make targets as opposed to tclsh | Ken Martin | 2008-01-31 | 1 | -73/+6 |
|
|
* | BUG: Move decision to switch library paths found in implicit link directories... | Brad King | 2008-01-31 | 2 | -0/+19 |
|
|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC... | Brad King | 2008-01-30 | 1 | -0/+11 |
|
|
* | ENH: Make lupdate and lrelease executables advanced variables. | Clinton Stimpson | 2008-01-29 | 1 | -1/+3 |
|
|
* | ENH: need quotes | Sebastien Barre | 2008-01-29 | 1 | -7/+7 |
|
|
* | ENH: Allow QT4_WRAP_CPP to work with dir1/myobject.h dir2/myobject.h | Clinton Stimpson | 2008-01-29 | 1 | -2/+11 |
|
|
* | BUG: Fix dynamic exports executable link option for Sun C compiler on Linux. | Brad King | 2008-01-29 | 1 | -1/+1 |
|
|
* | ENH: Added version support to Config mode of find_package command. | Brad King | 2008-01-29 | 1 | -7/+8 |
|
|
* | ENH: Improve find for glib/gthread when Qt is configured to use it. | Clinton Stimpson | 2008-01-29 | 1 | -6/+24 |
|
|
* | ENH: Update Tcl/Tk 8.5 | Sebastien Barre | 2008-01-26 | 4 | -4/+44 |
|
|
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 5 | -104/+138 |
|
|
* | ENH: typo | Sebastien Barre | 2008-01-25 | 1 | -1/+1 |
|
|
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-25 | 3 | -6/+30 |
|
|
* | ENH: Remove sparcv9 architecture subdir added earlier. The new implicit link... | Brad King | 2008-01-23 | 1 | -2/+0 |
|
|
* | BUG: CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG should get its default value from CMAK... | Brad King | 2008-01-23 | 1 | -2/+2 |
|
|
* | ENH: update for Tcl/Tk 8.5 | Sebastien Barre | 2008-01-23 | 4 | -28/+40 |
|
|
* | ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths. | Brad King | 2008-01-23 | 1 | -0/+5 |
|
|
* | ENH: keep cleaning up Tcl/Tk modules | Sebastien Barre | 2008-01-23 | 2 | -112/+119 |
|
|
* | BUG: Fix generation of Watcom link lines. | Brad King | 2008-01-23 | 1 | -0/+1 |
|
|