Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'MinorFixForEcos' | David Cole | 2012-03-21 | 1 | -1/+8 |
|\ | |||||
| * | guard eCos.cmake against multiple inclusion (#12987) | Alex Neundorf | 2012-03-20 | 1 | -1/+8 |
* | | Merge topic 'UseRealPathWhenFindingEclipse' | David Cole | 2012-03-21 | 1 | -1/+3 |
|\ \ | |||||
| * | | Eclipse: fix #13036, make version detection work with symlinks | Alex Neundorf | 2012-03-20 | 1 | -1/+3 |
| |/ | |||||
* | | Merge topic 'fix-AllFindModules-version-check' | David Cole | 2012-03-21 | 1 | -3/+13 |
|\ \ | |||||
| * | | Tests: Relax restrictions on version variable contents | David Cole | 2012-03-20 | 1 | -3/+13 |
| |/ | |||||
* | | Merge topic 'update-KWIML' | David Cole | 2012-03-21 | 1 | -6/+6 |
|\ \ | |||||
| * \ | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-03-20 | 1 | -6/+6 |
| |\ \ | | |/ | |/| | |||||
| | * | KWIML: Avoid conflict with C++11 user-defined literals | Brad King | 2012-03-20 | 1 | -6/+6 |
* | | | Merge topic 'findmpi_look_in_implicit_dirs' | David Cole | 2012-03-21 | 1 | -0/+14 |
|\ \ \ | |||||
| * | | | Fix FindMPI for the intel compiler on linux by looking in implict directories. | Bill Hoffman | 2012-03-20 | 1 | -0/+14 |
| |/ / | |||||
* | | | Merge topic 'watcom-object-library' | David Cole | 2012-03-21 | 4 | -12/+12 |
|\ \ \ | |||||
| * | | | Fix ObjectLibrary test on Watcom | Brad King | 2012-03-20 | 4 | -12/+12 |
* | | | | Merge topic 'vs10-object-items' | David Cole | 2012-03-21 | 6 | -91/+65 |
|\ \ \ \ | |||||
| * | | | | VS10: Fix external objects generated outside target (#13047) | Brad King | 2012-03-20 | 3 | -13/+9 |
| * | | | | Simplify cmVisualStudio10TargetGenerator source classification | Brad King | 2012-03-19 | 4 | -91/+69 |
| |/ / / | |||||
* | | | | Merge topic 'ImprovedCOMPONENTSSupportInFindPackage2' | David Cole | 2012-03-21 | 11 | -24/+186 |
|\ \ \ \ | |||||
| * | | | | find_package: Test rejection of required+optional components | Brad King | 2012-03-19 | 4 | -0/+11 |
| * | | | | add macro check_required_components() to configure_package_config_file() | Alex Neundorf | 2012-03-19 | 3 | -4/+50 |
| * | | | | FPHSA(): add HANDLE_COMPONENTS option | Alex Neundorf | 2012-03-19 | 3 | -2/+54 |
| * | | | | find_package: add documentation for OPTIONAL_COMPONENTS | Alex Neundorf | 2012-03-19 | 2 | -12/+31 |
| * | | | | FPHSA(): add missing "]" to documentation | Alex Neundorf | 2012-03-19 | 1 | -1/+1 |
| * | | | | 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 | 121 | -477/+1701 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'ninja-object-library' into object-library | Brad King | 2012-03-19 | 23 | -7/+3160 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'object-library' into ninja-object-library | Brad King | 2012-03-16 | 72 | -0/+360 |
| | |\ \ \ \ | |||||
| | * | | | | | 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 | 310 | -2134/+3361 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'xcode-object-library' into object-library | Brad King | 2012-03-19 | 4 | -66/+284 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
| | * | | | | | | | Merge branch 'object-library' into xcode-object-library | Brad King | 2012-03-19 | 72 | -0/+360 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Document OBJECT library type in add_library command | Brad King | 2012-03-16 | 1 | -0/+20 |
| * | | | | | | | | Test OBJECT library use without other sources | Brad King | 2012-03-16 | 5 | -0/+64 |
| * | | | | | | | | Test OBJECT library language propagation | Brad King | 2012-03-16 | 3 | -0/+17 |
| * | | | | | | | | Test OBJECT library failure cases | Brad King | 2012-03-16 | 51 | -0/+148 |
| * | | | | | | | | Test OBJECT library success cases | Brad King | 2012-03-16 | 14 | -0/+111 |
| | |_|_|/ / / / | |/| | | | | | | |||||
| | * | | | | | | 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 |