File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ ### Changed
8
+
9
+ ### Deprecated
10
+
11
+ ### Removed
12
+
13
+ ### Fixed
14
+
15
+ ### Security
16
+
17
+ ## [ Version 1.1.7] - 2016-12-01
18
+
19
+ ### Added
20
+
7
21
- A pre-commit hook in ` .githooks/pre-commit-clang-format ` checking that the
8
22
format of C++ header and source files conforms to the project style. The hook
9
23
uses ` clang-format ` and the style mandated by the ` .clang-format ` file to
61
75
- ** BREAKING CHANGE** The ouput flushing function must be passed explicitly as
62
76
a function pointer to the ` pcmsolver_new ` function during library
63
77
initialization.
64
- The function pointer has the signature `typedef void (* HostWriter)(const char
65
- * message)` thus accepting a single argument instead of the previous two.
78
+ The function pointer has the signature
79
+ ` typedef void (*HostWriter)(const char * message) `
80
+ thus accepting a single argument instead of the previous two.
66
81
67
82
### Deprecated
68
83
237
252
238
253
## v1.0.0 - 2014-09-30 [ YANKED]
239
254
240
- [ Unreleased ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...HEAD
255
+ [ Unreleased ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.7...HEAD
256
+ [ Version 1.1.7 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.6...v1.1.7
257
+ [ Version 1.1.6 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.5...v1.1.6
241
258
[ Version 1.1.5 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.4...v1.1.5
242
259
[ Version 1.1.4 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.3...v1.1.4
243
260
[ Version 1.1.3 ] : https://github.com/PCMSolver/pcmsolver/compare/v1.1.2...v1.1.3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ An API for the Polarizable Continuum Model.
15
15
- [ Documentation] ( http://pcmsolver.readthedocs.io )
16
16
- [ Build and test history] ( https://travis-ci.org/PCMSolver/pcmsolver/builds )
17
17
- [ Nightly build dashboard] ( https://testboard.org/cdash/index.php?project=PCMSolver )
18
- - Version 1.1.6 available
18
+ - Version 1.1.7 available
19
19
- Licensed under [ LGPLv3] ( LICENSE )
20
20
- CMake infrastructure managed * via* [ Autocmake] ( http://autocmake.readthedocs.io/ )
21
21
Original file line number Diff line number Diff line change 1
1
@misc {PCMSolver ,
2
- note = { \texttt{PCMSolver}, v1.1.5 an Application Programming Interface for the
2
+ note = { \texttt{PCMSolver}, v1.1.7 an Application Programming Interface for the
3
3
Polarizable Continuum Model electrostatic problem, written by R.~Di~Remigio, L.~Frediani and K.~Mozgawa
4
4
with contributions from R.~Bast, J.~Juselius and V.~Weijo
5
5
(see http://pcmsolver.readthedocs.io/)"
You can’t perform that action at this time.
0 commit comments