Skip to content
Snippets Groups Projects
  1. Jul 19, 2018
  2. Jul 07, 2018
  3. Apr 02, 2018
    • Daniel Lim Wee Soong's avatar
      common: fix swap functions on Bitrig and OpenBSD · a66204eb
      Daniel Lim Wee Soong authored
      swap{16,32,64} are defined as macros on the two, but client code
      tries to invoke them as Common::swap{16,32,64}, which naturally
      doesn't work. This hack redefines the macros as inline functions
      in the Common namespace: the bodies of the functions are the
      same as the original macros, but relying on OS-specific
      implementation details like this is of course brittle.
      a66204eb
  4. Oct 27, 2016
  5. Sep 21, 2016
  6. Sep 19, 2016
  7. Sep 18, 2016
  8. May 09, 2016
  9. Sep 11, 2015
  10. Jun 27, 2015
  11. May 29, 2015
  12. Mar 06, 2015
  13. Jan 06, 2015
  14. Oct 26, 2014
  15. Apr 23, 2014
  16. Apr 08, 2014
  17. Apr 01, 2014
  18. Sep 19, 2013
Loading