Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
34964e9f
"README.md" did not exist on "56ed71785d4268801ebd3b295e7ddbf88dbee443"
Commit
34964e9f
authored
9 years ago
by
Wuttke, Joachim
Committed by
Wuttke, Joachim
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Starting post-2.3.1b; require cmake 2.8.12.
parent
3e919cad
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pub/CHANGELOG
+6
-1
6 additions, 1 deletion
pub/CHANGELOG
pub/CMakeLists.txt
+2
-2
2 additions, 2 deletions
pub/CMakeLists.txt
with
8 additions
and
3 deletions
pub/CHANGELOG
+
6
−
1
View file @
34964e9f
Release 2.3.1c
- Updated dependence:
- now requires cmake 2.8.12 (older version were untested)
Release 2.3.1b of 22sep15
Release 2.3.1b of 22sep15
- Improved functionality:
- Improved functionality:
- error estimates in 'mpa' and 'mpaf'
- error estimates in 'mpa' and 'mpaf'
- delta fit: allow extrapolation of resolution function by zeros
- delta fit: allow extrapolation of resolution function by zeros
- Code cleanup:
- Code cleanup:
- revised Find<Package>.cmake modules
- revised Find<Package>.cmake modules
...
...
This diff is collapsed.
Click to expand it.
pub/CMakeLists.txt
+
2
−
2
View file @
34964e9f
cmake_minimum_required
(
VERSION 2.8.
3
FATAL_ERROR
)
cmake_minimum_required
(
VERSION 2.8.
12
FATAL_ERROR
)
# path for additional cmake modules ---
# path for additional cmake modules ---
set
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake/modules
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_SOURCE_DIR
}
/cmake/modules
)
...
@@ -11,7 +11,7 @@ project(Frida)
...
@@ -11,7 +11,7 @@ project(Frida)
# --- The version number ---
# --- The version number ---
set
(
Frida_VERSION 2.3.1b
)
set
(
Frida_VERSION
post-
2.3.1b
)
# --- General project settings ---
# --- General project settings ---
#option(FRIDA_PYTHON "Build with python support" ON)
#option(FRIDA_PYTHON "Build with python support" ON)
...
...
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