Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,686
Issues
2,686
List
Boards
Labels
Milestones
Merge Requests
24
Merge Requests
24
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
5b3987bc
Commit
5b3987bc
authored
Jun 15, 2010
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake 2.8.2-rc2
parent
23a8f31e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
ChangeLog.manual
ChangeLog.manual
+34
-0
No files found.
CMakeLists.txt
View file @
5b3987bc
...
...
@@ -341,7 +341,7 @@ SET(CMake_VERSION_MAJOR 2)
SET
(
CMake_VERSION_MINOR 8
)
SET
(
CMake_VERSION_PATCH 2
)
SET
(
CMake_VERSION_TWEAK 0
)
SET
(
CMake_VERSION_RC
1
)
SET
(
CMake_VERSION_RC
2
)
# Releases define a tweak level.
IF
(
DEFINED CMake_VERSION_TWEAK
)
...
...
ChangeLog.manual
View file @
5b3987bc
Changes in CMake 2.8.2-rc2 (since 2.8.2-rc1)
--------------------------------------------
Bill Hoffman (1):
Make sure libarchive uses cmzlib and not the system libz if found.
Brad King (12):
Use forward slashes for objects in response files
Use platform variable for response file flag
Use response file for objects on MinGW and MSYS
Generalize CTest.Update* test dashboard script helpers
ctest_update: Support custom Git update command
ctest_update: Support Git upstream branch rewrites
Fix CMake data and doc paths in Cygwin package
Document scope of source file properties
Run CTest.NoNewline test using built CMake
Tru64: Place cmOStringStream vtable uniquely (#10541)
Enable BootstrapTest on MSYS
Tru64: Use full-path include directives in Makefiles (#10569)
Christoph Watzl (1):
Fix nested source groups with VS 10 (#9863)
Clinton Stimpson (2):
Support pthreads on irix.
Remove macro for querying qmake for qmake variables.
David Cole (2):
Fix issue #10346. Error if SOURCE_DIR is empty.
Remove CTestTest3.
Zach Mullen (1):
Extra coverage glob should subtract the explicitly defined excluded files
Changes in CMake 2.8.2-rc1 (since 2.8.1):
- Build on Tru64 (#10542)
- Build on mingw-w64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment