openfoam/applications
Mark Olesen e03c0977f5 ENH: support Foam::mv overwrite of existing files on windows (#1238)
- the behaviour of std::rename with overwriting an existing file is
  implementation dependent:
    - POSIX: it overwrites.
    - Windows: it does not overwrite.

- for Windows need to use the ::MoveFileEx() routine for overwriting.

  More investigation is needed for proper handling of very long names.
2019-07-09 18:52:06 +02:00
..
solvers STYLE: remove trailing spaces 2019-06-26 11:36:49 +02:00
test ENH: support Foam::mv overwrite of existing files on windows (#1238) 2019-07-09 18:52:06 +02:00
utilities Merge branch 'develop' 2019-06-27 13:27:57 +01:00
Allwmake ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00