Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Apr 03, 2016
  3. Apr 01, 2016
  4. Mar 08, 2016
  5. Mar 06, 2016
  6. Feb 29, 2016
  7. Feb 15, 2016
  8. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Update comments · cd265693
      Henry Weller authored
      cd265693
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · c3a03105
      Henry Weller authored
      which may be optionally overridden by version-specific rules.
      
      For example the default rules for gcc on GNU/Linux x86_64 are in the
      wmake/rules/linux64Gcc directory.  If there is a need to change any of
      the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory
      wmake/rules/linux64Gcc48 may be created into which any of the language
      files may be provided containing the rules to override the defaults.
      c3a03105
  9. Jan 10, 2016
  10. Dec 16, 2015
  11. Dec 15, 2015
  12. Dec 14, 2015
  13. Dec 13, 2015
  14. Nov 14, 2015
  15. Oct 23, 2015
  16. Sep 13, 2015
  17. Sep 12, 2015
  18. Jul 19, 2015
  19. Jul 17, 2015
  20. Jun 23, 2015
  21. May 18, 2015
  22. May 16, 2015
    • Henry's avatar
      int32: Add IO operators for long on 32bit OS · 84486a42
      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:
      84486a42
  23. Mar 15, 2015
  24. Mar 13, 2015
  25. Mar 08, 2015
  26. Feb 23, 2015