Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge topic 'eclipse-doc-typo' | Brad King | 2013-05-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Eclipse: Add a missing space in the documentation | Jack O'Connor | 2013-05-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge topic 'EclipseUseGmakeErrorParser_13699' | Brad King | 2013-05-16 | 2 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699) | Victor Zverovich | 2013-04-28 | 2 | -1/+16 | |
* | | | | | | | | | | | | | | | Merge topic 'WindowsPaths-MinGW-cross-compile-only' | Brad King | 2013-05-16 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Windows: Search '/' prefix only when cross compiling (#10994) | Brad King | 2013-04-25 | 1 | -2/+4 | |
* | | | | | | | | | | | | | | | | Merge topic 'QtDialogSearchText2' | Brad King | 2013-05-16 | 3 | -6/+168 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | cmake-gui: use shortcut F only for "Find in Output" | Alex Neundorf | 2013-04-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | cmake-gui: Add function for going to next error message in Output window | Marc Bartholomaeus | 2013-04-24 | 2 | -2/+67 | |
| * | | | | | | | | | | | | | | | | cmake-gui: Change shortcut of the search field from Ctrl-F to Alt-E | Marc Bartholomaeus | 2013-04-24 | 2 | -7/+7 | |
| * | | | | | | | | | | | | | | | | cmake-gui: Add search functions to the context menu of the Output widget | Marc Bartholomaeus | 2013-04-24 | 2 | -0/+21 | |
| * | | | | | | | | | | | | | | | | cmake-gui: Add search functions for Output window (#9733) | Marc Bartholomaeus | 2013-04-24 | 2 | -0/+76 | |
* | | | | | | | | | | | | | | | | | Merge topic 'check-compiler-flag-locale' | Brad King | 2013-05-16 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Check{C,CXX}CompilerFlag: Test using C locale (#14102) | Brad King | 2013-04-22 | 2 | -0/+25 | |
* | | | | | | | | | | | | | | | | | | Merge topic 'Cuda_WRAP_SRCS_duplicates' | Brad King | 2013-05-16 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | FindCUDA: Remove duplicate entries from INCLUDE_DIRECTORIES. | Marcel Loose | 2013-04-18 | 1 | -0/+3 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge topic 'ninja_add_custom_command_windows' | Brad King | 2013-05-16 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Ninja: use cd /D to set directory on Windows | Ian Monroe | 2013-04-18 | 1 | -1/+6 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Merge topic 'cuda_compute_build_path' | Brad King | 2013-05-16 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | FindCUDA: CUDA_COMPUTE_BUILD_PATH uses relative paths to binary dir. | Mathias Gaunard | 2013-04-18 | 1 | -1/+7 | |
* | | | | | | | | | | | | | | | | | | | Merge topic 'OpenGL-require-includes' | Brad King | 2013-05-16 | 1 | -91/+88 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | FindOpenGL: require headers to be found on non-Windows platforms (#13746) | Rolf Eike Beer | 2013-04-17 | 1 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | FindOpenGL: simplify OS selection code | Rolf Eike Beer | 2013-04-17 | 1 | -91/+82 | |
* | | | | | | | | | | | | | | | | | | | | Merge topic 'xcode-explicitFileType' | Brad King | 2013-05-16 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Xcode: Use explicitFileType to mark source types (#14093) | Brad King | 2013-04-16 | 4 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | | Merge topic 'improve-get_filename_component-names' | Brad King | 2013-05-16 | 15 | -208/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | get_filename_component: Add DIRECTORY option (#14091) | Brad King | 2013-04-16 | 3 | -11/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | get_filename_component: Add explicit unit tests | Brad King | 2013-04-16 | 13 | -206/+46 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge topic 'AddIARToolchain2' | Brad King | 2013-05-16 | 9 | -4/+154 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Add IAR to the CMakeDetectC(XX)CompilerID.c(pp).in | Alex Neundorf | 2013-04-15 | 2 | -4/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add regexps for the IAR toolchain to the vendor list. | Alex Neundorf | 2013-04-15 | 3 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | Add support files for C, C++ and ASM for the IAR toolchain. | Alex Neundorf | 2013-04-15 | 4 | -0/+128 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'CrossCompilingFix13796' | Brad King | 2013-05-16 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | CMakeSystem: include toolchain file after setting CMAKE_HOST_ (#13796) | Alex Neundorf | 2013-04-15 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'fix-comment-typos' | Brad King | 2013-05-16 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix some copyastos in the DetermineRCCompiler file. | Stephen Kelly | 2013-04-14 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'msbuild-targets-in-subdirs' | Brad King | 2013-05-16 | 47 | -62/+2042 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | ctest_build: Pass projectDir to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 3 | -1/+28 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | CTest: Simplify ctest_* command source/build dir lookup | Brad King | 2013-04-12 | 2 | -39/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | VS: Add test for building MSBuild project in subdir | Petr Kmoch | 2013-04-12 | 3 | -0/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | VS: Use .sln parser to build targets in subdirs with msbuild (#13623) | Petr Kmoch | 2013-04-12 | 1 | -2/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | VS: Create parser for Visual Studio .sln files | Petr Kmoch | 2013-04-12 | 24 | -0/+1900 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 17 | -21/+41 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'FindOpenSSL-cross-compiling' | Brad King | 2013-05-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | FindOpenSSL: Fix spelling of CMAKE_CROSSCOMPILING (#14075) | Robin Lee | 2013-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'vs10-preprocessor-semicolons' | Brad King | 2013-05-16 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | VS 10: Escape ; as %3B in preprocessor definitions (#14073) | Brad King | 2013-04-11 | 3 | -3/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge topic 'vs-no-compiler-pdb-setting' | Brad King | 2013-05-16 | 8 | -38/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Ninja: Fix OBJECT_DIR placeholder path conversion | Brad King | 2013-04-11 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | MSVC: Invoke 'link' directly for executables | Brad King | 2013-04-08 | 1 | -1/+1 | |