Skip to content

Commit 2928825

Browse files
committed
Update release notes
1 parent 1939929 commit 2928825

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CMakeLists.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# --------------------------------------------------------------------------
22
# CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
3+
# Copyright (C) 2018 Joao Leal
34
# Copyright (C) 2012 Ciengis
45
#
56
# CppADCodeGen is distributed under multiple licenses:
@@ -107,13 +108,13 @@ IF(UNIX)
107108
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Default install path prefix")
108109
ENDIF()
109110

110-
SET(install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX}/include/cppad")
111+
SET(install_cppadcg_include_location "${CMAKE_INSTALL_PREFIX}/include/cppad")
111112
SET(install_cppadcg_include_pkg_location "${CMAKE_INSTALL_PREFIX}/include")
112-
SET(install_cppad_include_location "${CMAKE_INSTALL_PREFIX}/include/cppad")
113+
SET(install_cppad_include_location "${CMAKE_INSTALL_PREFIX}/include/cppad")
113114
SET(install_cppad_include_pkg_location "${CMAKE_INSTALL_PREFIX}/include")
114-
SET(install_library_pkg_location "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
115-
SET(install_doc_location "${CMAKE_INSTALL_PREFIX}/share/doc/cppadcg")
116-
SET(install_python_location "${CMAKE_INSTALL_PREFIX}/share/cppadcg/python")
115+
SET(install_library_pkg_location "${CMAKE_INSTALL_PREFIX}/share/pkgconfig")
116+
SET(install_doc_location "${CMAKE_INSTALL_PREFIX}/share/doc/cppadcg")
117+
SET(install_python_location "${CMAKE_INSTALL_PREFIX}/share/cppadcg/python")
117118

118119
# ----------------------------------------------------------------------------
119120
# Define some optional compiler flags

COPYING

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
2+
Copyright (C) 2018 Joao Leal
23
Copyright (C) 2012 Ciengis
34

45
CppADCodeGen is distributed under multiple licenses:

debian/changelog

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
cppadcodegen (2.3.0-1) unstable; urgency=low
22

3-
* added support for Clang/LLVM 5.0
4-
* use unique_ptr internally in additional locations
3+
* add support for Clang/LLVM 5.0 and 6.0
4+
* add support for Apple
5+
* source-code modernization
56
* pretty printers for GDB
67

7-
-- Joao Leal <development@ciengis.com> Wed, 24 Jan 2018 13:00:00 +0000
8+
-- Joao Leal <joaoruileal@gmail.com> Sat, 27 Oct 2018 18:00:00 +0000
89

910
cppadcodegen (2.2.0-1) unstable; urgency=low
1011

0 commit comments

Comments
 (0)