- 04 Apr, 2019 1 commit
-
-
Mark Olesen authored
- use git show/diff -w when viewing
-
- 07 Jan, 2019 1 commit
-
-
Mark Olesen authored
- reduced clutter when iterating over containers
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Nov, 2018 1 commit
-
-
Mark Olesen authored
-
- 19 Oct, 2018 2 commits
-
-
Mark Olesen authored
- as part of the cleanup of dictionary access methods (c6520033) made the dictionary class single inheritance from IDLList<entry>. This eliminates any ambiguities for iterators and allows for simple use of range-for looping. Eg, for (const entry& e : topDict)) { Info<< "entry:" << e.keyword() << " is dict:" << e.isDict() << nl; } vs forAllConstIter(dictionary, topDict, iter)) { Info<< "entry:" << iter().keyword() << " is dict:" << iter().isDict() << nl; }
-
Mark Olesen authored
-
- 19 Dec, 2017 1 commit
-
-
Andrew Heather authored
-
- 17 May, 2018 1 commit
-
-
Mark Olesen authored
- disallow insert() of raw pointers, since a failed insertion (ie, entry already existed) results in an unmanaged pointer. Either insert using an autoPtr, or set() with raw pointers or autoPtr. - IOobjectList::add() now takes an autoPtr instead of an object reference - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
-