Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake: Clarify SUFFIX target property documentation. | David Cole | 2012-04-02 | 1 | -2/+3 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-04-02 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-04-01 | 1 | -2/+2 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-31 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-30 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-29 | 1 | -1/+1 |
* | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-28 | 1 | -1/+1 |
* | Merge topic 'AutomocProperCMakeEscaping_13018' | David Cole | 2012-03-27 | 2 | -10/+18 |
|\ | |||||
| * | automoc: fix #13018, proper cmake escaping to avoid false rebuilds | Alex Neundorf | 2012-03-26 | 1 | -9/+17 |
| * | make cmLocalGenerator::EscapeForCMake() static | Alex Neundorf | 2012-03-26 | 1 | -1/+1 |
* | | Merge topic 'ninja-generator' | David Cole | 2012-03-27 | 1 | -0/+4 |
|\ \ | |||||
| * | | Ninja: Substitute <OBJECT> and <CMAKE_C_COMPILER> in depfile flags | Peter Collingbourne | 2012-03-26 | 1 | -0/+4 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-27 | 1 | -1/+1 |
| |/ |/| | |||||
* | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-26 | 1 | -1/+1 |
* | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-25 | 1 | -1/+1 |
* | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-24 | 1 | -1/+1 |
* | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-23 | 1 | -1/+1 |
* | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-22 | 1 | -1/+1 |
* | | Merge topic 'vs10-object-items' | David Cole | 2012-03-21 | 4 | -91/+60 |
|\ \ | |||||
| * | | VS10: Fix external objects generated outside target (#13047) | Brad King | 2012-03-20 | 1 | -13/+4 |
| * | | Simplify cmVisualStudio10TargetGenerator source classification | Brad King | 2012-03-19 | 4 | -91/+69 |
* | | | Merge topic 'ImprovedCOMPONENTSSupportInFindPackage2' | David Cole | 2012-03-21 | 1 | -9/+48 |
|\ \ \ | |||||
| * | | | find_package: add documentation for OPTIONAL_COMPONENTS | Alex Neundorf | 2012-03-19 | 1 | -4/+9 |
| * | | | find_package: add OPTIONAL_COMPONENTS keyword | Alex Neundorf | 2012-03-19 | 1 | -5/+39 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2012-03-21 | 1 | -1/+1 |
* | | | | Merge topic 'ninja-generator' | David Cole | 2012-03-20 | 1 | -1/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Ninja: Fix <OBJECT_DIR> substitution | Peter Kuemmel | 2012-03-19 | 1 | -1/+4 |
* | | | | Merge topic 'object-library' | David Cole | 2012-03-20 | 49 | -477/+1360 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge branch 'ninja-object-library' into object-library | Brad King | 2012-03-19 | 16 | -1/+3095 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'object-library' into ninja-object-library | Brad King | 2012-03-16 | 1 | -0/+20 |
| | |\ \ \ | |||||
| | * | | | | Ninja: Honor $<TARGET_OBJECTS:...> source expressions | Brad King | 2012-03-16 | 1 | -0/+11 |
| | * | | | | Merge branch 'object-library' into ninja-object-library | Brad King | 2012-03-16 | 9 | -7/+278 |
| | |\ \ \ \ | |||||
| | * | | | | | Build object library targets in Ninja | Brad King | 2012-03-16 | 4 | -7/+39 |
| | * | | | | | Pre-compute object file names before Ninja generation | Brad King | 2012-03-16 | 5 | -35/+39 |
| | * | | | | | Simplify cmNinjaTargetGenerator using cmGeneratorTarget | Brad King | 2012-03-16 | 2 | -43/+38 |
| | * | | | | | Merge branch 'object-library' into ninja-object-library | Brad King | 2012-03-16 | 193 | -1360/+1745 |
| | |\ \ \ \ \ | |||||
| * | \ \ \ \ \ | Merge branch 'object-library' into xcode-object-library | Brad King | 2012-03-19 | 1 | -0/+20 |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | |||||
| | * | | | | | | Document OBJECT library type in add_library command | Brad King | 2012-03-16 | 1 | -0/+20 |
| | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Xcode: Honor $<TARGET_OBJECTS:...> source expressions | David Cole | 2012-03-19 | 1 | -0/+33 |
| * | | | | | | Merge branch 'object-library' into xcode-object-library | Brad King | 2012-03-19 | 9 | -7/+278 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Add $<TARGET_OBJECTS:...> expression to use an object library | Brad King | 2012-03-16 | 9 | -7/+278 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Build object library targets in Xcode | David Cole | 2012-03-19 | 1 | -8/+52 |
| * | | | | | Pre-compute object file names before Xcode generation | David Cole | 2012-03-19 | 2 | -0/+51 |
| * | | | | | Allow txt files as ExtraSources in object library targets | David Cole | 2012-03-16 | 1 | -1/+4 |
| * | | | | | Add a default source group for object files. | David Cole | 2012-03-16 | 1 | -0/+1 |
| * | | | | | Xcode: Re-factor some existing methods into "FromPath" variants | David Cole | 2012-03-16 | 2 | -48/+116 |
| * | | | | | Xcode: Re-factor code into GetObjectsNormalDirectory method | David Cole | 2012-03-16 | 2 | -9/+27 |
| |/ / / / | |||||
| * | | | | Build object library targets in VS | Brad King | 2012-03-13 | 3 | -21/+76 |
| * | | | | Build object library targets in Makefiles | Brad King | 2012-03-13 | 6 | -11/+55 |
| * | | | | Add OBJECT_LIBRARY target type | Brad King | 2012-03-13 | 12 | -4/+104 |