Commit Graph

20 Commits

Author SHA1 Message Date
Michael Tryby 0e30d57d4e Update errormanager
Make error_handle_t "private".  Update headers.
2019-04-02 17:01:35 -04:00
Michael Tryby ea5d2894b1 Bumping version, updating headers 2019-04-02 16:51:55 -04:00
Michael Tryby 907760540e Reorganizing public functions 2019-04-02 15:34:21 -04:00
Michael Tryby ecf0e5173c revert 1a01b46 to 1b167b5 2019-04-02 15:27:05 -04:00
Michael Tryby 44fc73cf41 Fixing bug 2019-04-02 14:37:32 -04:00
Michael Tryby 3828ebb1cd updating cstr_helper to use secure string functions 2019-04-02 13:48:38 -04:00
Michael Tryby a89f3c9005 Making sure filename is null terminated string
Added file_handle validation
2019-04-02 12:31:05 -04:00
Michael Tryby c98d13de80 Updated filemanager to use dynamically allocated strings
converted filename to dynamically allocated string
created cstr_helper
2019-04-02 11:05:56 -04:00
Michael Tryby 2c6d4ca74d Work in progress
Added test for temp files, getter for filename, and wrappers for fwrite, fprintf, and fgets
2019-04-01 18:05:02 -04:00
Michael Tryby b9f00421dd Adding header info 2019-04-01 15:16:58 -04:00
Michael Tryby 23ac179ec1 Implementing filemanager
Implementing and testing filemanager and upgrading epanet_output library to use it.
2019-04-01 15:03:02 -04:00
Michael Tryby 69da9a4997 Work in progress 2019-03-29 17:04:55 -04:00
Michael Tryby d1df792c77 Adding remove_file() 2019-03-28 17:39:05 -04:00
Michael Tryby 727ede3aba Initial commit
filemanager
2019-03-28 17:28:02 -04:00
Michael Tryby 1b167b5caf Cleaning up include statements
Removing inclusion of malloc.h. Adding crtdbg.h
2019-03-28 09:26:26 -04:00
Michael Tryby ccbb422259 Reorganizing src and test folders
Moving epanet_output library from tools to src folder. Setting up parallel folder hierarchy in tests folder.
2019-03-20 17:58:24 -04:00
Michael Tryby 7eadbc25ce Adding unit test and refactoring
Added unit test for errormanager and refactored to simplify use of error_check() method.
2019-03-20 15:43:27 -04:00
Michael Tryby b63f232884 Initial commit interface for python wrap 2018-11-30 15:49:28 -05:00
Michael Tryby 440230ef6d Rolling back errormanager 2018-11-19 16:33:30 -05:00
Michael Tryby 4723336726 Adding errormanager to toolkit api 2018-07-13 11:47:47 -04:00