- Feb 20, 2017
-
-
Mark Olesen authored
- as per bashrc,cshrc delimit with "# USER EDITABLE PART" "# END OF (NORMAL) USER EDITABLE PART" this can help simplify any patching for system-building scripts etc.
-
Mark Olesen authored
- bump ADIOS version to 1.11.1
-
Mark Olesen authored
-
- Feb 10, 2017
-
-
Mark Olesen authored
- makes it slightly easier when packaging various binaries, or when building packages for installation via modules etc.
-
Mark Olesen authored
- reduces unexpected interactions between various make elements
-
mark authored
- The dirToString -strip option is simple, but reduces effort for the caller.
-
Mark Olesen authored
- also add some comments about the side-effects
-
Mark Olesen authored
- For convenience, let "wmake some/path/filename.C" behave similar to "wmake some/path" and trace back for the Make directory.
-
- Feb 20, 2017
-
-
Sergio Ferraris authored
Flat list output See merge request !93
-
Mark Olesen authored
-
mattijs authored
-
mattijs authored
For certain combinations of rays and triangles the fast bb-triangle intersection routine is not correct. For now revert to slow edge-by-edge intersection.
-
- Feb 15, 2017
-
-
mattijs authored
-
- Feb 10, 2017
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
BUG: noise - updated creation of control dictionary to allow -case option and env variables. Fixes #402
-
Andrew Heather authored
-
Mark Olesen authored
- Introduce writeList(Ostream&, label) method in various List classes to provide more flexibility and avoid hard-coded limits when deciding if a list is too long and should be broken up into multiple lines (ASCII only). - The old hard-code limit (10) is retained in the operator<< versions - This functionality is wrapped in the FlatOutput output adapter class and directly accessible via the 'flatOutput()' function. Eg, #include "ListOps.H" Info<< "methods: " << flatOutput(myLongList) << endl; // OR Info<< "methods: "; myLongList.writeList(os) << endl;
-
- Feb 09, 2017
-
-
sergio authored
-
Mark Olesen authored
- templated code that is not actually be used yet. ENH: avoid combineFields for serial case Note: a 'master-only' variant with combineList only on the master and without scatter can be pursued later.
-
Mark Olesen authored
- either (or both) of 0/, 0.orig/ may exist, so error messages about one of them being missing is a bit misleading
-
Mark Olesen authored
- collects the log information only, without running any cases. This can be useful if the user has terminated the test prematurely but nonetheless wishes to summarize the log output.
-
Mark Olesen authored
-
- Feb 08, 2017
-
-
Mark Olesen authored
- constness on local variables, pre-increment on loops, parameter names
-
Mark Olesen authored
- outputs compound tags etc. Should only be called by itself or by a derived class.
-
mattijs authored
-
mattijs authored
-
- Feb 06, 2017
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- fast means of ensuring we are only testing what is contained in the repository
-
- Feb 03, 2017
-
-
Mark Olesen authored
- Constructs a validated word, in which all invalid characters have been stripped out and any leading digit is '_'-prefixed. Words with leading digits cause parse issues when read back later. - Replaces previous functionally identical code from src/conversion -- COMP: test against nullObject instead of checking address for null pointer.
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
Feature bbox improvements See merge request !92
-
Mark Olesen authored
- regression introduced by a7195288 STYLE: add meaningful solid names for some stl files
-
- Feb 01, 2017
-
-
Mark Olesen authored
- more stable/predictable to check for a bounding box !empty() rather than comparing to greatBox directly.
-