Ray Speth
9e1fdfe39a
Eliminated CVS keyword cruft
2012-01-09 17:32:01 +00:00
Harry Moffat
74b1c3c0a1
Added more constructor inits
2010-05-07 14:44:05 +00:00
Harry Moffat
66ea343cea
Doxygen update
...
- no code changed
- All the easy warning messages are eliminated now from the trunk.
2010-01-17 18:17:55 +00:00
Harry Moffat
e381001c95
Merged changes from the 1.8.0 branch ontl the main trunk.
2010-01-04 00:46:26 +00:00
Harry Moffat
9c6080e3c9
Turned on keyword substitution in the cpp files.
2009-12-09 17:50:27 +00:00
Harry Moffat
1922aa9fe0
Took executable prop off these files.
2009-12-05 22:42:07 +00:00
Harry Moffat
9593d2996e
Another update aimed at getting a SimpleTransport model up and running.
...
SimpleTransport now can read its XML file.
2009-10-13 00:27:48 +00:00
Harry Moffat
d503c55864
Added a clear() function to the xml object. This will wipe
...
out the current level and everything below it.
2009-10-11 21:34:06 +00:00
Harry Moffat
70647c85ed
Initial Import
2009-07-27 23:17:19 +00:00
Harry Moffat
e7078147b3
Changed xml constructors to make them simpler with less implicit
...
conversion routines. Trying to figure out what the issue is with
the pc interface's /MD vs /MDd problems.
2009-07-22 01:21:35 +00:00
Harry Moffat
7f5d7efd87
Eliminated a possible source of leaks. not sure about this one.
2009-05-13 21:47:45 +00:00
Harry Moffat
c20cf5ebfd
Fixed an error in the xml writer, that occurred when two newlines
...
appear next to each other.
2009-03-17 15:12:16 +00:00
Harry Moffat
fb0ab374e0
Added headers for possible ubuntu compilation problems.
2009-03-13 03:18:08 +00:00
Harry Moffat
08cc65d5d4
Made the CanteraError exception inherit from std::exception
...
Added in mdp_allo package. It's not really linked in anywhere except
for applications, so call it provisional.
2009-02-11 19:55:56 +00:00
Harry Moffat
2dc2b21423
doxygen update - eliminated warnings
2009-01-06 21:30:08 +00:00
Harry Moffat
e16a74df83
doxygen updates
2009-01-05 23:52:43 +00:00
Harry Moffat
7ba6449978
Finished low lvl doxygen commenting XML_Node object
2009-01-05 23:33:44 +00:00
Harry Moffat
a879666984
Doxygen updates
2009-01-03 18:48:25 +00:00
Harry Moffat
09236f42f8
Doxygen updates
2009-01-02 21:46:31 +00:00
Harry Moffat
e8c33462c6
doxygen update
2008-12-29 21:19:28 +00:00
Harry Moffat
a44c7650c5
Added fpValueCheck and added doxygen info
2008-12-27 00:25:04 +00:00
Harry Moffat
dad3088736
Changed findByAttr to be a const function.
2008-12-04 02:11:51 +00:00
Harry Moffat
022f3da1da
More doxygen updates.
...
Started changing 'const std::string ggg' arguments into
'const std::string & ggg arguments.
Supposedly, the latter is faster, as it only passes a pointer instead
of going through an implicit copy constructor operation.
2008-11-03 16:10:25 +00:00
Harry Moffat
e48f46cd1a
Doxygen update.
...
moved attribs() to be a private function.
2008-11-01 00:55:22 +00:00
Harry Moffat
0cebba592f
Doxygen update
2008-10-31 20:57:48 +00:00
Harry Moffat
8a740e53d8
Doxygen updates
2008-10-31 19:14:57 +00:00
Harry Moffat
3bd378733a
Doxygen updates on these files
2008-10-31 17:51:09 +00:00
Harry Moffat
33f5767833
More documentation of XML_Node
2008-10-31 16:46:49 +00:00
Harry Moffat
75e56cf8d3
Added documentation.
...
Made getFloat() more explicit. Took out the use of "-" for type. Now,
have to specify the type of units conversion.
2008-10-31 15:45:00 +00:00
Harry Moffat
86b9899e74
More carriage return issues. Strip now uses the ISO C isspace() routine.
2008-09-17 20:03:31 +00:00
Harry Moffat
f52b57986d
house cleaning and docs:
...
-> got rid of m_n. I could not see that it was used anywhere.
2008-08-22 14:50:52 +00:00
Harry Moffat
0dbe661bf4
Added a const FindByName function
2008-02-10 01:30:20 +00:00
Harry Moffat
0a0dd2482e
Added more pragma disables for removing VC++ compiler warnings.
2008-01-02 18:22:42 +00:00
Harry Moffat
2b5befcf6b
Wrote a valid copy constructor and assignment operator for
...
XML_Node, and made them public.
It turns out the Cabinet.h routines needed these. Previously, they
were using the compiler default routines, which was a bug.
Now, they are using explicit routines. Note, these new routines
have not been checked. However, they do have the chance of being
correct.
2007-06-02 00:02:19 +00:00
Harry Moffat
92c76dd5af
Changed the copy() and copyUnion() functions to be const.
...
Declared the XML_Node copy constructor and assignment operators
to be private -> they don't work, so accidently invoking them is
an error. Now, a compilation error will occur.
Note, the copy() routine can be used instead to create copies
of XML trees.
2007-06-01 23:36:53 +00:00
Dave Goodwin
a7e60c5e88
moved base files
2007-05-04 15:15:19 +00:00