-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master: update to new xrst using --replace_spell_commands.
git_commit.sh: make more like xrst version of git_commit.sh.
- Loading branch information
Showing
21 changed files
with
23 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#! /usr/bin/env bash | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
# SPDX-FileContributor: 2003-23 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
set -e -u | ||
# # ---------------------------------------------------------------------------- | ||
# {xrst_begin configure app} | ||
|
@@ -22,7 +22,6 @@ set -e -u | |
# nmake | ||
# stdvector | ||
# sys | ||
# testvector | ||
# ublas | ||
# usr | ||
# } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_CORE_CHKPOINT_ONE_CHKPOINT_ONE_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2003-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/sparse/list_setvec.hpp> | ||
# include <cppad/local/sparse/pack_setvec.hpp> | ||
|
@@ -17,7 +17,6 @@ First generation checkpoint functions. | |
{xrst_begin chkpoint_one app} | ||
{xrst_spell | ||
algo | ||
inuse | ||
sv | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
# SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
# SPDX-FileContributor: 2003-23 Bradley M. Bell | ||
# SPDX-FileContributor: 2003-24 Bradley M. Bell | ||
# ---------------------------------------------------------------------------- | ||
|
||
{xrst_begin fun_property} | ||
{xrst_spell | ||
inuse | ||
} | ||
|
||
ADFun Function Properties | ||
######################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_BINARY_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
# include <cppad/local/val_graph/print_op.hpp> | ||
|
@@ -167,9 +167,6 @@ class binary_op_t : public base_op_t<Value> { | |
/* | ||
------------------------------------------------------------------------------ | ||
{xrst_begin val_binary_op_derived dev} | ||
{xrst_spell | ||
xam | ||
} | ||
The Binary Value Operator Derived Classes | ||
######################################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_CALL_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cstdio> | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
|
@@ -17,9 +17,6 @@ | |
namespace CppAD { namespace local { namespace val_graph { | ||
/* | ||
{xrst_begin val_call_op dev} | ||
{xrst_spell | ||
xam | ||
} | ||
The Call Value Operator | ||
####################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_CEXP_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
|
||
|
@@ -14,7 +14,6 @@ namespace CppAD { namespace local { namespace val_graph { | |
{xrst_begin val_cexp_op dev} | ||
{xrst_spell | ||
com | ||
xam | ||
} | ||
The Conditional Expression Value Operator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_COMP_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
# include <cppad/local/val_graph/print_op.hpp> | ||
|
@@ -15,7 +15,6 @@ namespace CppAD { namespace local { namespace val_graph { | |
{xrst_begin val_comp_op dev} | ||
{xrst_spell | ||
com | ||
xam | ||
} | ||
The Compare Value Operator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_CON_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
|
||
|
@@ -12,9 +12,6 @@ | |
namespace CppAD { namespace local { namespace val_graph { | ||
/* | ||
{xrst_begin val_con_op dev} | ||
{xrst_spell | ||
xam | ||
} | ||
The Constant Value Operator | ||
########################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_CSUM_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cstdio> | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
|
@@ -17,9 +17,6 @@ | |
namespace CppAD { namespace local { namespace val_graph { | ||
/* | ||
{xrst_begin val_csum_op dev} | ||
{xrst_spell | ||
xam | ||
} | ||
The Cumulative Summation Value Operator | ||
####################################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_DEAD_CODE_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// --------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/tape.hpp> | ||
# include <cppad/local/val_graph/rev_depend.hpp> | ||
|
@@ -12,7 +12,6 @@ namespace CppAD { namespace local { namespace val_graph { | |
{xrst_spell | ||
comp | ||
dep | ||
xam | ||
} | ||
Dead Code Elimination | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_DIS_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
# include <cppad/local/val_graph/print_op.hpp> | ||
|
@@ -14,9 +14,6 @@ | |
namespace CppAD { namespace local { namespace val_graph { | ||
/* | ||
{xrst_begin val_dis_op dev} | ||
{xrst_spell | ||
xam | ||
} | ||
The Discrete Value Operator | ||
########################### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,12 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_FOLD_CON_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
/* | ||
------------------------------------------------------------------------------- | ||
{xrst_begin val_tape_fold_con dev} | ||
{xrst_spell | ||
dep | ||
xam | ||
} | ||
Constant Folding | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_PRI_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
|
||
|
@@ -14,7 +14,6 @@ namespace CppAD { namespace local { namespace val_graph { | |
{xrst_begin val_pri_op dev} | ||
{xrst_spell | ||
str | ||
xam | ||
} | ||
The Print Value Operator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_RENUMBER_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// --------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/op_hash_table.hpp> | ||
|
||
|
@@ -11,7 +11,6 @@ | |
{xrst_begin val_tape_renumber dev} | ||
{xrst_spell | ||
dep | ||
xam | ||
} | ||
Value Re-Numbering | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# define CPPAD_LOCAL_VAL_GRAPH_VECTOR_OP_HPP | ||
// SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
// SPDX-FileCopyrightText: Bradley M. Bell <[email protected]> | ||
// SPDX-FileContributor: 2023-23 Bradley M. Bell | ||
// SPDX-FileContributor: 2023-24 Bradley M. Bell | ||
// ---------------------------------------------------------------------------- | ||
# include <cppad/local/val_graph/base_op.hpp> | ||
# include <cppad/local/val_graph/print_op.hpp> | ||
|
@@ -15,7 +15,6 @@ namespace CppAD { namespace local { namespace val_graph { | |
{xrst_begin_parent val_vector_op dev} | ||
{xrst_spell | ||
com | ||
xam | ||
} | ||
The Dynamic Vector Value Operators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters