28 Commits

Author SHA1 Message Date
Scott R Charlton
16092f4264 working on distribution
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5230 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2011-03-25 05:06:36 +00:00
Scott R Charlton
7a50c36ae8 updated configure number
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4665 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-07-20 04:14:26 +00:00
Scott R Charlton
9338b74637 updated version numbers
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4652 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-07-16 05:08:14 +00:00
Scott R Charlton
316ade72bd updated to look for isfinite finite and isnan
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4647 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-07-16 00:03:46 +00:00
Scott R Charlton
d5dd08f985 updated revision for dist
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4466 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-25 03:57:47 +00:00
Scott R Charlton
f86562b6d1 updated svnversion
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4457 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-21 08:02:09 +00:00
Scott R Charlton
f084f77ac8 updated svnversion
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4455 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-21 07:55:14 +00:00
Scott R Charlton
dfc8d64da2 updated include files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4450 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-21 05:09:18 +00:00
Scott R Charlton
2c4422593b # 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
bfaa321cb1 working on latex to pdf from doxygen
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4389 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-13 00:22:11 +00:00
Scott R Charlton
7923030c8c replaced ex1.in with ex2.in
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4373 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-11 03:57:50 +00:00
Scott R Charlton
295791a4a5 added req'd function checks
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4347 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-06 02:16:54 +00:00
Scott R Charlton
0c2b055f18 still working on docs
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4332 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-04 07:04:52 +00:00
Scott R Charlton
41f96f42d5 removed libtool versioning for now
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4328 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-03 22:23:43 +00:00
Scott R Charlton
8655376414 working on library versioning
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4327 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-05-03 22:19:55 +00:00
Scott R Charlton
7cb238c9cf removed src/phreeqcpp/Makefile src/phreeqcpp/phreeqc/Makefile from AC_CONFIG_FILES
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4321 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-28 06:08:19 +00:00
Scott R Charlton
e4d448c202 added simplified examples
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4320 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-28 05:50:47 +00:00
Scott R Charlton
809d177bbe combined src/Makefile.am src/phreeqcpp/Makefile.am src/phreecpp/phreeqc/Makefile.am into one file
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4316 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-27 22:25:21 +00:00
Scott R Charlton
baff9863e2 working on autotools
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4307 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-27 03:20:38 +00:00
Scott R Charlton
2989d8101b added NDEBUG to configure
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4306 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-27 01:35:57 +00:00
Scott R Charlton
f5d7409793 modified Makefile.am's to handle each src dir independently
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4298 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-23 05:21:21 +00:00
Scott R Charlton
2c99533400 added newline at end of files
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4294 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-22 21:06:23 +00:00
Scott R Charlton
a987033366 removed test from distribution
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4277 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-21 05:37:55 +00:00
Scott R Charlton
e96f30ec73 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
4793b2a682 working on configure script and testing on linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4271 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-20 23:30:04 +00:00
Scott R Charlton
96ce9e27aa Added AC_F77_WRAPPERS handling
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4262 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-16 06:56:42 +00:00
Scott R Charlton
961ceeb1a5 still working on autotools integration
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4261 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-16 06:24:43 +00:00
Scott R Charlton
32c9be79db working on autotools integration
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4259 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2010-04-15 03:36:24 +00:00