1. 09 Jan, 2019 1 commit
  2. 08 Jan, 2019 2 commits
  3. 07 Jan, 2019 4 commits
  4. 04 Jan, 2019 1 commit
  5. 03 Jan, 2019 1 commit
  6. 30 Dec, 2018 1 commit
  7. 28 Dec, 2018 1 commit
  8. 18 Dec, 2018 4 commits
  9. 17 Dec, 2018 2 commits
  10. 16 Dec, 2018 1 commit
  11. 15 Dec, 2018 2 commits
  12. 14 Dec, 2018 2 commits
  13. 13 Dec, 2018 2 commits
  14. 12 Dec, 2018 1 commit
  15. 10 Dec, 2018 5 commits
    • Infrastructure: Fix .gitattributes typo eof -> eol. Also update README · 00054da5
      John Kessenich authored
      Add to README: git config --global core.fileMode false
    • Merge pull request #1620 from akien-mga/unix-executable-bit · 0dbc5cbc
      John Kessenich authored
      Remove Unix executable permission from text files
    • Merge pull request #1624 from akien-mga/osdependent-link-threads · a10e6e95
      John Kessenich authored
      CMake: Link OSDependent with Threads::Threads
    • CMake: Link OSDependent with Threads::Threads · e8c8af9c
      Rémi Verschelde authored
      Would typically be pthreads.
      Without this, '-Wl,--no-undefined' would output these errors:
      
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::OS_CleanupThreadData()':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:83: undefined reference to `__pthread_register_cancel'
      /usr/bin/ld: /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:93: undefined reference to `__pthread_unregister_cancel'
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::OS_AllocTLSIndex()':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:122: undefined reference to `pthread_key_create'
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::OS_SetTLSValue(void*, void*)':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:137: undefined reference to `pthread_setspecific'
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::OS_FreeTLSIndex(void*)':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:162: undefined reference to `pthread_key_delete'
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::InitGlobalLock()':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:175: undefined reference to `pthread_mutexattr_init'
      /usr/bin/ld: /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:176: undefined reference to `pthread_mutexattr_settype'
      /usr/bin/ld: OSDependent/Unix/libOSDependent.a(ossource.cpp.o): in function `glslang::OS_GetTLSValue(void*)':
      /home/akien/Mageia/Sandbox/_rpm/BUILD/glslang-7.10.2984/glslang/OSDependent/Unix/ossource.cpp:149: undefined reference to `pthread_getspecific'
  16. 08 Dec, 2018 3 commits
  17. 07 Dec, 2018 2 commits
  18. 04 Dec, 2018 1 commit
  19. 03 Dec, 2018 1 commit
  20. 29 Nov, 2018 3 commits