285442776c
STYLE: minor code adjustments
...
- constness on local variables, pre-increment on loops, parameter names
2017-02-08 19:32:38 +01:00
2b9b2dd865
BUG: HashPtrTable has problems with null pointers (issue #395 )
...
- print and copy operations should not be allowed to dereference a
nullptr.
2017-01-26 18:00:33 +01:00
0db8ff34fd
src/OpenFOAM/containers: Updated formatting and comments
2016-02-28 18:21:58 +00:00
dc43311e62
src/OpenFOAM: Update ...IOErrorIn -> ...IOErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 21:13:04 +00:00
a4ab3f61db
src/OpenFOAM: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-08 12:23:52 +00:00
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
099cc39e2e
Revert "STYLE: 2011 copyright date."
...
This reverts commit b18f6cc1ce .
2011-01-05 18:24:29 +00:00
b18f6cc1ce
STYLE: 2011 copyright date.
2011-01-05 11:14:26 +00:00
9224daad7b
COMP: add 'this->' qualifier to find methods in base case
2010-12-17 15:39:50 +01:00
a8a7b0a5b4
ENH: Added write(Ostream&) function to HashPtrTable
2010-10-13 17:55:14 +01:00
9de20a6654
ENH: Added HashPtrTable construct INew from dictionary
2010-10-11 17:28:56 +01:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
b6f3bd4c23
STYLE: follow coding guide recommendation for '//- Destructor'
2010-04-12 11:55:52 +02:00
c508b2fe17
STYLE: consistent capitalization of Private/Protected Member Functions in comments
2010-03-30 11:33:42 +02:00
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
3345fd8378
Removed support for cint.
2009-06-22 21:03:57 +01:00
48247a3d62
consistency update
...
- DynamicList gets append methods as per List
- misc cosmetic changes
2009-04-27 10:08:29 +02:00
2aeee852e8
PackedList bugfix, HashTable tweak
...
- it was possible to create a PackedList::iterator from a
PackedList::const_iterator and violate const-ness
- added HashTable::printInfo for emitting some information
- changed default table sizes from 100 -> 128 in preparation for future
2^n table sizes
2009-02-26 15:32:47 +01:00
a2b24d07a8
draft for having a resizing granularity in DynamicList
...
- nice idea, but need to convince compiler that division by zero doesn't occur
2009-01-15 10:03:23 +01:00
c2ac216eaf
HashTable::erase from list of keys or the keys from another HashTable
...
- the parameter HashTable can hold arbitrary data .. just the type of keys
needs to match
2009-01-11 20:01:53 +01:00
19503c93e1
rename xfer<T> class to Xfer<T>
...
- 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.
2009-01-05 12:30:19 +01:00
28b200bcd9
update copyrights for 2009
2008-12-31 19:01:56 +01:00
02cabc3cf2
updated Copyright (C) \d+-2008 OpenCFD Ltd.
2008-06-25 15:01:46 +02:00
3170c7c0c9
Creation of OpenFOAM-dev repository 15/04/2008
2008-04-15 18:56:58 +01:00