1. 16 Mar, 2016 1 commit
  2. 25 Feb, 2016 1 commit
    • nsec: support NDK's crazy nanoseconds · 3d6a42d1
      Android NDK does not have a `struct timespec` in its `struct stat`
      for nanosecond support, instead it has a single nanosecond member inside
      the struct stat itself.  We will use that and use a macro to expand to
      the `st_mtim` / `st_mtimespec` definition on other systems (much like
      the existing `st_mtime` backcompat definition).
      Edward Thomson committed
  3. 16 Feb, 2016 1 commit
  4. 12 Feb, 2016 1 commit
  5. 10 Feb, 2016 1 commit
  6. 21 Nov, 2015 1 commit
  7. 21 Oct, 2015 1 commit
  8. 23 Sep, 2015 1 commit
  9. 19 Sep, 2015 1 commit
  10. 17 Sep, 2015 1 commit
  11. 05 Aug, 2015 1 commit
  12. 03 Aug, 2015 1 commit
  13. 02 Jul, 2015 1 commit
  14. 29 Jun, 2015 2 commits
  15. 16 Jun, 2015 1 commit
  16. 01 May, 2015 3 commits
  17. 28 Apr, 2015 6 commits
  18. 18 Apr, 2015 1 commit
  19. 17 Apr, 2015 1 commit
  20. 18 Mar, 2015 1 commit
  21. 06 Mar, 2015 3 commits
  22. 03 Mar, 2015 2 commits
  23. 02 Mar, 2015 1 commit
    • win32: add the patch level to the .dll fileversion · bf1476f1
      Win32 DLLs have four fields for the version number (major, minor,
      teeny, patch).  If a consumer wants to build a custom DLL, it may
      be useful to set the patchlevel version number in the DLL.
      
      This value only affects the DLL version number, it does not affect
      the resultant "version number", which remains major.minor.teeny.
      Edward Thomson committed
  24. 13 Feb, 2015 5 commits
  25. 05 Feb, 2015 1 commit