Skip to content
Snippets Groups Projects
  1. Jul 05, 2016
    • Emmanuel Gil Peyrot's avatar
      Add an install and an install-debug targets · c8d00665
      Emmanuel Gil Peyrot authored
      This makes the user able to use the familiar `make install` syntax, and
      allows overriding of the default directories using the DESTDIR and
      PREFIX variables, for example:
       make DESTDIR=packaging PREFIX=/usr install
      c8d00665
    • Emmanuel Gil Peyrot's avatar
      Specify the soname in the library and its name · 06cdb3f7
      Emmanuel Gil Peyrot authored
      This provides users of this library the guarantee that the ABI will
      stay stable when MAJOR will reach 1, and will stay backwards compatible
      for the entire duration of the 1.x.y branch.
      
      It does require the maintainers to always update the version in the
      Makefile at every ABI change.
      06cdb3f7
  2. May 26, 2016
  3. May 25, 2016
  4. May 24, 2016
  5. May 23, 2016
  6. May 20, 2016
  7. Feb 26, 2015
Loading