Skip to content
Snippets Groups Projects
  1. Sep 16, 2014
  2. Jul 19, 2014
    • Jim's avatar
      Allow copying of all dependencies (windows only) · 85701b09
      Jim authored
      If the cmake user variable COPY_DEPENDENCIES is set, this script will
      make it so that a windows build will automatically copy all required
      dependencies (FFmpeg, x264, and Qt5) to the respective
      additional_install_files\exec(32|64) directory.  This makes it much
      easier to set up a development environment on windows, and much easier
      to make usable test builds.
      
      It will also copy the appropriate Direct3D compiler DLL, along with
      dependencies of dependencies (the icu*.dll and EGL/GLES files for Qt)
      85701b09
  3. Jul 18, 2014
  4. Jul 17, 2014
  5. Jul 10, 2014
  6. Jun 30, 2014
  7. Jun 25, 2014
  8. Apr 13, 2014
  9. Apr 05, 2014
  10. Apr 01, 2014
  11. Feb 14, 2014
    • Jim's avatar
      Remove majority of warnings · 966b943d
      Jim authored
      There were a *lot* of warnings, managed to remove most of them.
      
      Also, put warning flags before C_FLAGS and CXX_FLAGS, rather than after,
      as -Wall -Wextra was overwriting flags that came before it.
      966b943d
  12. Feb 02, 2014
  13. Jan 30, 2014
  14. Jan 29, 2014
  15. Jan 28, 2014
  16. Jan 25, 2014
  17. Jan 24, 2014
  18. Jan 23, 2014
  19. Jan 16, 2014
  20. Dec 31, 2013
    • Palana's avatar
      update cmake compiler flags · 3c581d7f
      Palana authored
      - disable -Wshadow for c++ (less semi-bogus warnings for constructors)
      - make gcc use c99 mode
      3c581d7f
  21. Dec 30, 2013
  22. Nov 18, 2013
  23. Nov 14, 2013
Loading