Skip to content
Snippets Groups Projects
  1. Oct 23, 2015
  2. Sep 13, 2015
  3. Sep 12, 2015
  4. Jul 19, 2015
  5. Jul 17, 2015
  6. Jun 23, 2015
  7. May 18, 2015
  8. May 16, 2015
    • Henry's avatar
      int32: Add IO operators for long on 32bit OS · 372dc26c
      Henry authored
      On 32bit OSs long is not unambiguously int32_t (or int64_t) causing
      problems for IO operator resolution.  This problem is avoided by
      explicitly defining the following operators:
      372dc26c
  9. Mar 15, 2015
  10. Mar 13, 2015
  11. Mar 08, 2015
  12. Feb 23, 2015
  13. Feb 04, 2015
  14. Jan 28, 2015
  15. Jan 11, 2015
  16. Jan 10, 2015
  17. Jan 08, 2015
    • Henry's avatar
      wrmdep: Replacement for rmdepall · 28aa1141
      Henry authored
      Remove all .dep files from the object directory tree corresponding to the
      current source derectory or remove only the .dep files referring to the
      optionally specified [file].
      28aa1141
  18. Dec 31, 2014
    • Henry's avatar
      Added and verified support for 64bit labels · 2a614865
      Henry authored
      To compile with 64bit labels set
      
      WM_LABEL_SIZE=64
      
      in ~/OpenFOAM/dev/prefs.sh
      
      source ~/.bashrc
      
      then Allwmake in OpenFOAM-dev.
      
      This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
      
      If WM_LABEL_SIZE is unset or set to 32:
      
      WM_LABEL_SIZE=32
      
      the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
      
      Thus both 32bit and 64bit label builds can coexist without problem.
      2a614865
  19. Dec 17, 2014
  20. Dec 16, 2014
  21. Dec 15, 2014
  22. Dec 14, 2014
  23. Dec 10, 2014