1. 22 5月, 2015 1 次提交
  2. 13 5月, 2015 1 次提交
  3. 22 3月, 2015 1 次提交
  4. 09 2月, 2015 1 次提交
    • J
      Disable -Wmissing-braces · f9d4a957
      jp9000 提交于
      This warning is somewhat insignificant for most of what we do; just
      warns about missing braces for sub-structures, but most of the time it
      wrongly triggers on = {0}, which is a standard way of initializing a
      structure to 0 in C.
      f9d4a957
  5. 08 2月, 2015 1 次提交
  6. 14 1月, 2015 1 次提交
    • C
      Add SOVERSION to libobs-opengl · 6095e7ef
      Carl Fürstenberg 提交于
      Because libobs-opengl is a public library, it's customary to have SONAME
      embedded in the library file.  Also remove the prefix override and
      remove the prefixing "lib" from the output name.  This also requires us
      to pass the library file name to dlopen invocations.
      6095e7ef
  7. 16 9月, 2014 1 次提交
  8. 19 7月, 2014 2 次提交
    • J
      Allow copying of all dependencies (windows only) · 85701b09
      jp9000 提交于
      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
    • B
      Add support for build time dependency copying · 415a698b
      BtbN 提交于
      415a698b
  9. 18 7月, 2014 1 次提交
  10. 10 7月, 2014 1 次提交
  11. 01 7月, 2014 1 次提交
  12. 25 6月, 2014 1 次提交
  13. 14 4月, 2014 2 次提交
  14. 05 4月, 2014 1 次提交
  15. 02 4月, 2014 3 次提交
  16. 15 2月, 2014 1 次提交
    • J
      Remove majority of warnings · 966b943d
      jp9000 提交于
      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
  17. 03 2月, 2014 1 次提交
  18. 31 1月, 2014 1 次提交
  19. 29 1月, 2014 1 次提交
  20. 28 1月, 2014 1 次提交
  21. 26 1月, 2014 2 次提交
  22. 25 1月, 2014 2 次提交
  23. 24 1月, 2014 1 次提交
  24. 17 1月, 2014 1 次提交
  25. 01 1月, 2014 1 次提交
    • P
      update cmake compiler flags · 3c581d7f
      Palana 提交于
      - disable -Wshadow for c++ (less semi-bogus warnings for constructors)
      - make gcc use c99 mode
      3c581d7f
  26. 31 12月, 2013 1 次提交
  27. 19 11月, 2013 1 次提交
  28. 15 11月, 2013 1 次提交