Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Feb 09, 2020
  3. Jan 11, 2020
  4. Jan 10, 2020
  5. Dec 12, 2019
  6. Dec 09, 2019
  7. Nov 19, 2019
  8. May 10, 2019
  9. Nov 01, 2016
  10. May 22, 2016
    • nicolas's avatar
      Replace all double quotes with single quotes · 88420038
      nicolas authored
      To homogenize the file and allow keys/strings to be searched easily.
      88420038
    • nicolas's avatar
      Port scons build files for Windows users · 69d3e702
      nicolas authored
      We disable:
      - the tests (which require glib) although they can be
        reactivated with the `--tests` command line flag
      - shared library (lack of export symbol declarations
        means that although it can be built, no symbol is
        exported and therefore it can't be used)
      
      The `install` target installs the library and headers
      under the `build` folder, because it's a traditional practice
      to move libraries to a central location on Windows, unless
      you are using cygwin. In which case pass `prefix` to the
      command line.
      
      We adapt tools\windows\build_examples.bat to take the library
      that is built using scons or using tools\windows\build.bat
      69d3e702
    • nicolas's avatar
      Move sections around to allow porting to windows · f31e3ba4
      nicolas authored
      We will need to use the environment's CC variable to make decisions
      that apply to windows compiling and linking. Therefore we move some
      existing sections below the set up of env["CC"] and env["CXX"]
      f31e3ba4
  11. Oct 04, 2015
  12. Oct 03, 2015
  13. Dec 07, 2014
  14. Oct 29, 2014
    • stewart's avatar
      Scons now doesn't throw away... · e057e8cb
      stewart authored
      Scons now doesn't throw away /home/stewart/.nix-profile/lib/pkgconfig:/nix/var/nix/profiles/default/lib/pkgconfig:/run/current-system/sw/lib/pkgconfig, so NixOS can build it
      e057e8cb
  15. Apr 20, 2014
  16. Apr 13, 2014
  17. Mar 17, 2014
  18. Jan 16, 2014
  19. Jan 11, 2014
  20. Jan 04, 2014
  21. Dec 22, 2013
  22. Dec 05, 2013
  23. Dec 03, 2013
    • Joe Rozner's avatar
      Fix LC_ID_DYLIB for OS X · 52bdc9d3
      Joe Rozner authored
      Wrapping the SHLINKFLAGS in an array rather than as a single string
      caused the link flags to be passed to clang double quoted. This cuased
      clang to interpret the flags as a string rather than as a flag which
      caused the -install_name flag to never be passed to the linker.
      52bdc9d3
    • Dan Hirsch's avatar
      Got perl bindings started · 1d115279
      Dan Hirsch authored
      1d115279
  24. Nov 27, 2013
  25. Nov 26, 2013
Loading