Skip to content
Snippets Groups Projects
  1. Jan 08, 2014
  2. Dec 05, 2013
    • Ron's avatar
      Revert "Pass --always to 'git describe'." · 9a9825df
      Ron authored
      This reverts commit 8638d78c.
      Since it doesn't actually fix the original problem with shallow clones,
      it returns just a hash, not something we (currently) can extract as a
      version string in the form things are expecting.  Which means the .pc
      version checks for things using the library at least will still fail.
      9a9825df
  3. Nov 20, 2013
  4. Oct 01, 2013
  5. Sep 03, 2013
  6. Aug 26, 2013
  7. Aug 25, 2013
  8. Aug 24, 2013
  9. Aug 23, 2013
  10. Aug 21, 2013
  11. Aug 20, 2013
  12. Aug 19, 2013
  13. Aug 12, 2013
    • Timothy B. Terriberry's avatar
      Fix an uninitialized variable. · 8f26e5a1
      Timothy B. Terriberry authored
      Surprisingly, the actual initial value of this variable is
       irrelevant, since we always insert 24 bits of data into and then
       read only those bits out.
      However, fixing this still removes undefined behavior and removes
       extraneous register dependencies.
      8f26e5a1
Loading