Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Pedro
CMake
Commits
3c7354c1
Commit
3c7354c1
authored
15 years ago
by
Bill Hoffman
Browse files
Options
Downloads
Patches
Plain Diff
Add change log and fix UMR in ctest from head.
parent
2ba9c61f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.manual
+45
-0
45 additions, 0 deletions
ChangeLog.manual
Source/CTest/cmCTestMultiProcessHandler.cxx
+1
-0
1 addition, 0 deletions
Source/CTest/cmCTestMultiProcessHandler.cxx
with
46 additions
and
0 deletions
ChangeLog.manual
0 → 100644
+
45
−
0
View file @
3c7354c1
Changes in CMake 2.8.0 RC 1
- Qt based GUI cmake-gui is now the default GUI, MFC CMakeSetup is no
longer included in CMake. ccmake is still supported.
- cmake-gui supports multi-state values options.
- CMake now has cmake --build command that can build any CMake generated
project from the command line.
- Visual Studio 2010 beta support has been added.
- KDevelop generator now has color output for builds.
- CTest supports running tests in parallel with a -j N option.
- A new CTest CTEST_USE_LAUNCHERS option can be used to get better
dashboard error reports with make based tools.
- CTest has support for sub-projects and labels which can interact
with CDash.
- CTest now supports Git, Mercurial, and Bazaar.
- It is now possible to use DESTDIR in CPack for any CMake based projects
giving more flexibility on the final path names.
- The CPack Deb generator now computes the arch instead of hard coding it.
- Fortran/C mixed language projects made much easier. CMake now
automatically can compute the run time libraries for a compiler. In
addition, a new FortranCInterface module can determine the correct
name mangling needed to mix C and Fortran.
- Intel compiler support added to OSX, and support for embedded
manifests in the windows intel compiler was added.
- Depend scanning is now much faster with makefiles.
- Many FindQt4 improvements to stay working with current Qt releases
- FindMPI has improvements for windows.
- FindBoost has been updated to work with the most recent boost releases.
- New External Project Module. The 'ExternalProject_Add' function
creates a custom target to drive download, update/patch, configure,
build, install and test steps of an external project.
- xmlrpc dependancy has been removed
- CMAKE_OSX_DEPLOYMENT_TARGET cache variable has been created to set the
deployment OS for a build on OSX.
- Several new policies were added:
CMP0012
The if() command can recognize named boolean constants.
CMP0013
Duplicate binary directories are not allowed.
CMP0014
Input directories must have CMakeLists.txt.
CMP0015
The set() CACHE mode and option() command make the cache value
visible.
- Lots of bug fixes.
This diff is collapsed.
Click to expand it.
Source/CTest/cmCTestMultiProcessHandler.cxx
+
1
−
0
View file @
3c7354c1
...
...
@@ -336,6 +336,7 @@ void cmCTestMultiProcessHandler::MarkFinished()
//For ShowOnly mode
void
cmCTestMultiProcessHandler
::
PrintTestList
()
{
this
->
TestHandler
->
SetMaxIndex
(
this
->
FindMaxIndex
());
int
count
=
0
;
for
(
PropertiesMap
::
iterator
it
=
this
->
Properties
.
begin
();
it
!=
this
->
Properties
.
end
();
it
++
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment