Prev Next whats_new

Changes And Additions To f2cad

Introduction
This section contains a list of changes to f2cad in reverse order by date. Its purpose is to assist you in learning about changes between various versions.

10-04-28
  1. Added the routines dbskes and dbesks .
  2. Bring install instructions up to date.


10-04-27
  1. Added the routine d9knus .
  2. Added instructions for converting Fortran to lower case to add2lib.sh .
  3. Improved sed script that converts from C to C++ so that it handles more cases.
  4. Fix undefined external MAIN_ on Fedora where using yum installed version of f2c (related to dynamic link -lf2c).


10-04-26
  1. Update install for move to CoinBazaar.
  2. Change the configure flag CPP_ERROR_WARN to CXX_FLAG.


10-04-25
  1. Change the test return type to
     
    	typedef enum { test_none, test_pass, test_fail } test_return;
    
    This enables the driver program to inform the user when there is no test for a routine (which is how add2lib.sh initializes each example / test).
  2. Added the i1mach utility.
  3. Added the dint , d9lgmc , and dgamma library functions.


10-04-24
Alphabetize the library section. Put a direct link to the Fortran source code directly after the prototype for each subsection of library (the Fortran source has the documentation).

10-04-04
  1. Move f2cad source code to https://projects.coin-or.org/CoinBazaar/browser
  2. Fix an upper/lower case bug that did not show up under cygwin (which is case insensitive on file names).
  3. Remove some unused files.


10-04-03
  1. Moved example/*.h to example/*.cpp .
  2. Separated the example build for each packages into its own directory. For example, moved example/RunAdolc to example/adolc/adolc, example/RunCppAD to example/cppad/cppad, and example/RunFadbad to example/fadbad/fadbad.
  3. Change C++ include file names from *.h to *.hpp .
  4. Fix mistake in function all return value prototypes (stored in f2cad/*.omh ).
  5. Make fortran/mysub.f a working example for using add2lib.sh .


10-04-02
Added the routine dcsevl .

10-03-31
  1. Convert Blas routine names to the standard for double precision; e.g., saxpy was changes to daxpy .
  2. Added the routines d1mach and dgamlm .


10-03-29
  1. Modifications to bring up to date so worked with current versions of all the tools used.
  2. Fix a bug in start_adolc.cpp (accessing memory after it had been freed).
  3. Include original Fortran and add links in examples to: idamax.f , daxpy.f , ddot.f , dgefa.f , dgesl.f , dscal.f .
  4. Add the routines xerror and xerror2cpp to the library.
  5. Add the cmlib routine initds .


09-03-01
The location of f2c on the web changed and its instructions no longer worked. An f2c_install.sh script was written which automates most of the install process (and works with the new location of f2c on the web).

Upgrade to new versions of Adolc , and Fadbad .

05-08-27
The add2lib.sh example fortran/mysub.f has been added. This shows to add multiple fortran functions and subroutines in one file. The advantage (or disadvantage) of this is that you only have to test one of the routines in the file.

05-08-25
A script file that makes it easier to add new fortran routines to the libraries add2lib.sh was added.

05-04-09
The first version of f2cad was uploaded to
     
http://www.seanet.com/~bradbell/f2cad.unix.tar.gz .

05-04-10
Use the vector  f for the function value in the example and test of daxpy , ddot , and dscal .
Input File: omh/whats_new.omh