1. d115ed8 Use os.environ instead of os.putenv in build.py. by Dejan Mircevski · 8 years ago
  2. 8bdb208 Travis CI: skip code coverage build for Clang. by Lei Zhang · 8 years ago
  3. 27b5e3e Travis CI: add configuration for testing on Mac OS X. by Lei Zhang · 8 years ago
  4. 7eda6bf Fix build.py path to find Windows Python. by Dejan Mircevski · 8 years ago
  5. 7fbb49d Update README for MinGW compile by David Neto · 8 years ago
  6. 8269175 Travis CI: use Ubuntu 14.04 (Trusty) as the Linux environment. by Lei Zhang · 8 years ago
  7. 2baaae2 Support Linux-to-Windows cross compile via MinGW by David Neto · 8 years ago
  8. 5aa3dbd Modify build.py not to run .bat scripts. by Dejan Mircevski · 8 years ago
  9. 32ab0d6 Make build.py work when ninja isn't in the path. by Dejan Mircevski · 8 years ago
  10. 2460cbd Fix corner case and return str in describe() as said in the blurb. by Lei Zhang · 8 years ago
  11. 7926051 Add a platform-independent build script by David Neto · 8 years ago
  12. e89549f Added simple C smoke test to prevent future C breakages. by Andrew Woloszyn · 8 years ago
  13. ea38626 Add comments to explain why calling decode(). by Lei Zhang · 8 years ago
  14. fd412ef Run pyformat with -s 4 --force_quote_type=single. by Lei Zhang · 8 years ago
  15. a723f49 Imporve compatibility with Python3. by Lei Zhang · 8 years ago
  16. 1a3c90d fixed missing typedef in shaderc.h by Jakob Vogel · 8 years ago
  17. d7f53b6 Added an option to use the shared CRT. by Andrew Woloszyn · 8 years ago
  18. d8cad21 Add Dockerfile to support building docker images for Shaderc. by Lei Zhang · 8 years ago
  19. f978af8 Link executables statically on Windows. by Dejan Mircevski · 8 years ago
  20. f76848a Fix various issues reported by cppcheck. by Lei Zhang · 8 years ago
  21. f5759f9 Install glslc when installing other binaries. by Andrew Woloszyn · 8 years ago
  22. 6d40444 Fixed the windows build. by Andrew Woloszyn · 8 years ago
  23. 8f7357c If no tag in the repo, then show the commit hash by David Neto · 8 years ago
  24. 1ccede1 Use raw string literal to store help messages. by Lei Zhang · 8 years ago
  25. 3438e23 Fixed CMake to use PYTHON_EXECUTABLE everywhere. by Andrew Woloszyn · 8 years ago
  26. 91bfb4c Add one-line overview to glslc help text by David Neto · 8 years ago
  27. f53a02d Export the includes in the android.mk file by Andrew Woloszyn · 8 years ago
  28. 66d409c Add an example program for simple C++ API usage by David Neto · 8 years ago
  29. 5f8d7d3 Added third_party license files. by Andrew Woloszyn · 8 years ago
  30. 92d05ce Use statically typed compilation results in C++ API by David Neto · 8 years ago
  31. 1f84b05 Minor enhancements involving finder and includer. by Lei Zhang · 8 years ago
  32. 9a6256b Fix the build-version target. by Andrew Woloszyn · 8 years ago
  33. 2917445 Implement glslc --version. by Dejan Mircevski · 8 years ago
  34. 2d1be46 Added missing include directory to android build scripts. by Andrew Woloszyn · 8 years ago
  35. e9752f2 Add target build-version. by Dejan Mircevski · 8 years ago
  36. 79ccda1 Handle arbitrary year in Copyright. Fixes #139. by Dejan Mircevski · 8 years ago
  37. 7033118 Add missing dependency on pygments.rb in README. by Lei Zhang · 8 years ago
  38. 735a558 Point to libshaderc's README for how to use the API. by David Neto · 8 years ago
  39. f4a8f8a Rearrange libshaderc header files. by David Neto · 8 years ago
  40. e145d34 Remove caching of macro names and values in glslc by qining · 8 years ago
  41. 763eff0 Rename spv module to compilation result by qining · 8 years ago
  42. ac29c1f libpsirv.h is now in spirv-tools/libspirv.h by David Neto · 8 years ago
  43. f8b9beb Allow spirv-tools and glslang to live elsewhere. by Andrew Woloszyn · 8 years ago
  44. 414795c Enhance integrating with other Android projects. by Andrew Woloszyn · 8 years ago
  45. 455c7cd Fix output data alignment and avoid copy by qining · 8 years ago
  46. 877a4cd Fix the document for option -M. by qining · 8 years ago
  47. d4bbd08 Fixed uninitialized memory that caused windows build failures. by Andrew Woloszyn · 8 years ago
  48. 94d29d1 Change assembly output file extension from .s to .spvasm by qining · 8 years ago
  49. de04948 Remove shaderc_module_get_success by David Neto · 8 years ago
  50. bde33a9 Add dumping dependency info option (-M, -MD, etc) for glslc, like rules required by by qining · 8 years ago
  51. 7b94f85 Drop -working-directory command line option and simplify the process to by qining · 8 years ago
  52. 5802fe1 Add the missed '#version 140' in two testing shaders for libshaderc_util by qining · 8 years ago
  53. 3bf8a0c Change the contained data type of libshaderc_util::Compiler::predefined_macros_ from libshaderc_util::string_piece to std::string by qining · 8 years ago
  54. fab6411 Glslang rejects SPIR-V compilation on old shaders by David Neto · 8 years ago
  55. 3e6667a add another checking class for glslc which only expect a specified substring appearing in the whole error message, use this class for target-env glslc test by qining · 8 years ago
  56. fbe6548 Replace "Google Mock" with "Google Test" in README. by Dejan Mircevski · 8 years ago
  57. 2c0d6bd Don't run spirv-tools-testsuite. by Dejan Mircevski · 8 years ago
  58. d985c02 Add libshaderc_combined to Windows builds. by Andrew Woloszyn · 8 years ago
  59. f57a807 Updated combine_static_libs to have fewer warnings on new cmake. by Andrew Woloszyn · 8 years ago
  60. e058171 Use configure_file to create the ar script. by Andrew Woloszyn · 8 years ago
  61. f6d8374 Add --target-env option to glslc by qining · 8 years ago
  62. 1b457f1 Disassembled output is indented. by David Neto · 8 years ago
  63. 680ccef Remove dead includes by David Neto · 8 years ago
  64. d080537 Enabled caching of glsl state. by Andrew Woloszyn · 8 years ago
  65. ad07118 Improve includer blurbs and run clang-format. by Dejan Mircevski · 8 years ago
  66. 2b4eafb port glslc from libhshaderc_util to libshaderc by qining · 8 years ago
  67. 5e8f5a1 Qualify CMake function names with "shaderc" to avoid conflictions. by Lei Zhang · 8 years ago
  68. ec10670 Try single thread if ninja fails to build with multithreads. by Lei Zhang · 8 years ago
  69. b4523a5 Add tests to spot check disassembly in libshaderc. by Lei Zhang · 8 years ago
  70. 56b4cee Disassemble SPIR-V binary using SPIRV-Tools. by Lei Zhang · 8 years ago
  71. 5d28d95 Add SPIRV-Tools as an third-party project and test it. by Lei Zhang · 8 years ago
  72. b062432 Return ICE instead of Compilation Failure if we catch an exception. by Andrew Woloszyn · 8 years ago
  73. cb8916f add 'null-terminated' by qining · 8 years ago
  74. c73f444 Add shaderc_parse_verison_profile utility function by qining · 8 years ago
  75. 6e1cb55 Add compilation status to shaderc_spv_module by qining · 8 years ago
  76. 6e3a67e update the CompilesGlslToSpv() in android_test by qining · 8 years ago
  77. 8316f72 Add input_file_name arg to C and C++ compile methods. by qining · 8 years ago
  78. 3f48624 Shader kind extended to allow forced, inferred, and fallback. by qining · 8 years ago
  79. 602f4b3 Fix mismatch of builtins in preprocess vs. compile by David Neto · 8 years ago
  80. ed771b3 Sort LOCAL_SRC_FILES in Android.mk. by Dejan Mircevski · 8 years ago
  81. d30a0d4 Add new glslang source files to Android.mk. by Dejan Mircevski · 8 years ago
  82. 15d3b2a Fix appveyor configuration. by Andrew Woloszyn · 8 years ago
  83. 7de2d3b Add qining@google.com to contributors list by David Neto · 8 years ago
  84. 8c3684e Compiler options support setting an include handler by qining · 8 years ago
  85. 99a202a Use a newer version of GCC for Travis CI. by Lei Zhang · 8 years ago
  86. 50dd8b2 bug fix: comparing signed with unsigned. by qining · 8 years ago
  87. a3c61ea add get_num_errors() and get_num_warnings() by qining · 8 years ago
  88. 5fcd7b8 Use char array for global strings and run clang-format. by Lei Zhang · 8 years ago
  89. b1a1ae1 add set-generate-debug-info by qining · 8 years ago
  90. d84a945 Fixed compilation issue on VS2013 in counting_includer. by Andrew Woloszyn · 8 years ago
  91. c94b8a5 Add set_forced_version_profile to libshaderc. by qining · 8 years ago
  92. e570bae Fix warning caused by braces around scalar initializer. by Lei Zhang · 8 years ago
  93. 4fd51cc DRY shaderc_test.cc by qining · 8 years ago
  94. f14f231 Fix several compilation warnings/errors with VS2013 by Mark Adams · 8 years ago
  95. 97817d7 Add set_warnings_as_errors() to libshaderc by qining · 8 years ago
  96. 8aaebf8 Say hello to Qining. by Lei Zhang · 8 years ago
  97. 516b60a Merge #68: Rename CompilationErrors to CompilationWarnings. by Dejan Mircevski · 8 years ago
  98. 2e960b2 Don't call Compiler::IsValid() at the start of every test. by Dejan Mircevski · 8 years ago
  99. 00df7fd Move shaderc::CompileOptions to test fixture. by Dejan Mircevski · 8 years ago
  100. bc7d444 Squash and merge #66: Simplify shaderc_cpp tests. by Dejan Mircevski · 8 years ago