1. fa59fbf Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT. by Googler · 7 years ago
  2. a29da01 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  3. 1dc4a16 Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13. by lpino · 7 years ago
  4. 8c86413 Fix a warning about comparing signed and unsigned values by cushon · 7 years ago
  5. f572845 Include manifest size when presizing ijar output by cushon · 7 years ago
  6. b51a8cb Adapt ijar for WSL by Reker · 8 years ago
  7. 2573376 Encapsulate file mapping in preparation for providing a Windows implementation. by Lukacs Berki · 9 years ago