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
Pierluigi Taddei
CMake
Commits
0b3781e4
Commit
0b3781e4
authored
11 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
CMake 2.8.12.2
parent
80e40485
No related branches found
Branches containing commit
Tags
v2.8.12.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.manual
+17
-0
17 additions, 0 deletions
ChangeLog.manual
Source/CMakeVersion.cmake
+1
-1
1 addition, 1 deletion
Source/CMakeVersion.cmake
with
18 additions
and
1 deletion
ChangeLog.manual
+
17
−
0
View file @
0b3781e4
Changes in CMake 2.8.12.2 (since 2.8.12.1)
------------------------------------------
Brad King (4):
VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)
Replace <OBJECT_DIR> rule placeholder consistently (#14667)
VS: Convert include path to backslashes for VS >= 10
Revert "Ninja: Track configured files so we can regenerate them."
Rolf Eike Beer (1):
FindOpenMP: fix detecting compilers that do not need any special flag (#14567)
Ruslan Baratov (1):
Xcode: Fix storyboard view
Ted Kremenek (1):
CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
Changes in CMake 2.8.12.1 (since 2.8.12)
----------------------------------------
Brad King (9):
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
1
−
1
View file @
0b3781e4
...
...
@@ -2,5 +2,5 @@
set
(
CMake_VERSION_MAJOR 2
)
set
(
CMake_VERSION_MINOR 8
)
set
(
CMake_VERSION_PATCH 12
)
set
(
CMake_VERSION_TWEAK
1
)
set
(
CMake_VERSION_TWEAK
2
)
#set(CMake_VERSION_RC 0)
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