- 05 Mar, 2009 1 commit
-
-
Mark Olesen authored
- regIOobject: don't re-register an unregister object on rename/assignment - Hasher: split-off HasherInt with uint32_t specializations - IOobject: writeBanner/writeDivider return Stream for easier chaining. ... also dropped some namespace bracketing while I was at it.
-
- 24 Feb, 2009 1 commit
-
-
mattijs authored
-
- 02 Feb, 2009 1 commit
-
-
Mark Olesen authored
-
- 23 Jan, 2009 1 commit
-
-
mattijs authored
-
- 10 Jan, 2009 1 commit
-
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
- 05 Jan, 2009 1 commit
-
-
Mark Olesen authored
- The capitalization is consistent with most other template classes, but more importantly frees up xfer() for use as method name without needing special treatment to avoid ambiguities. It seems reasonable to have different names for transfer(...) and xfer() methods, since the transfer is occuring in different directions. The xfer() method can thus replace the recently introduced zero-parameter transfer() methods. Other name candidates (eg, yield, release, etc.) were deemed too abstract.
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 24 Oct, 2008 4 commits
-
-
Mark Olesen authored
- drop copy components constructors in favour of the xfer versions. Even if the caller sends through constant data, if will be automatically promoted to xfer (via a copy operation).
-
Mark Olesen authored
-
Mark Olesen authored
- use xfer form for calls to resetPrimitives
-
Mark Olesen authored
-
- 21 Oct, 2008 1 commit
-
-
mattijs authored
-
- 20 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 30 Jul, 2008 1 commit
-
-
Mattijs Janssens authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-