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
ab4005ed
Commit
ab4005ed
authored
8 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
This is release 2.3.6a
parent
c08adf12
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
+2
-2
2 additions, 2 deletions
pub/CHANGELOG
pub/CMakeLists.txt
+1
-1
1 addition, 1 deletion
pub/CMakeLists.txt
with
3 additions
and
3 deletions
pub/CHANGELOG
+
2
−
2
View file @
ab4005ed
Release 2.3.6a of :
Release 2.3.6a of
13mar17
:
- Bug fixes:
- Bug fixes:
- Restored ability to load files from outside the current working directory
- Restored ability to load files from outside the current working directory
...
@@ -9,7 +9,7 @@ Release 2.3.6a of :
...
@@ -9,7 +9,7 @@ Release 2.3.6a of :
- New integral operations firstwith, lastwith
- New integral operations firstwith, lastwith
- Improved functionality:
- Improved functionality:
- In binning (mpa, msa), computation of sampling error is now optional
- In binning (mpa, msa), computation of sampling error is now optional
- Commands gp, gf, gp!, gf!, gfa to create
,
overwrite
, or
append
to
graphic file
- Commands gp, gf, gp!, gf!, gfa to create
/
overwrite
/
append graphic file
- Integral operations now return integers when appropriate
- Integral operations now return integers when appropriate
- Cleaner implementation of refined curve plotting
- Cleaner implementation of refined curve plotting
- Code cleanup:
- Code cleanup:
...
...
This diff is collapsed.
Click to expand it.
pub/CMakeLists.txt
+
1
−
1
View file @
ab4005ed
...
@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
...
@@ -8,7 +8,7 @@ set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
project
(
Frida
)
project
(
Frida
)
set
(
Frida_VERSION
post-
2.3.
5
a
)
set
(
Frida_VERSION 2.3.
6
a
)
include
(
CTest
)
# equivalent to "enable_testing() ???
include
(
CTest
)
# equivalent to "enable_testing() ???
add_custom_target
(
check COMMAND
${
CMAKE_CTEST_COMMAND
}
)
# => 'make check' is an alias for 'ctest'
add_custom_target
(
check COMMAND
${
CMAKE_CTEST_COMMAND
}
)
# => 'make check' is an alias for 'ctest'
...
...
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