Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fix-warning-char-string-constant' | Brad King | 2011-01-04 | 2 | -3/+5 |
|\ | |||||
| * | Avoid passing string literal to char* type | Brad King | 2010-12-28 | 2 | -3/+5 |
* | | Merge topic 'add_support_for_windres' | Brad King | 2011-01-04 | 11 | -5/+41 |
|\ \ | |||||
| * | | Build enable_language command during bootstrap | Brad King | 2010-12-30 | 2 | -2/+2 |
| * | | Add testing for windows resources for mingw/msys/cygwin and remove for watcom. | Bill Hoffman | 2010-12-28 | 1 | -1/+12 |
| * | | Add support for windres to cygwin. | Bill Hoffman | 2010-12-23 | 2 | -1/+3 |
| * | | Add support for windows resources with mingw/msys. | Bill Hoffman | 2010-12-23 | 6 | -1/+24 |
* | | | Merge topic 'add_preprocessor_def_vs2010_resources' | Brad King | 2011-01-04 | 6 | -2/+30 |
|\ \ \ | |/ / | |||||
| * | | Only run resource test for MSVC compilers. | Bill Hoffman | 2010-12-22 | 1 | -11/+3 |
| * | | Disable incremental testing for this test, it crashes vs9 linker. | Bill Hoffman | 2010-12-22 | 1 | -0/+3 |
| * | | Add flags to resource builds on vs 2010 with a test. | Bill Hoffman | 2010-12-21 | 6 | -2/+35 |
* | | | Merge topic 'add_resource_support_to_intel' | Brad King | 2011-01-04 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Enable resource building with the intel compiler on windows. | Bill Hoffman | 2011-01-03 | 1 | -0/+4 |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | KWSys: Remove useless include <sys/procfs.h> (#11648) | Brad King | 2011-01-03 | 1 | -1/+0 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-03 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-02 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-01-01 | 1 | -3/+3 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-31 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-30 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-12-29 | 1 | -1/+1 |
* | | | Merge topic 'bug-11518-dbus-macro' | Brad King | 2010-12-28 | 1 | -1/+9 |
|\ \ \ | |||||
| * | | | allow absolute paths for dbus interface. | Clinton Stimpson | 2010-12-23 | 1 | -1/+9 |
* | | | | Merge topic 'FindBLAS_FindLAPACK' | Brad King | 2010-12-28 | 2 | -13/+31 |
|\ \ \ \ | |||||
| * | | | | FindLAPACK works with C/C++ only projects (issue 0009976) | Alexey Ozeritsky | 2010-12-27 | 1 | -11/+11 |
| * | | | | fix for Fortran-only projects | Alexey Ozeritsky | 2010-12-27 | 1 | -1/+9 |
| * | | | | find ACML fixes | Alexey Ozeritsky | 2010-12-27 | 1 | -1/+11 |
* | | | | | Merge topic 'FixCrashInEclipseGenerator' | Brad King | 2010-12-28 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix crash in Eclipse generator with empty project (#11616) | Alex Neundorf | 2010-12-21 | 1 | -1/+1 |
* | | | | | | Merge topic 'mac-headerpad_max_install_names-passthru' | Brad King | 2010-12-28 | 2 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Pass Mac linker flag through all compilers with -Wl, | Brad King | 2010-12-22 | 2 | -6/+6 |
* | | | | | | | Merge topic 'dev/add_test-working-directory' | Brad King | 2010-12-28 | 7 | -2/+162 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix sentence break in add_test documentation | Brad King | 2010-12-21 | 1 | -1/+1 |
| * | | | | | | | Make TestsWorkingDirectory test a C file | Ben Boeckel | 2010-12-17 | 2 | -11/+11 |
| * | | | | | | | Use iostream to make Borland happy | Ben Boeckel | 2010-12-17 | 1 | -4/+5 |
| * | | | | | | | Fully specify the path to old-signature add_test | Ben Boeckel | 2010-12-17 | 1 | -2/+2 |
| * | | | | | | | Group adding tests with its properties | Ben Boeckel | 2010-12-17 | 1 | -6/+4 |
| * | | | | | | | Only test the default cwd with Makefiles | Ben Boeckel | 2010-12-17 | 1 | -0/+6 |
| * | | | | | | | Simplify the _default_cwd derivation | Ben Boeckel | 2010-12-17 | 1 | -5/+3 |
| * | | | | | | | Use --><-- markers to denote the path | Ben Boeckel | 2010-12-17 | 2 | -7/+7 |
| * | | | | | | | Flip slashes around on Windows | Ben Boeckel | 2010-12-17 | 1 | -0/+7 |
| * | | | | | | | Add ctype.h include for toupper() | Ben Boeckel | 2010-12-17 | 1 | -0/+1 |
| * | | | | | | | Fix header includes for C++ and Visual Studio | Ben Boeckel | 2010-12-17 | 1 | -2/+3 |
| * | | | | | | | Rename the project to match the test | Ben Boeckel | 2010-12-16 | 1 | -1/+1 |
| * | | | | | | | Add tests for WORKING_DIRECTORY arg to add_test | Ben Boeckel | 2010-12-16 | 1 | -0/+21 |
| * | | | | | | | Add WORKING_DIRECTORY argument to add_test | Ben Boeckel | 2010-12-16 | 2 | -0/+20 |
| * | | | | | | | Rename WorkingDirectory test | Ben Boeckel | 2010-12-16 | 3 | -6/+6 |
| * | | | | | | | Add the WORKING_DIRECTORY property to tests | Rolf Eike Beer | 2010-12-16 | 5 | -1/+108 |
* | | | | | | | | Merge topic 'dev/use-fphsa-in-find-opengl' | Brad King | 2010-12-28 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | Use FPHSA in FindOpenGL | Ben Boeckel | 2010-12-08 | 1 | -4/+5 |