- 05 Jan, 2011 1 commit
-
-
graham authored
-
- 11 Oct, 2010 1 commit
-
-
Andrew Heather authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 16 Apr, 2010 1 commit
-
-
Mark Olesen authored
- use enhanced Switch constructor and the new valid() method to avoid potential pitfalls of using Switch::switchType directly.
-
- 12 Apr, 2010 1 commit
-
-
Mark Olesen authored
-
- 30 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 12 Dec, 2009 1 commit
-
-
Mark Olesen authored
-
- 07 Dec, 2009 1 commit
-
-
Mark Olesen authored
allow switch/bool values for writeCompression in system/controlDict - eg, writeCompression false; or writeCompression uncompressed; writeCompression true; or writeCompression compressed; improves consistency with other controlDict parameters
-
- 04 Dec, 2009 1 commit
-
-
Mark Olesen authored
-
- 23 Jun, 2009 1 commit
-
-
henry authored
-
- 22 Jun, 2009 1 commit
-
-
Henry Weller authored
-
- 27 Feb, 2009 1 commit
-
-
Mark Olesen authored
- Hash returns unsigned - FixedList templated on unsigned int - include uLabel.H in UList, HashTable etc. so the output function is know throughout
-
- 23 Jan, 2009 1 commit
-
-
Mark Olesen authored
-
- 19 Jan, 2009 1 commit
-
-
Mark Olesen authored
- token class handles both single and double quoted strings. Single quoted strings are used to tag regular expressions. At the moment this is just syntactical sugar and isn't (yet) treated differently than double-quoted strings. - write output for std:string, with/without single quotes with the method writeQuoted(). Use distinct method name to avoid inadvertent compiler conversions. - write wordRe and keyType using writeQuoted()
-
- 03 Jan, 2009 1 commit
-
-
Mark Olesen authored
- Istream and Ostream now retain backslashes when reading/writing strings. The previous implementation simply discarded them, except when used to escape a double-quote or a newline. It is now vitally important to retain them, eg for quoting regular expression meta-characters. The backslash continues to be used as an escape character for double-quote and newline, but otherwise get passed through "as-is" without any other special meaning (ie, they are *NOT* C-style strings). This helps avoid 'backslash hell'! For example, string: "match real dots \.+, question mark \? or any char .*" C-style: "match real dots \\.+, question mark \\? or any char .*" - combined subfiles in db/IOstreams, some had more copyright info than code - OPstreamI.H contained only private methods, moved into OPstream.C Are these really correct? IOstreams/Istream.H:# include "HashTable.C" token/token.H:#define NoHashTableC
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 10 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 02 Oct, 2008 1 commit
-
-
mattijs authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 23 Jun, 2008 2 commits
-
-
Mark Olesen authored
* output full file path * some preliminary file edits to restore 80-col max.
-
Mark Olesen authored
* output full file path * some preliminary file edits to restore 80-col max.
-
- 11 Jun, 2008 1 commit
-
-
Mark Olesen authored
* skip doxygen docs for local variables (treeBoundBox) * filter transforms 'Typedef' -> @typedef * added tools/find-retagged * manually changed some InClass tags to Typedef - still needs more attention
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-