Codebase list cppad / 3f3f8b5
Update upstream source from tag 'upstream/2019.02.00.5' Update to upstream version '2019.02.00.5' with Debian dir 023beef463e390b4a548cf277d6e62b9997c3a01 Barak A. Pearlmutter 4 years ago
5 changed file(s) with 15 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
2424 endif()
2525 #
2626 # cppad_version is used by version.sh to get the version number.
27 SET(cppad_version "20190200.4")
27 SET(cppad_version "20190200.5")
2828 SET(cppad_url "http://www.coin-or.org/CppAD" )
2929 SET(cppad_description "Differentiation of C++ Algorithms" )
3030 #
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for cppad 20190200.3.
2 # Generated by GNU Autoconf 2.69 for cppad 20190200.5.
33 #
44 # Report bugs to <cppad@list.coin-or.org>.
55 #
578578 # Identity of this package.
579579 PACKAGE_NAME='cppad'
580580 PACKAGE_TARNAME='cppad'
581 PACKAGE_VERSION='20190200.3'
582 PACKAGE_STRING='cppad 20190200.3'
581 PACKAGE_VERSION='20190200.5'
582 PACKAGE_STRING='cppad 20190200.5'
583583 PACKAGE_BUGREPORT='cppad@list.coin-or.org'
584584 PACKAGE_URL=''
585585
13561356 # Omit some internal or obsolete options to make the list less imposing.
13571357 # This message is too long to be a string in the A/UX 3.1 sh.
13581358 cat <<_ACEOF
1359 \`configure' configures cppad 20190200.3 to adapt to many kinds of systems.
1359 \`configure' configures cppad 20190200.5 to adapt to many kinds of systems.
13601360
13611361 Usage: $0 [OPTION]... [VAR=VALUE]...
13621362
14261426
14271427 if test -n "$ac_init_help"; then
14281428 case $ac_init_help in
1429 short | recursive ) echo "Configuration of cppad 20190200.3:";;
1429 short | recursive ) echo "Configuration of cppad 20190200.5:";;
14301430 esac
14311431 cat <<\_ACEOF
14321432
15481548 test -n "$ac_init_help" && exit $ac_status
15491549 if $ac_init_version; then
15501550 cat <<\_ACEOF
1551 cppad configure 20190200.3
1551 cppad configure 20190200.5
15521552 generated by GNU Autoconf 2.69
15531553
15541554 Copyright (C) 2012 Free Software Foundation, Inc.
19211921 This file contains any messages produced by compilers while
19221922 running configure, to aid debugging if configure makes a mistake.
19231923
1924 It was created by cppad $as_me 20190200.3, which was
1924 It was created by cppad $as_me 20190200.5, which was
19251925 generated by GNU Autoconf 2.69. Invocation command line was
19261926
19271927 $ $0 $@
28112811
28122812 # Define the identity of the package.
28132813 PACKAGE='cppad'
2814 VERSION='20190200.3'
2814 VERSION='20190200.5'
28152815
28162816
28172817 cat >>confdefs.h <<_ACEOF
76587658 # report actual input values of CONFIG_FILES etc. instead of their
76597659 # values after options handling.
76607660 ac_log="
7661 This file was extended by cppad $as_me 20190200.3, which was
7661 This file was extended by cppad $as_me 20190200.5, which was
76627662 generated by GNU Autoconf 2.69. Invocation command line was
76637663
76647664 CONFIG_FILES = $CONFIG_FILES
77157715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
77167716 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
77177717 ac_cs_version="\\
7718 cppad config.status 20190200.3
7718 cppad config.status 20190200.5
77197719 configured by $0, generated by GNU Autoconf 2.69,
77207720 with options \\"\$ac_cs_config\\"
77217721
1010 # -----------------------------------------------------------------------------
1111 dnl Process this file with autoconf to produce a configure script.
1212 dnl package version bug-report
13 AC_INIT([cppad], [20190200.4], [cppad@list.coin-or.org])
13 AC_INIT([cppad], [20190200.5], [cppad@list.coin-or.org])
1414 AM_SILENT_RULES([no])
1515
1616 dnl By defalut disable maintainer mode when running configure;
6161
6262 $comment bin/version assumes that : follows cppad version number here$$
6363 $section
64 cppad-20190200.4: A C++ Algorithmic Differentiation Package$$
64 cppad-20190200.5: A C++ Algorithmic Differentiation Package$$
6565
6666 $comment =================================================================== $$
6767 $align middle$$
00 # ifndef CPPAD_LOCAL_PLAY_PLAYER_HPP
11 # define CPPAD_LOCAL_PLAY_PLAYER_HPP
22 /* --------------------------------------------------------------------------
3 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-18 Bradley M. Bell
3 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-19 Bradley M. Bell
44
55 CppAD is distributed under the terms of the
66 Eclipse Public License Version 2.0.
295295 case InvOp:
296296 case LdpOp:
297297 case LeppOp:
298 case LtppOp:
298299 case NeppOp:
299300 case ParOp:
300301 case AFunOp:
342343 case EqpvOp:
343344 case LdvOp:
344345 case LepvOp:
345 case LtppOp:
346346 case LtpvOp:
347347 case MulpvOp:
348348 case NepvOp: