summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Re-order C/C++/Fortran compiler determination logicBrad King2012-08-223-216/+207
* | | | | | | Merge topic 'vs-AddPlatformDefinitions-cleanup'David Cole2012-08-2421-78/+43
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-2221-78/+43
* | | | | | | Merge topic 'more-compiler-versions'David Cole2012-08-242-6/+57
|\ \ \ \ \ \ \
| * | | | | | | Detect Analog VisualDSP++ compiler version with its idBrad King2012-08-222-4/+18
| * | | | | | | Detect Cray compiler version with its idBrad King2012-08-222-0/+4
| * | | | | | | Detect SDCC compiler version with its idBrad King2012-08-221-0/+4
| * | | | | | | Detect Comeau compiler version with its idBrad King2012-08-221-0/+3
| * | | | | | | Detect TI compiler version with its idBrad King2012-08-222-0/+8
| * | | | | | | Detect PathScale compiler version with its idBrad King2012-08-222-2/+12
| * | | | | | | Detect Compaq compiler version with its idBrad King2012-08-222-0/+8
| |/ / / / / /
* | | | | | | Merge topic 'vs11-flag-table'David Cole2012-08-245-15/+781
|\ \ \ \ \ \ \
| * | | | | | | VS11: Generate flag tables from MSBuild V110 tool filesBrad King2012-08-225-4/+770
| * | | | | | | cmparseMSBuildXML: Include DisplayName in the outputZack Galbreath2012-08-221-11/+11
| |/ / / / / /
* | | | | | | Merge topic 'VS10-PrecompiledHeader-default'David Cole2012-08-241-0/+1
|\ \ \ \ \ \ \
| * | | | | | | VS: Disable precompiled headers unless enabled by project (#12930)Brad King2012-08-221-0/+1
* | | | | | | | Merge topic 'VS11-WinRT-project-issue-12930'David Cole2012-08-241-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | VS11: Rename 'Immersive' to 'WindowsAppContainer' (#12930)Brad King2012-08-211-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'ninja-target-pdb-cleanup'David Cole2012-08-243-47/+42
|\ \ \ \ \ \ \
| * | | | | | | Ninja: remove GetTargetPDB because it is used only oncePeter Kümmel2012-08-222-17/+11
| * | | | | | | Ninja:split out setting of msvc TARGET_PDBPeter Kümmel2012-08-223-25/+24
| * | | | | | | Ninja: prepare msvc pdb cleanupPeter Kümmel2012-08-222-17/+19
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'compile-definitions-unique'David Cole2012-08-2411-91/+215
|\ \ \ \ \ \ \
| * | | | | | | Rename files from main.cpp to more meaningful names.Stephen Kelly2012-08-225-5/+5
| * | | | | | | Fix the test setting COMPILE_DEFINITIONS target propertyStephen Kelly2012-08-211-1/+1
| * | | | | | | Fix CompileDefinitions test on Visual Studio.Stephen Kelly2012-08-212-1/+10
| * | | | | | | Don't duplicate -D defines sent to the compiler.Stephen Kelly2012-08-2011-91/+206
* | | | | | | | Merge topic 'topics/FindCUDA/Add-CUDA_SOURCE_PROPERTY_FORMAT'David Cole2012-08-241-19/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Added CUDA_SOURCE_PROPERTY_FORMAT. Allows setting per file format (OBJ or PTX)James Bigler2012-08-201-19/+29
* | | | | | | | | Merge topic 'pic-docs'David Cole2012-08-242-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix unfortunate documentation error for PIC feature.Stephen Kelly2012-08-202-2/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'minor-docs-fixes'David Cole2012-08-243-7/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove duplicate 'of' from docs.Stephen Kelly2012-08-201-1/+1
| * | | | | | | | | Remove incorrect doc string for link type enumStephen Kelly2012-08-191-3/+0
| * | | | | | | | | Fix some typos in the docs.Stephen Kelly2012-08-191-3/+3
| * | | | | | | | | Add missing whitespace to docs.Stephen Kelly2012-08-191-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'DependencyScanning_13474'David Cole2012-08-244-19/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | -fix Java dependency scanning, broken in previous commitAlex Neundorf2012-08-202-2/+3
| * | | | | | | | | -fix line lengthAlex Neundorf2012-08-201-2/+2
| * | | | | | | | | fix #13474: also rescan dependencies if the depender does not existAlex Neundorf2012-08-172-17/+47
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'test-ObjectLibrary-lang'David Cole2012-08-242-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests/ObjectLibrary: Do not enable CXX in subdirectoriesBrad King2012-08-202-2/+2
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'topics/FindCUDA/Fix-g3-again'David Cole2012-08-241-1/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Replace -g3 with -g for CUDA 4.1 and 4.2 in addition to CUDA < 3.0.James Bigler2012-06-191-1/+11
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-08-241-1/+1
* | | | | | | | | Merge topic 'Qt4Macros-fix-resource-parsing'Brad King2012-08-231-3/+5
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Qt4Macros: Fix recently broken resource file parsingBrad King2012-08-221-3/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-08-231-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-08-221-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-08-211-1/+1
| |_|_|_|_|/ / |/| | | | | |