| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Centralize default link interface computation | Brad King | 2009-07-06 | 6 | -100/+84 |
|
|
* | ENH: Move CMP0004 check into cmTarget | Brad King | 2009-07-06 | 4 | -62/+64 |
|
|
* | ENH: Exception safe link interface computation | Brad King | 2009-07-06 | 2 | -8/+14 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-06 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-05 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-04 | 1 | -1/+1 |
|
|
* | ENH: Pass config to cmTarget::GetDirectory() | Brad King | 2009-07-03 | 3 | -8/+8 |
|
|
* | ENH: Refactor target output dir computation | Brad King | 2009-07-03 | 2 | -69/+65 |
|
|
* | BUG: Avoid cmTarget::GetDirectory for utilities | Brad King | 2009-07-03 | 2 | -8/+10 |
|
|
* | STYLE: Replace large if() with named boolean | Brad King | 2009-07-03 | 2 | -6/+6 |
|
|
* | ENH: Create cmMakefileTargetGenerator::ConfigName | Brad King | 2009-07-03 | 4 | -28/+19 |
|
|
* | ENH: Cleanup per-config target install generation | Brad King | 2009-07-03 | 2 | -19/+13 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-03 | 1 | -1/+1 |
|
|
* | ENH: Reports "Passed" for WILL_FAIL tests | Brad King | 2009-07-02 | 1 | -67/+48 |
|
|
* | BUG: Do not generate "global" Xcode config | Brad King | 2009-07-02 | 2 | -18/+19 |
|
|
* | ENH: Simplify Xcode CreateBuildSettings method | Brad King | 2009-07-02 | 2 | -55/+59 |
|
|
* | ENH: Use logical target names in Xcode projects | Brad King | 2009-07-02 | 1 | -21/+5 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-02 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-01 | 1 | -2/+2 |
|
|
* | STYLE: Fix line-too-long style violation. | Brad King | 2009-06-30 | 1 | -1/+2 |
|
|
* | BUG: Fix documentation of CMAKE_CFG_INTDIR | Brad King | 2009-06-30 | 1 | -21/+36 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-30 | 1 | -1/+1 |
|
|
* | COMP: don't use vector::at(), this doesn't seem to exist everyhwere | Alexander Neundorf | 2009-06-29 | 1 | -2/+2 |
|
|
* | ENH: Generate native Xcode 3.0 and 3.1 projects | Brad King | 2009-06-29 | 3 | -31/+123 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-29 | 1 | -1/+1 |
|
|
* | ENH: add rest of lib check | Bill Hoffman | 2009-06-28 | 1 | -0/+1 |
|
|
* | ENH: fix line length | Bill Hoffman | 2009-06-28 | 1 | -6/+31 |
|
|
* | STYLE: document #cmakedefine01 (see #9189 , there's also a test for it in | Alexander Neundorf | 2009-06-28 | 1 | -1/+3 |
|
|
* | STYLE: don't print the section name "SingleItem" if the documentation for | Alexander Neundorf | 2009-06-28 | 1 | -1/+1 |
|
|
* | ENH: create a "Virtual Folder" in CodeBlocks, which contains all the cmake | Alexander Neundorf | 2009-06-28 | 1 | -0/+192 |
|
|
* | ENH: also support nmake and msvc for use with CodeBlocks under Windows, | Alexander Neundorf | 2009-06-28 | 1 | -2/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-28 | 1 | -1/+1 |
|
|
* | STYLE: document CMAKE_SKIP_INSTALL_ALL_DEPENDENCY variable | Alexander Neundorf | 2009-06-27 | 1 | -0/+13 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-27 | 1 | -1/+1 |
|
|
* | ENH: fix line length issues | Bill Hoffman | 2009-06-26 | 6 | -223/+430 |
|
|
* | ENH: do not create a desktop link for CMakeSetup | Bill Hoffman | 2009-06-26 | 1 | -0/+1 |
|
|
* | ENH: remove debug print | Bill Hoffman | 2009-06-26 | 1 | -2/+0 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-26 | 1 | -1/+1 |
|
|
* | ENH: add obj file support and remove a warning | Bill Hoffman | 2009-06-26 | 2 | -9/+39 |
|
|
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 22 | -45/+2555 |
|
|
* | ENH: add reminder comment | Bill Hoffman | 2009-06-25 | 1 | -0/+1 |
|
|
* | ENH: set an upload speed limit for ctest | Bill Hoffman | 2009-06-25 | 1 | -0/+5 |
|
|
* | ENH: Cleanup make progress rule generation code | Brad King | 2009-06-25 | 6 | -176/+104 |
|
|
* | STYLE: Remove unused variable | Brad King | 2009-06-25 | 1 | -1/+0 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-25 | 1 | -1/+1 |
|
|
* | ENH: Save/restore splitter sizes. Fixes #9070. | Clinton Stimpson | 2009-06-24 | 1 | -0/+4 |
|
|
* | ENH: Remove unused cmSystemTools::RemoveEscapes | Brad King | 2009-06-24 | 2 | -49/+1 |
|
|
* | ENH: Mention cycles in target_link_libraries docs | Brad King | 2009-06-24 | 1 | -0/+22 |
|
|
* | ENH: Clarify COMPILE_DEFINITIONS separator in docs | Brad King | 2009-06-24 | 3 | -3/+6 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-24 | 1 | -1/+1 |
|
|