- Nov 10, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5355]]
-
Markus Blatt authored
Fixes FS#455 [[Imported from SVN: r5354]]
-
Christian Engwer authored
* make iterators only forwarditertors * remove method getLocalBits * new methods count and countmasked superseed nSetBits * nSetBits marked deprecated, but will stay for a possible replacement of BitField by BitSetVector<1> (see #456) * updated test to run the whole iterator test * fulfill the whole bitset interface [[Imported from SVN: r5353]]
-
Martin Nolte authored
[[Imported from SVN: r5352]]
-
- Nov 09, 2008
-
-
Christian Engwer authored
and test all different facades [[Imported from SVN: r5351]]
-
- Nov 08, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5350]]
-
- Nov 07, 2008
-
-
Markus Blatt authored
-compile_info options are deprecated and default to the show option which displays linker as well as compile flags (at least when linking). Introduced some magic to separate the flags. This should now work for both mpich and mpich2. [[Imported from SVN: r5349]]
-
Christian Engwer authored
open question: should the typetraits be something local, or should they be moved to common/typetraits.hh [[Imported from SVN: r5348]]
-
Martin Nolte authored
allowed in them (this is a special feature of DUNE_THROW using a stringstream). [[Imported from SVN: r5347]]
-
- Nov 06, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5346]]
-
Christian Engwer authored
[[Imported from SVN: r5345]]
-
Markus Blatt authored
headers tuple, array, type_traits. This is needed because xlc otherwise finds the tr1 headers of gcc and later on is not smart enough to understand and compile them. [[Imported from SVN: r5344]]
-
- Nov 05, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5343]]
-
Christian Engwer authored
[[Imported from SVN: r5341]]
-
- Nov 04, 2008
-
-
Christian Engwer authored
* add foo.pc to configure.ac [[Imported from SVN: r5336]]
-
Oliver Sander authored
[[Imported from SVN: r5335]]
-
- Nov 03, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5334]]
-
Markus Blatt authored
[[Imported from SVN: r5333]]
-
- Oct 28, 2008
-
-
Oliver Sander authored
[[Imported from SVN: r5330]]
-
Oliver Sander authored
[[Imported from SVN: r5329]]
-
- Oct 27, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5324]]
-
Oliver Sander authored
[[Imported from SVN: r5323]]
-
Oliver Sander authored
A dynamic array of blocks of booleans. Will supersede BitField. Initial commit. Credits go to Carsten Gräser [[Imported from SVN: r5322]]
-
- Oct 20, 2008
-
-
Martin Nolte authored
[[Imported from SVN: r5321]]
-
- Oct 19, 2008
-
-
Christian Engwer authored
[[Imported from SVN: r5320]]
-
Oliver Sander authored
Use assign() method of std::vector to set the entire bitfield. It is way faster than an explicit for loop [[Imported from SVN: r5319]]
-
- Oct 18, 2008
-
-
Martin Nolte authored
[[Imported from SVN: r5318]]
-
Christian Engwer authored
[[Imported from SVN: r5317]]
-
Christian Engwer authored
[[Imported from SVN: r5316]]
-
- Oct 17, 2008
-
-
Martin Nolte authored
[[Imported from SVN: r5315]]
-
- Oct 13, 2008
-
-
Christian Engwer authored
dunemodules.inc * expand '~' before canonicalpath expansion [[Imported from SVN: r5314]]
-
Christian Engwer authored
[[Imported from SVN: r5313]]
-
Oliver Sander authored
[[Imported from SVN: r5312]]
-
Oliver Sander authored
[[Imported from SVN: r5311]]
-
- Oct 11, 2008
-
-
Markus Blatt authored
[[Imported from SVN: r5310]]
-
- Oct 10, 2008
-
-
Christian Engwer authored
AC_REQUIRE([DUNE_SUB_VERSION_FUNCTION]) this is a relict and not needed anymore. [[Imported from SVN: r5309]]
-
- Oct 09, 2008
-
-
Christian Engwer authored
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf [[Imported from SVN: r5308]]
-
Christian Engwer authored
* replace experimental multi-command feature with the desired one: You can seperate commands and their flags with the ' : ' delimiter. Note the space! example: dunecontrol make clean : update : make all this will do (in pseudo code) foreach module; do make clean update make all done [[Imported from SVN: r5307]]
-
- Oct 08, 2008
-
-
Christian Engwer authored
* use same code in dunemodules.inc and dune.m4 [[Imported from SVN: r5306]]
-
- Oct 07, 2008
-
-
Christian Engwer authored
next step is to add parameters to the dune.module file and parse these. [[Imported from SVN: r5305]]
-