| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: set LC_ALL to C, so message from svn are not translated, which can lead | Alexander Neundorf | 2008-01-14 | 1 | -0/+8 |
|
|
* | ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat... | Brad King | 2008-01-14 | 9 | -21/+25 |
|
|
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 2 | -2/+2 |
|
|
* | ENH: add support for xlf with -WF,-D for -D | Bill Hoffman | 2008-01-11 | 3 | -0/+3 |
|
|
* | ENH: For moc commands on Windows, use @param_file method to allow arguments | Clinton Stimpson | 2008-01-11 | 1 | -24/+26 |
|
|
* | BUG: it seems on some installations boost is installed under boost-1_34 , | Alexander Neundorf | 2008-01-10 | 1 | -0/+1 |
|
|
* | BUG: fix for bug 4145 much better findSwig | Bill Hoffman | 2008-01-10 | 1 | -40/+48 |
|
|
* | BUG: Removed stray debugging message. | Brad King | 2008-01-10 | 1 | -1/+0 |
|
|
* | BUG: Need to install fortran compiler id source. | Brad King | 2008-01-10 | 1 | -0/+1 |
|
|
* | STYLE: Move VisualAge id macro to correct block. | Brad King | 2008-01-10 | 1 | -1/+3 |
|
|
* | ENH: add support for visual age fortran on linux | Bill Hoffman | 2008-01-10 | 3 | -1/+6 |
|
|
* | ENH: Patch from Maik to add preprocessor directive handling to Fortran depend... | Brad King | 2008-01-09 | 1 | -1/+3 |
|
|
* | BUG: Restore old interface of "make foo.o" and "make foo.i" even though objec... | Brad King | 2008-01-07 | 1 | -0/+1 |
|
|
* | ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id ... | Brad King | 2008-01-07 | 2 | -92/+166 |
|
|
* | BUG: Support cross-compiling; wx-config should be searched for in target plat... | Miguel A. Figueroa-Villanueva | 2008-01-06 | 1 | -7/+5 |
|
|
* | ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xr... | Miguel A. Figueroa-Villanueva | 2008-01-05 | 1 | -49/+183 |
|
|
* | ENH: rename variables from GIFLIB_* to GIF_* | Alexander Neundorf | 2008-01-04 | 2 | -37/+38 |
|
|
* | STYLE: rename FindGIFLIB.cmake to FindGIF.cmake, as discussed with Eric | Alexander Neundorf | 2008-01-04 | 1 | -0/+0 |
|
|
* | BUG: fix spelling of the xf86misc and xf86vmode variables | Alexander Neundorf | 2008-01-04 | 1 | -9/+8 |
|
|
* | ENH: Added all lowercase 'openal' to library search names in hopes of addressing | Eric Wing | 2008-01-04 | 1 | -3/+3 |
|
|
* | STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() to handle QUIET and REQUIRED | Alexander Neundorf | 2008-01-04 | 1 | -37/+29 |
|
|
* | STYLE: renamed FindFreeType.cmake to FindFreetype.cmake to make it more | Alexander Neundorf | 2008-01-04 | 1 | -0/+0 |
|
|
* | BUG: fix for bug 6151 | Bill Hoffman | 2008-01-02 | 1 | -3/+8 |
|
|
* | ENH: check the magic code of the executable file to determine the executable | Alexander Neundorf | 2008-01-02 | 2 | -4/+36 |
|
|
* | ENH: add more ruby paths: sitearch, sitelib, vendorarch, vendorlib (#5531) | Alexander Neundorf | 2008-01-02 | 1 | -16/+51 |
|
|
* | BUG: make FindRuby work with the libs for MSVC, which can have additional | Alexander Neundorf | 2008-01-02 | 1 | -2/+4 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 3 | -74/+4 |
|
|
* | ENH: Add SunPro fortran module flags on SunOS. | Brad King | 2007-12-30 | 1 | -0/+2 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 3 | -0/+4 |
|
|
* | ENH: Give Mac installers package relocation capability. Default location is s... | David Cole | 2007-12-26 | 2 | -2/+11 |
|
|
* | STYLE: Refactored common libs into a variable, modified comments, and cleaned... | Miguel A. Figueroa-Villanueva | 2007-12-22 | 1 | -46/+37 |
|
|
* | BUG: Fixed modules to set FOO_FOUND when both headers and libraries are found. | Eric Wing | 2007-12-21 | 30 | -767/+2752 |
|
|
* | ENH: Better QT4_EXTRACT_OPTIONS macro. | Clinton Stimpson | 2007-12-19 | 1 | -14/+15 |
|
|
* | BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since an | Alexander Neundorf | 2007-12-19 | 1 | -1/+1 |
|
|
* | ENH: add support for chrpath, so the RPATH in ELF files can be changed when | Alexander Neundorf | 2007-12-18 | 1 | -0/+10 |
|
|
* | ENH: should define QT_DLL instead of QT_SHARED | Clinton Stimpson | 2007-12-18 | 1 | -4/+3 |
|
|
* | ENH: Improve documentation of new features. | Clinton Stimpson | 2007-12-18 | 1 | -3/+15 |
|
|
* | BUG: fix for bug 5464 better find boost for windows | Bill Hoffman | 2007-12-18 | 1 | -1/+1 |
|
|
* | BUG: fix for 5722 | Bill Hoffman | 2007-12-18 | 1 | -2/+2 |
|
|
* | STYLE: fix doc string | Bill Hoffman | 2007-12-17 | 1 | -1/+1 |
|
|
* | BUG: fix for 5933, look for java in more reg entries | Bill Hoffman | 2007-12-17 | 1 | -1/+5 |
|
|
* | STYLE: use IF(NOT ) instead of IF() ELSE() with empty IF() branch | Alexander Neundorf | 2007-12-17 | 1 | -6/+4 |
|
|
* | BUG: fix for bug 6167 get rid of extra space in flags | Bill Hoffman | 2007-12-17 | 3 | -3/+12 |
|
|
* | STYLE: some whitespace syncing with FindQt4.cmake in KDE svn | Alexander Neundorf | 2007-12-16 | 1 | -3/+4 |
|
|
* | BUG: Need to strip leading and trailing whitespace off the compiler 'ARG1'. ... | Brad King | 2007-12-15 | 1 | -2/+5 |
|
|
* | ENH: Add OPTIONS argument to some Qt4 macros. | Clinton Stimpson | 2007-12-14 | 1 | -11/+28 |
|
|
* | BUG: fix for 6117, fix for second run | Bill Hoffman | 2007-12-14 | 1 | -2/+2 |
|
|
* | BUG: Fix bug 6106 FindPerlLibs.cmake missing escaped $ | Bill Hoffman | 2007-12-12 | 1 | -3/+2 |
|
|
* | ENH: Correctly find UiTools library on Mac w/ binary install of Qt. | Clinton Stimpson | 2007-12-11 | 1 | -0/+4 |
|
|
* | STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -5/+30 |
|
|