Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
  2. Aug 23, 2017
  3. Aug 22, 2017
  4. Aug 21, 2017
  5. Aug 18, 2017
  6. Aug 17, 2017
  7. Jun 09, 2017
  8. Feb 07, 2017
  9. Dec 07, 2016
  10. Jul 12, 2016
  11. Jul 10, 2016
  12. Jul 06, 2016
  13. Jun 29, 2016
  14. Jun 17, 2016
  15. Jun 16, 2016
  16. Jun 14, 2016
  17. May 27, 2016
  18. May 26, 2016
  19. Apr 21, 2016
  20. Apr 20, 2016
    • Rashad Kanavath's avatar
      SuperBuild: WIP try a qt4 build · 89090aae
      Rashad Kanavath authored
      89090aae
    • Rashad Kanavath's avatar
      SuperBuild: rename patches with a specific 'unstandard' naming convention. · a97c10c1
      Rashad Kanavath authored
      This style of naming can later be used to automate patching for
      dependencies. For instance take the case of gdal.
      the name of current patch is gdal-fix-rpath-for-macx.diff
      This will imply that project is GDAL patch description is
      second part 'fix-rpath' and for-macx.diff says that
      it is only for macx.
      Later (in future) cmake can use if(APPLE), if(WIN32),
      if(UNIX and NOT APPLE) and see if the name of diff file
      matches for-macx, for-win32, for-linux and apply it accordingly.
      The project name prefix seems redundant at first look.
      But later this can pave way to have all .diff patches in a
      single directory under superbuild rather than each one in sub-directory
      named 'project'. The former can help in case of libraries like FFTW
      where it builds two projects FFTWF and FFTWD.
      a97c10c1
  21. Apr 18, 2016
  22. Apr 13, 2016
  23. Jul 21, 2015
  24. Mar 19, 2015
Loading