openfoam/applications
Mark Olesen 215570915e ENH: explicit convert to bool operator for autoPtr
- behaves the same as the valid() method, but can be queried directly
  like a normal raw pointer and as per std::unique_ptr.
  Eg,

      autoPtr<T> ptr = ...

      if (ptr) ...
2018-07-30 14:33:22 +02:00
..
solvers STYLE: return nullptr instead of tmp<...>() for NotImplemented methods 2018-07-27 14:20:01 +02:00
test ENH: explicit convert to bool operator for autoPtr 2018-07-30 14:33:22 +02:00
utilities STYLE: use 'cloudObjects' instead of 'sprayObjects' 2018-07-30 13:15:38 +02:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00