aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-29Added handling of callbacks in a Fortran-esque mannerJeffrey Armstrong
2020-10-29Added projects for building and using DLLs for ClpJeffrey Armstrong
2020-10-27Implemented status enums. Implemented additional Fortran wrappers for ↵Jeffrey Armstrong
getElements and any procedures returning int arrays.
2020-10-27Implemented more Fortran wrappers for functions that should return arrays as ↵Jeffrey Armstrong
pointers.
2020-10-27Fixed interface functions that return C arrays to return Fortran pointers to ↵Jeffrey Armstrong
arrays
2020-10-26Implemented Fortran interfaces for row and column name subroutinesJeffrey Armstrong
2020-10-26Implemented Clp_copyNames in Fortran since it was dealing with two arrays of ↵Jeffrey Armstrong
strings.
2020-10-16Additional string and array routines updatedJeffrey Armstrong
2020-10-15Added utilty module for converting to/from C strings. Added some procedures ↵Jeffrey Armstrong
to interface with C routines that accept/return strings.
2020-10-15Added build instructions for the base COIN libraries.Jeffrey Armstrong
2020-10-13Added Simply Fortran projects. Added makefile for building Clp on MinGW64.Jeffrey Armstrong
2020-10-08Initial commit of original codeJeff Armstrong