Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 10, 2016
  3. Dec 16, 2015
  4. Dec 15, 2015
  5. Dec 14, 2015
  6. Dec 13, 2015
  7. Nov 14, 2015
  8. Oct 23, 2015
  9. Sep 13, 2015
  10. Sep 12, 2015
  11. Jul 19, 2015
  12. Jul 17, 2015
  13. Jun 23, 2015
  14. May 18, 2015
  15. 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
  16. Mar 15, 2015
  17. Mar 13, 2015
  18. Mar 08, 2015
  19. Feb 23, 2015
  20. Feb 04, 2015
  21. Jan 28, 2015
  22. Jan 11, 2015