summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys: Address Intel compiler remarksBrad King2011-11-013-26/+29
| | | | | | | | | | | | | | | | | CommandLineArguments.cxx: remark #181: argument is incompatible with corresponding format string conversion SystemInformation.cxx: remark #193: zero used for undefined preprocessing identifier "_WIN32" warning #177: variable "Regebx" was declared but never referenced SystemTools.cxx(375): remark #444: destructor for base class "std::vector<char*>" is not virtual class kwsysDeletingCharVector : private kwsys_stl::vector<char*> Author: Hans Johnson <hans-johnson@uiowa.edu> Change-Id: Ibc899c3ba14990158ef7bbabace4b435b22495c3
* KWSys Nightly Date StampKWSys Robot2011-11-011-2/+2
|
* KWSys Nightly Date StampKWSys Robot2011-10-311-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-301-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-281-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-271-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-10-261-1/+1
|
* Merge topic 'test-update-svn-1.7-issue-12535'David Cole2011-10-251-1/+11
|\ | | | | | | | | | | 6d79b50 Teach CTest.UpdateSVN to detect svn add --depth before using it 74eb86c Fix CTest.UpdateSVN with Subversion 1.7 (#12535)
| * Teach CTest.UpdateSVN to detect svn add --depth before using itBrad King2011-10-241-1/+11
| | | | | | | | | | | | Older svn versions do not have the --depth option for "svn add". Fortunately we do not need it for versions that old. Look for the option and use it only when available.
| * Fix CTest.UpdateSVN with Subversion 1.7 (#12535)Brad King2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test adds a subdirectory with svn add subdir svn add ... subdir/foo.txt subdir/bar.txt Subversion 1.7 fails on the second command with svn: warning: W150002: '.../subdir/foo.txt' is already under version control svn: warning: W150002: '.../subdir/bar.txt' is already under version control svn: E200009: Could not add all targets because some targets don't exist because it considers adding an already-versioned file to be an error. Avoid the problem by using svn add --depth=empty subdir to add the subdirectory without the files it contains.
* | Merge topic 'local-hooks'David Cole2011-10-255-0/+104
|\ \ | | | | | | | | | | | | | | | b2d6adf pre-commit: Reject changes to KWSys through Git 3d5869c Add pre-commit|commit-msg|prepare-commit-msg hook placeholders
| * | pre-commit: Reject changes to KWSys through GitBrad King2011-10-241-2/+26
| | | | | | | | | | | | Explain in the rejection message why KWSys cannot be changed in Git.
| * | Add pre-commit|commit-msg|prepare-commit-msg hook placeholdersBrad King2011-10-245-0/+80
| |/ | | | | | | | | Add CMake-specific hook placeholders that chain from the main hooks branch after it is installed into the local .git/hooks directory.
* | Merge topic 'some-documentation-fixes'David Cole2011-10-2524-494/+499
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ceff6ec ccmake: Factor toggle key help instructions. 19da106 ccmake: Document '/' key. fd63219 ccmake: Align 'g' and 'q' key instructions. bfb0ed4 Usage: Add missing exepath argument in get_prerequisites documentation. de51264 Usage: Print help, version and copyright options in usage information. 9ae0604 Usage: Document all options printing the version number. 3353d84 Usage: Document all options printing usage information. 1b612ca Usage: Document -j|--parallel option in help message. 6be15ed Doxygen: Remove dependency on VTK when building doxygen. a92f14f Doxygen: Fix warnings. faede37 Doxygen: Generate call graph and relationships. dd13ecd Doxygen: Improve code documentation. d0b3a7f Fix typo. d3d7e45 Remove trailing white-spaces.
| * | ccmake: Factor toggle key help instructions.Nicolas Despres2011-10-231-9/+7
| | |
| * | ccmake: Document '/' key.Nicolas Despres2011-10-231-3/+2
| | |
| * | ccmake: Align 'g' and 'q' key instructions.Nicolas Despres2011-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were miss-aligned with the 'enter' key instruction. Before: ---- Press [enter] to edit option CMake Version 2.8.3.20110107-g4b05a-dirty Press [c] to configure Press [h] for help Press [q] to quit without generating ---- After: ---- Press [enter] to edit option CMake Version 2.8.3.20110107-g4b05a-dirty Press [c] to configure Press [h] for help Press [q] to quit without generating ----
| * | Usage: Add missing exepath argument in get_prerequisites documentation.Nicolas Despres2011-10-231-1/+1
| | |
| * | Usage: Print help, version and copyright options in usage information.Nicolas Despres2011-10-233-3/+3
| | | | | | | | | | | | There were missing for ctest, cpack and ccmake.
| * | Usage: Document all options printing the version number.Nicolas Despres2011-10-231-1/+2
| | |
| * | Usage: Document all options printing usage information.Nicolas Despres2011-10-231-1/+1
| | |
| * | Usage: Document -j|--parallel option in help message.Nicolas Despres2011-10-231-0/+4
| | |
| * | Doxygen: Remove dependency on VTK when building doxygen.Nicolas Despres2011-10-231-2/+0
| | |
| * | Doxygen: Fix warnings.Nicolas Despres2011-10-2311-23/+24
| | |
| * | Doxygen: Generate call graph and relationships.Nicolas Despres2011-10-231-1/+3
| | | | | | | | | | | | It helps code browsing and understanding for new developers.
| * | Doxygen: Improve code documentation.Nicolas Despres2011-10-231-0/+1
| | |
| * | Fix typo.Nicolas Despres2011-10-236-8/+8
| | |
| * | Remove trailing white-spaces.Nicolas Despres2011-10-2316-443/+443
| | |
* | | Merge topic 'SourceGroupsForEclipse'David Cole2011-10-253-35/+197
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66bd543 Eclipse: fix #12417, don't create wrong src pathentries 70de8bd Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS accordigly 117f2b8 Eclipse: add Build and Clean targets to targets c3f30bd Eclipse: move code for generating links to targets into separate function cef6bd9 Eclipse: move code for generating links to projects into separate function b6d4de7 Eclipse: add virtual folder for each target
| * | | Eclipse: fix #12417, don't create wrong src pathentriesAlex Neundorf2011-10-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually the Eclipse generator now does not create any CDT_SOURCE pathentries anymore, since I was not able to find out what they are good for, not even by asking on the cdt-dev mailing list. So, at least the warning from eclipse about bad pathentries are gone this way, and I didn't see anything which was not working anymore. Let's see whether we can find out what they are good for. Alex
| * | | Eclipse: detect number of CPUs, set CMAKE_ECLIPSE_MAKE_ARGUMENTS accordiglyAlex Neundorf2011-10-231-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the new module ProcessorCount.cmake now the number of CPUs is detected, and if it is bigger than 1, make -jX is set accordingly. Alex
| * | | Eclipse: add Build and Clean targets to targetsAlex Neundorf2011-10-232-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this commit the virtual folder for the targets now have "Build" and "Clean" targets associated to them, so you can build and clean per-target now in the project explorer. Alex
| * | | Eclipse: move code for generating links to targets into separate functionAlex Neundorf2011-10-232-80/+84
| | | | | | | | | | | | | | | | Alex
| * | | Eclipse: move code for generating links to projects into separate functionAlex Neundorf2011-10-232-27/+39
| | | | | | | | | | | | | | | | Alex
| * | | Eclipse: add virtual folder for each targetAlex Neundorf2011-10-192-8/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each target a virtual folder is created, which contains one virtual folder for each sourcegroup, which contain links to the actual source files (#12294, #12223) Alex
* | | | Merge topic 'AutomocFindQ_OBJECTAlwaysInHeader'David Cole2011-10-256-86/+181
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5e8e9ad automoc: always run moc on the cpp file if there is a foo.moc included ea8ac9f Add copyright notices 56aa6ff automoc:run moc on the header if the source file contains include "foo.moc"
| * | | | automoc: always run moc on the cpp file if there is a foo.moc includedAlex Neundorf2011-10-221-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes automoc behaves as the documentation says. If there is a #include "foo.moc" in the source file, moc will be executed on foo.cpp. Before it was also executed on foo.cpp, but only if foo.cpp contained a Q_OBJECT macro, otherwise moc was executed on foo.h. This was confusing, and this change also shouldn't break anything, since the headers are moc'ed anyway if they contain a Q_OBJECT macro. Alex
| * | | | Add copyright noticesAlex Neundorf2011-10-224-0/+52
| | | | | | | | | | | | | | | | | | | | Alex
| * | | | automoc:run moc on the header if the source file contains include "foo.moc"Alex Neundorf2011-10-226-76/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #12533. Before automoc did not check the header if the source file contained a statement, now it does. Additionally, moc is now only run on explicitely listed headers which contain a Q_OBJECT macro. Alex
* | | | | Merge topic 'fix-12490-shorten-gcov-filenames'David Cole2011-10-253-3/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2f309cb CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)
| * | | | | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490)David Cole2011-10-223-3/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | COVERAGE_EXTRA_FLAGS is a space separated value of extra flags that will be passed to gcov when ctest's coverage handler invokes gcov to do coverage analysis. Map to CoverageExtraFlags in the CTest ini file. Use default value of "-l" to match the coverage handler's earlier behavior from ctest 2.8.4 and earlier. The fix for related issue #11717 had added a " -p" which was the cause of both #12415 and #12490. Here, we revert that change to the default value, so -p is no longer there by default. The people that care to add -p may do so in their own build trees by appending " -p" to the new cache variable COVERAGE_EXTRA_FLAGS.
* | | | | Merge topic 'fix-12522-avoid-xcode-env-spew'David Cole2011-10-251-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 5a94d09 Xcode: Avoid spewing the environment on every script run (#12522)
| * | | | | Xcode: Avoid spewing the environment on every script run (#12522)Johan Bjork2011-10-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the prefered way to get rid of the 'setenv XXX' output, instead of stripping it in the cmakexbuild wrapper.
* | | | | | Merge topic 'fix-vs11-sln-header'David Cole2011-10-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | f0d66ab VS11: Fix comment generated at the top of *.sln files
| * | | | | | VS11: Fix comment generated at the top of *.sln filesDavid Cole2011-10-201-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | With "Visual Studio 2011" the launcher does not recognize the version of the *.sln files. With "Visual Studio 11" it does.
* | | | | | Merge topic 'qt4-deploy-module'David Cole2011-10-253-0/+284
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0618045 Add DeployQt4 module. cf4b529 Add QT_LIBRARIES_PLUGINS variable to UseQt4.
| * | | | | | Add DeployQt4 module.Mike McQuaid2011-10-031-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a module that gives better support to BundleUtilities to handle Qt plugins and deploy Qt applications.
| * | | | | | Add QT_LIBRARIES_PLUGINS variable to UseQt4.Mike McQuaid2011-10-032-0/+10
| | | | | | |
* | | | | | | Merge topic 'cmake-link-interface-libraries'David Cole2011-10-252-1/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d9cbba7 Initialize LINK_INTERFACE_LIBRARIES target property with a variable