| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: FindBoost can now find the upcoming Boost 1.46 | Douglas Gregor | 2008-07-14 | 1 | -5/+5 |
|
|
* | ENH: Improved support for finding wxWidgets in MinGW environment. | Miguel A. Figueroa-Villanueva | 2008-07-13 | 1 | -6/+17 |
|
|
* | BUG: Fix dylib versioning flags for old OSX. | Brad King | 2008-07-09 | 1 | -2/+2 |
|
|
* | ENH: One more patch from Doug Gregor including PackageMaker functionality for... | David Cole | 2008-07-09 | 2 | -22/+42 |
|
|
* | ENH: Set version info for shared libs on OSX. | Brad King | 2008-07-09 | 1 | -0/+5 |
|
|
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 2 | -5/+684 |
|
|
* | BUG: Add new library richtext. Reported in #7284 thanks to earith. | Miguel A. Figueroa-Villanueva | 2008-07-06 | 1 | -2/+3 |
|
|
* | BUG: Watch for empty qconfig.pri files. Fixes #7287. | Clinton Stimpson | 2008-07-05 | 1 | -3/+3 |
|
|
* | COMP: Find Boost as installed by the BoostPro/Boost Consulting installers on ... | Douglas Gregor | 2008-07-03 | 1 | -2/+6 |
|
|
* | ENH: Cleanup FindBoost module, fixing several small bugs and providing better... | Douglas Gregor | 2008-07-03 | 1 | -155/+203 |
|
|
* | BUG: fix 7230: don't ignore first parameter if it's not ALL | Alexander Neundorf | 2008-06-29 | 1 | -1/+1 |
|
|
* | BUG: don't run KDE4_KDECONFIG_EXECUTABLE if it is notfound | Bill Hoffman | 2008-06-26 | 1 | -4/+7 |
|
|
* | ENH: undo optional because we need it | Bill Hoffman | 2008-06-24 | 1 | -3/+0 |
|
|
* | ENH: rc is not so optional at least with 2005 and newer, as it is used to emb... | Bill Hoffman | 2008-06-24 | 1 | -1/+1 |
|
|
* | ENH: make rc optional | Bill Hoffman | 2008-06-23 | 1 | -1/+4 |
|
|
* | BUG: modify the compiler flags only if KDE3 has actually been found | Alexander Neundorf | 2008-06-18 | 1 | -41/+45 |
|
|
* | STYLE: use uppercase to be consistent with the rest of the file | Alexander Neundorf | 2008-06-18 | 1 | -8/+8 |
|
|
* | BUG: the variable is _KDE4_USE_FLAGS | Alexander Neundorf | 2008-06-18 | 1 | -5/+6 |
|
|
* | ENH: use correct variable | Bill Hoffman | 2008-06-18 | 1 | -6/+6 |
|
|
* | ENH: Apply patch for feature request #7170. Thanks to Tim Shead for contribut... | David Cole | 2008-06-18 | 1 | -1/+3 |
|
|
* | ENH: fix for findall | Bill Hoffman | 2008-06-18 | 1 | -6/+16 |
|
|
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 1 | -2/+2 |
|
|
* | ENH: try to module run test | Bill Hoffman | 2008-06-18 | 2 | -8/+15 |
|
|
* | BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Than... | David Cole | 2008-06-18 | 1 | -0/+3 |
|
|
* | ENH: no fatal error if not required | Bill Hoffman | 2008-06-18 | 1 | -2/+6 |
|
|
* | ENH: Added support for MSYS as a unix style search. | Miguel A. Figueroa-Villanueva | 2008-06-17 | 1 | -5/+5 |
|
|
* | ENH: make find blas work if there is no fortran compiler | Bill Hoffman | 2008-06-17 | 1 | -1/+4 |
|
|
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack... | David Cole | 2008-06-17 | 3 | -51/+189 |
|
|
* | STYLE: fix indent for file | Bill Hoffman | 2008-06-17 | 1 | -338/+338 |
|
|
* | BUG: don't fail with FATAL_ERROR if REQUIRED was not used | Alexander Neundorf | 2008-06-16 | 1 | -1/+2 |
|
|
* | ENH: fix find module stuff for test | Bill Hoffman | 2008-06-16 | 3 | -16/+23 |
|
|
* | BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated search... | Miguel A. Figueroa-Villanueva | 2008-06-16 | 1 | -20/+17 |
|
|
* | BUG: Fixed incorrectly matched FOREACH (7008). | Miguel A. Figueroa-Villanueva | 2008-06-13 | 1 | -1/+1 |
|
|
* | ENH: Cleanup Find* modules with new HINTS feature | Brad King | 2008-06-09 | 39 | -531/+132 |
|
|
* | STYLE: apply patch from Thomas Klausner (NetBSD): use "=" for testing | Alexander Neundorf | 2008-06-09 | 1 | -3/+3 |
|
|
* | BUG: Fix for #7118. | Clinton Stimpson | 2008-06-06 | 1 | -0/+1 |
|
|
* | ENH: Some Linux distros don't install xorg-devel, png-devel, etc... when | Clinton Stimpson | 2008-06-03 | 1 | -14/+49 |
|
|
* | BUG: fixed Lua50 to be Lua51 in FIND_PACKAGE_HANDLE_STANDARD_ARGS call. | Eric Wing | 2008-06-02 | 1 | -1/+1 |
|
|
* | ENH: Find debug libs from static Qt on Windows. | Clinton Stimpson | 2008-05-26 | 1 | -18/+18 |
|
|
* | ENH: use PATHS keyword | Bill Hoffman | 2008-05-23 | 1 | -0/+1 |
|
|
* | ENH: Extend previous patch from Mathieu Malaterre to apply override to the bu... | Brad King | 2008-05-21 | 1 | -2/+2 |
|
|
* | ENH: Make Qt not found if the QtCore library can't be found. | Clinton Stimpson | 2008-05-21 | 1 | -3/+17 |
|
|
* | ENH: Similar to how qmake does it... | Clinton Stimpson | 2008-05-19 | 1 | -4/+4 |
|
|
* | BUG: Fixes for FindSubversion | Brad King | 2008-05-19 | 1 | -10/+19 |
|
|
* | ENH: Add basic flags for Portland Group fortran compiler. | Brad King | 2008-05-17 | 1 | -0/+8 |
|
|
* | ENH: Allow users to specify a custom Info.plist template | Brad King | 2008-05-17 | 1 | -0/+36 |
|
|
* | ENH: Add Linux-PGI-Fortran platform file to support the Portland Group Fortra... | Brad King | 2008-05-16 | 1 | -0/+1 |
|
|
* | ENH: Teach Fortran compiler identification about the Portland Group compiler ... | Brad King | 2008-05-16 | 1 | -0/+2 |
|
|
* | BUG: make the toolchain-prefix recognition work with prefixes which contain | Alexander Neundorf | 2008-05-15 | 3 | -18/+27 |
|
|
* | BUG: if CPACK_NSIS_MODIFY_PATH was OFF then the PATH was automatically modified | Bill Hoffman | 2008-05-13 | 1 | -1/+2 |
|
|