Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add submit via cp mode | Bill Hoffman | 2009-03-31 | 2 | -3/+82 |
| | |||||
* | STYLE: White space only change to see if continuous is working on new ↵ | David Cole | 2009-03-31 | 1 | -1/+0 |
| | | | | dashboard machine... | ||||
* | STYLE: White space only change to see if continuous is working on new ↵ | David Cole | 2009-03-31 | 1 | -0/+1 |
| | | | | dashboard machine... | ||||
* | ENH: use a newer cmake | Bill Hoffman | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | BUG: Fix AddExternalProject config command id | Brad King | 2009-03-31 | 1 | -10/+6 |
| | | | | | | This fixes the get_configure_command_id function to not mistake CONFIGURE_COMMAND values that run "cmake -P" or "cmake -E" for a CMake project configuration. These values just help run scripts. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | BUG: Fix inconsistency with lowercase drive letters on Windows. | Clinton Stimpson | 2009-03-30 | 1 | -2/+6 |
| | |||||
* | ENH: Simpler AddExternalProject install step | Brad King | 2009-03-30 | 1 | -21/+8 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Simpler AddExternalProject build step | Brad King | 2009-03-30 | 1 | -21/+8 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Simpler AddExternalProject configure step | Brad King | 2009-03-30 | 1 | -41/+24 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Simpler AddExternalProject patch step | Brad King | 2009-03-30 | 1 | -18/+7 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Simpler AddExternalProject update step | Brad King | 2009-03-30 | 1 | -79/+26 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Simpler AddExternalProject download step | Brad King | 2009-03-30 | 1 | -148/+65 |
| | | | | This simplifies the implementation with add_external_project_step. | ||||
* | ENH: Generalize AddExternalProject step creation | Brad King | 2009-03-30 | 2 | -1/+90 |
| | | | | | | This creates function 'add_external_project_step' to centralize creation of external project steps. Users may call it to add custom steps to external project builds. | ||||
* | ENH: Factor argument parsing in AddExternalProject | Brad King | 2009-03-30 | 1 | -42/+49 |
| | | | | | | The add_external_project function parses its arguments and puts them in properties of the target it creates. This factors out implementation of the behavior for use by other functions in the module. | ||||
* | ENH: Teach AddExternalProject a 'complete' step | Brad King | 2009-03-30 | 1 | -8/+15 |
| | | | | | This separates creation of the project completion sentinel file from the 'install' step to allow more steps to be added in between later. | ||||
* | ENH: Add version info to about dialog, including Qt version. | Clinton Stimpson | 2009-03-30 | 1 | -1/+7 |
| | |||||
* | COMP: missing string.h header for strlen. | Mathieu Malaterre | 2009-03-30 | 1 | -1/+3 |
| | |||||
* | ENH: Document scope of add_custom_command outputs | Brad King | 2009-03-30 | 2 | -4/+10 |
| | | | | | | This explicitly states the scope of add_custom_command rules in the documentation of add_custom_command and add_custom_target. See issue #8815. | ||||
* | ENH: remote debugging of sunos | Mathieu Malaterre | 2009-03-30 | 1 | -2/+13 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-29 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lenght | Bill Hoffman | 2009-03-28 | 1 | -2/+4 |
| | |||||
* | ENH: change qt to 4.5 | Bill Hoffman | 2009-03-28 | 2 | -2/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | ENH: mark the two variables as advanced | Alexander Neundorf | 2009-03-27 | 1 | -3/+1 |
| | | | | | | -remove unnecessary deault search dirs Alex | ||||
* | BUG: fix for #8686 add some more compiler flags | Bill Hoffman | 2009-03-27 | 1 | -0/+11 |
| | |||||
* | ENH: LIBPATH is not required for cl to work | Bill Hoffman | 2009-03-27 | 1 | -2/+1 |
| | |||||
* | ENH: fix spaces in path escape | Bill Hoffman | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | ENH: use a different cmake | Bill Hoffman | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | BUG: Don't return checkable flag for item when in the middle of ↵ | Clinton Stimpson | 2009-03-26 | 1 | -0/+1 |
| | | | | configure/generate. | ||||
* | ENH: Do a recheck of QT_MAC_USE_COCOA when qmake executable changes. | Clinton Stimpson | 2009-03-26 | 1 | -0/+3 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | ENH: Support OUTPUT_LOCATION property for qm files. | Clinton Stimpson | 2009-03-25 | 1 | -1/+7 |
| | | | | Fixes #8492. | ||||
* | BUG: Fix CMAKE_CURRENT_LIST_FILE in macros | Brad King | 2009-03-25 | 3 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | The value of CMAKE_CURRENT_LIST_FILE is supposed to be the list file currently being executed. Before macros were introduced this was always the context of the argument referencing the variable. Our original implementation of macros replaced the context of command arguments inside the macro with that of the arguments of the calling context. This worked recursively, but only worked when macros had at least one argument. Furthermore, it caused parsing errors of the arguments to report the wrong location (calling context instead of line with error). The commit "Improve context for errors in macros" fixed the latter bug by keeping the lexical context of command arguments in macros. It broke evaluation of CMAKE_CURRENT_LIST_FILE because the calling context was no longer preserved in the argument referencing the variable. However, since our list file processing now maintains the proper value of CMAKE_CURRENT_LIST_FILE with dynamic scope we no longer need the context of the argument and can just evaluate the variable normally. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | ENH: Support preprocessor def values in VS6 | Brad King | 2009-03-23 | 7 | -41/+42 |
| | | | | | | | | | The add_definitions() command and COMPILE_DEFINITIONS dir/tgt/src properties support preprocessor definitions with values. Previously values were not supported in the VS6 generator even though the native tool supports them. It is only values with spaces that VS6 does not support. This enables support and instead complains only for values with spaces. See issue #8779. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | ENH: NEW: FindGTK2 module | Philip Lowman | 2009-03-22 | 1 | -0/+540 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | BUG: LIST(REMOVE_ITEM...) was being called on a variable that could be empty. | Philip Lowman | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fix return value of ctest_update | Brad King | 2009-03-20 | 2 | -4/+4 |
| | | | | | | | The CTest version control refactoring broke the value returned for the ctest_update command's RETURN_VALUE argument. The value is supposed to be the number of files updated, but the refactoring accidentally made it the number of locally modified files after the update. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-20 | 1 | -1/+1 |
| | |||||
* | COMP:Fixed warnings with gcc 4.3.2. | Francois Bertel | 2009-03-20 | 2 | -45/+94 |
| | |||||
* | BUG: Need to fix find of qtmain library when qmake executable is changed. | Clinton Stimpson | 2009-03-19 | 1 | -0/+4 |
| | |||||
* | COMP:Try to fix error on HP. | Francois Bertel | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | ENH: Mention CMAKE_* variables in RPATH properties | Brad King | 2009-03-19 | 1 | -4/+13 |
| | | | | | | The RPATH target properties are initialized by CMAKE_<prop> variables at target creation time. This notes the feature in the property documentation. It is already noted in the variable documentation. |