Scott R Charlton
|
9674406e59
|
windows log functions passed (w/ phreeqcpp -r 5966) except for (PHRQ_io.h -r 5990)
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5991 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2012-01-05 23:07:20 +00:00 |
|
Scott R Charlton
|
b7b845adfd
|
working on Dump/Output routines
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5951 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-28 22:58:01 +00:00 |
|
Scott R Charlton
|
7bbabd61e2
|
object output functions done
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5950 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-28 00:32:50 +00:00 |
|
Scott R Charlton
|
e48bd89121
|
TestSetOutputFileName works on win32
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5916 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-20 06:36:17 +00:00 |
|
Scott R Charlton
|
ef4455591a
|
dump file changes
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5913 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-20 04:26:38 +00:00 |
|
Scott R Charlton
|
a189246292
|
all passing on windows
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5886 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-12 23:44:55 +00:00 |
|
Scott R Charlton
|
a1af034961
|
passes all uncommented tests on windows
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5882 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-12 21:49:39 +00:00 |
|
Scott R Charlton
|
fccdaa79de
|
replaced dump_file with dump_ostream
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5867 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-06 07:30:12 +00:00 |
|
Scott R Charlton
|
dd713ed065
|
added get_error_count
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5866 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-06 06:00:57 +00:00 |
|
Scott R Charlton
|
a749742d19
|
IPhreeqc passes all unit tests on VS2005
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@5841 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-12-01 06:33:54 +00:00 |
|
Scott R Charlton
|
887c4d6eae
|
updated for output_file rename
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5222 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2011-03-22 23:26:17 +00:00 |
|
Scott R Charlton
|
656d81aed9
|
Fixed small memory leak and updated unit tests for DumpString
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5003 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-12-28 22:30:25 +00:00 |
|
Scott R Charlton
|
1874da5f1d
|
ListComponents is now cached
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4464 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-25 00:47:02 +00:00 |
|
Scott R Charlton
|
cf6d8d2eaf
|
added open_output_files method
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4429 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-20 01:30:47 +00:00 |
|
Scott R Charlton
|
c30ed6369a
|
resorted renamed methods
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4413 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-18 04:35:20 +00:00 |
|
Scott R Charlton
|
67f49a29c0
|
# IPQ_DLL_EXPORT int GetDumpOn(int id);
# IPQ_DLL_EXPORT int GetDumpFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetDumpOn(int id, int dump_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetDumpFileOn(int id, int dump_on);
s/etDumpOn/etDumpFileOn/g
s/etdumpon/etdumpfileon/g
s/ETDUMPON/ETDUMPFILEON/g
# IPQ_DLL_EXPORT int GetErrorOn(int id);
# IPQ_DLL_EXPORT int GetErrorFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetErrorOn(int id, int error_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetErrorFileOn(int id, int error_on);
s/etErrorOn/etErrorFileOn/g
s/eterroron/eterrorfileon/g
s/ETERRORON/ETERRORFILEON/g
# IPQ_DLL_EXPORT int GetLogOn(int id);
# IPQ_DLL_EXPORT int GetLogFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetLogOn(int id, int log_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetLogFileOn(int id, int log_on);
s/etLogOn/etLogFileOn/g
s/etlogon/etlogfileon/g
s/ETLOGON/ETLOGFILEON/g
# IPQ_DLL_EXPORT int GetOutputOn(int id);
# IPQ_DLL_EXPORT int GetOutputFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetOutputOn(int id, int output_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetOutputFileOn(int id, int output_on);
s/etOutputOn/etOutputFileOn/g
s/etoutputon/etoutputfileon/g
s/ETOUTPUTON/ETOUTPUTFILEON/g
# IPQ_DLL_EXPORT int GetSelectedOutputOn(int id);
# IPQ_DLL_EXPORT int GetSelectedOutputFileOn(int id);
# IPQ_DLL_EXPORT IPQ_RESULT SetSelectedOutputOn(int id, int sel_on);
# IPQ_DLL_EXPORT IPQ_RESULT SetSelectedOutputFileOn(int id, int sel_on);
s/etSelectedOutputOn/etSelectedOutputFileOn/g
s/etselectedoutputon/etselectedoutputfileon/g
s/ETSELECTEDOUTPUTON/ETSELECTEDOUTPUTFILEON/g
# IPQ_DLL_EXPORT const char* GetDumpLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetDumpStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetDumpLineCount(int id);
# IPQ_DLL_EXPORT int GetDumpStringLineCount(int id);
s/GetDumpLine/GetDumpStringLine/g
s/getdumpline/getdumpstringline/g
s/GETDUMPLINE/GETDUMPSTRINGLINE/g
# IPQ_DLL_EXPORT const char* GetErrorLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetErrorStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetErrorLineCount(int id);
# IPQ_DLL_EXPORT int GetErrorStringLineCount(int id);
s/GetErrorLine/GetErrorStringLine/g
s/geterrorline/geterrorstringline/g
s/GETERRORLINE/GETERRORSTRINGLINE/g
# IPQ_DLL_EXPORT const char* GetWarningLine(int id, int n);
# IPQ_DLL_EXPORT const char* GetWarningStringLine(int id, int n);
# IPQ_DLL_EXPORT int GetWarningLineCount(int id);
# IPQ_DLL_EXPORT int GetWarningStringLineCount(int id);
s/GetWarningLine/GetWarningStringLine/g
s/getwarningline/getwarningstringline/g
s/GETWARNINGLINE/GETWARNINGSTRINGLINE/g
# IPQ_DLL_EXPORT void OutputError(int id);
# IPQ_DLL_EXPORT void OutputErrorString(int id);
s/OutputError/OutputErrorString/g
s/outputerror/outputerrorstring/g
s/OUTPUTERROR/OUTPUTERRORSTRING/g
# IPQ_DLL_EXPORT void OutputLines(int id);
# IPQ_DLL_EXPORT void OutputAccumulatedLines(int id);
s/OutputLines/OutputAccumulatedLines/g
s/outputlines/outputaccumulatedlines/g
s/OUTPUTLINES/OUTPUTACCUMULATEDLINES/g
# IPQ_DLL_EXPORT void OutputWarning(int id);
# IPQ_DLL_EXPORT void OutputWarningString(int id);
s/OutputWarning/OutputWarningString/g
s/outputwarning/outputwarningstring/g
s/OUTPUTWARNING/OUTPUTWARNINGSTRING/g
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4411 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-18 01:59:33 +00:00 |
|
Scott R Charlton
|
2f1b9f0d90
|
Added some additional error handling for GetDumpString;
Changed return value for UnLoadDatabase.
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4345 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-06 01:31:08 +00:00 |
|
Scott R Charlton
|
0fc11d724b
|
Renamed GetLastErrorString to GetErrorString
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4339 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-05-04 23:36:21 +00:00 |
|
Scott R Charlton
|
b522a268b2
|
changed svn:eol-style to native for many files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4276 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-21 05:29:27 +00:00 |
|
Scott R Charlton
|
b90695455a
|
working on autotools
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4273 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-21 04:49:32 +00:00 |
|
Scott R Charlton
|
95e46c1659
|
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4227 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-08 00:26:48 +00:00 |
|
Scott R Charlton
|
7499d8f14d
|
removed module_files.h module_files.cpp module_output.cpp FInterface.for
renamed IPhreeqc2 to IPhreeqc
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4226 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-07 22:59:00 +00:00 |
|
Scott R Charlton
|
7728a79b35
|
renamed IPhreeqc2.h to IPhreeqc.hpp
renamed IPhreeqc2.cpp to IPhreeqc.cpp
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4225 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-07 22:13:33 +00:00 |
|
Scott R Charlton
|
0a15d767a5
|
Remove from unit:
TestInterface.cpp
TestInterface.h
IPhreeqc.hpp
IPhreeqc.h
IPhreeqc.cpp
module_output.cpp
module_files.cpp
fwrap.cpp
fwrap2.cpp
fwrap3.cpp
IPhreeqc.cpp
CVar.hxx
ErrorReporter.hxx
OutputFiles.hxx
Phreeqc.hxx
PhreeqcParser.hxx
SelectedOutput.hxx
Var.h
Remove from IPhreeqc
IPhreeqc.cpp
IPhreeqc.h
IPhreeqc.hpp
module_output.cpp
module_files.cpp
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4213 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-06 20:56:38 +00:00 |
|
Scott R Charlton
|
803eda0a67
|
passes all tests on win32; before changing to multiple instances
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4201 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-04-02 00:14:16 +00:00 |
|
Scott R Charlton
|
91ccdfab2f
|
Working on Create and Destroy methods
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4187 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-23 22:29:50 +00:00 |
|
Scott R Charlton
|
09aa7f357e
|
renamed Run to RunAccumulated; fixed RunString for fortran wrappers fwrap2 and fwrap3
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4186 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-23 22:25:37 +00:00 |
|
Scott R Charlton
|
5249f4be2a
|
Reduced risk during low memory conditions of error message handling
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4185 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-23 21:20:51 +00:00 |
|
Scott R Charlton
|
14e1791753
|
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4184 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-23 21:05:40 +00:00 |
|
Scott R Charlton
|
761c7de03e
|
Added getter methods
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4182 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-20 02:50:03 +00:00 |
|
Scott R Charlton
|
714570975e
|
moved list_components from class_main.cpp to Phreeqc.cpp
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4173 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-18 23:57:42 +00:00 |
|
Scott R Charlton
|
650e24ed1b
|
fixed empty string bugs and added tests
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4168 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-18 04:39:55 +00:00 |
|
Scott R Charlton
|
da893cd778
|
need to test on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4165 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-18 03:21:45 +00:00 |
|
Scott R Charlton
|
37359f2ec7
|
checkin to test on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4159 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-12 04:05:27 +00:00 |
|
Scott R Charlton
|
4d34613b6e
|
added memory header file
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4148 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-05 23:29:40 +00:00 |
|
Scott R Charlton
|
4b793aa95f
|
Updated for IPhreeqc to use PHREEQC_CPP and PHREEQC_CLASS. Currently doesn't include gmp. MemDebug project still needs work. Needs to be tested on linux.
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4145 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-03-05 21:20:09 +00:00 |
|
Scott R Charlton
|
e180be69b0
|
Rearranging IPhreeqc
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4106 1feff8c3-07ed-0310-ac33-dd36852eb9cd
|
2010-02-23 05:04:35 +00:00 |
|