1. a6f0f13 Output more debug information when running python tests by Yun Peng · 8 years ago
  2. 65cda4f Refactor cc_configure.bzl by Yun Peng · 8 years ago
  3. cec624e Make cc_configure on Windows simpler and more robust by Yun Peng · 8 years ago
  4. 284a611 Use a wrapper-free MSVC toolchain when NO_MSVC_WRAPPER=1 by Yun Peng · 8 years ago
  5. a4697fd Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  6. b0f5c4c Fix typo: s/exists/exist/ where needed. by philwo · 8 years ago
  7. c3cf7d9 Reverts non-xcode-available darwin crosstool generation. by cparsons · 8 years ago
  8. 286428a Wrap ar invocations for osx bazel crosstool. by cparsons · 8 years ago
  9. 033aa6c Fixes compilation on Power8 by davideleoni90 · 8 years ago
  10. 3b08f77 Adding feature for linking C Run-Time library on Windows by Yun Peng · 8 years ago
  11. 0f0ccc4 Escape % in strings that will appear in Crosstool by hlopko · 8 years ago
  12. cc21998 Rollforward #2 of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  13. 5fc036e Automated g4 rollback of commit 5038016e6573962d2554fcf9c10faa0cca8714e2. by dmarting · 8 years ago
  14. 5038016 Rollforward of: Basic open-source crosstool to support targeting apple platform types. by cparsons · 8 years ago
  15. b6cc4c1 Automated g4 rollback of commit 501b62716af12ba42c019bd9f231468b3c144757. by aehlig · 8 years ago
  16. 501b627 Basic open-source crosstool to support targetting apple platform types. by cparsons · 8 years ago
  17. ba8b2d9 Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055. by jfield · 8 years ago
  18. 0451048 Make C++ archiving use action_configs instead of hardcoded flags by hlopko · 8 years ago
  19. 724706b Do not add a build id to C++ binaries by default. by lberki · 8 years ago
  20. 07fbeae cc_configure: stricter error checks in _execute by laszlocsomor · 8 years ago
  21. 6ac454a Provide more information regarding compiler by Eric Cousineau · 8 years ago
  22. ceb5e71 Suppress some warning messages from cc_configure.bzl by Yun Peng · 8 years ago
  23. 6a0ddd8 Windows MSVC toolchain: Move environment variables setup from wrapper script to CROSSTOOL by Yun Peng · 8 years ago
  24. 6326f98 adding more env vars to invalidation list by Nicolas Lopez · 8 years ago
  25. bcbdb87 Replacing hardcoded use of 'local' for env variables in cc autoconfig by Nicolas Lopez · 8 years ago
  26. 832548d cc_configure: more generic msys_root discovery by László Csomor · 8 years ago
  27. c77eac9 Make MSVC CROSSTOOL default on Windows by Yun Peng · 8 years ago
  28. 0e37571 Make gold autodetection more robust on macos by Marcel Hlopko · 8 years ago
  29. 5dbb23b Fix coverage section in the autodetected crosstool for windows by Marcel Hlopko · 8 years ago
  30. 71c72c1 Fix autodetection of c++ coverage on osx by Marcel Hlopko · 8 years ago
  31. ac29b78 cc_configure: declare environment variables for invalidation by Damien Martin-Guillerez · 8 years ago
  32. 321aa54 Make Bazel work with Visual Studio 2017 by Yun Peng · 8 years ago
  33. 7a95e42 Detect Visual C++ build tools through vcvarsqueryregistry.bat by Yun Peng · 8 years ago
  34. 46d31b5 Windows, cc_configure: use BAZEL_SH, not cygpath by Laszlo Csomor · 8 years ago
  35. 5ab5cbd Update _get_cpu_value() to fix issue #1264 by Marcel Hlopko · 8 years ago
  36. c76c93e Support gold linker in cc_configure.bzl by Marcel Hlopko · 8 years ago
  37. b5fb12f Guard -pass-exit-codes to support clang by Marcel Hlopko · 8 years ago
  38. aaee64e Power support by Nishidha Panpaliya · 8 years ago
  39. 5875be7 Only enable _FORTIFY_SOURCE for opt builds. by Marcel Hlopko · 8 years ago
  40. 2354dc0 pass -fno-canonical-headers only once by Marcel Hlopko · 8 years ago
  41. 33d9e2a move linker flags from compiler_flags to linker_flags; fix option syntax by Marcel Hlopko · 8 years ago
  42. 325b155 cc_configure.bzl: Using registry information to find VS by Yun Peng · 8 years ago
  43. 5dd5744 Change handling of LD_LIBRARY_PATH in link actions: instead of passing the directories using a linker option, pass it in the environment instead. by Lukacs T. Berki · 8 years ago
  44. e208428 cc_configure.bzl: On Windows, make sure C:\windows\system32 is in PATH by Yun Peng · 8 years ago
  45. a79581e Add gpu compile support to MSVC wrapper script by Yun Peng · 8 years ago
  46. 7585552 Rollback of commit cc3d79cca775cad9e9193d38bedf4df51a5c8a50. by Dmitry Lomov · 8 years ago
  47. cc3d79c Support gold linker by Marcel Hlopko · 8 years ago
  48. 81aede1 Reimplement whole archive on Windows by Yun Peng · 8 years ago
  49. aecf826 Rollback of commit ffdc05d2278d7f9c6e299c923019f689cde5fe76. by Yun Peng · 8 years ago
  50. ee311f4 Add global_whole_archive into MSVC CROSSTOOL by Yun Peng · 8 years ago
  51. ffdc05d Add action_config and feature for linking on Windows by Yun Peng · 8 years ago
  52. c30432c Fix cc_configure on Windows by Yun Peng · 8 years ago
  53. eb87208 Make cc_configure on Windows more robust by Yun Peng · 8 years ago
  54. 5d03c5c Checking BAZEL_SH first when looking for bash on Windows by Yun Peng · 9 years ago
  55. 76a2bbc Remove support for thin archives. by Lukacs Berki · 9 years ago
  56. f3d431d Use -fno-canonical-system-headers when supported by Brian Silverman · 9 years ago
  57. a411746 cc_configure.bzl: Output error message when executing a command fails by Yun Peng · 9 years ago
  58. 001aade Adding default value for environment variables and python binary by Yun Peng · 9 years ago
  59. 42d8290 Fix Windows tests. by Dmitry Lomov · 9 years ago
  60. 44fa4c7 Fixed repository.which() on Windows by Yun Peng · 9 years ago
  61. 56b16e7 Autoconfigure MSVC CROSSTOOL by Yun Peng · 9 years ago
  62. a8efe48 cc_configure: removes -no-canonical-prefixes from the list of default flags by Damien Martin-Guillerez · 9 years ago
  63. b86809e Add -headerpad_max_install_names to darwin CROSSTOOL linker flags. by David Chen · 9 years ago
  64. 4caa04f cc_configure: correctly detect 32/64 bits CPU for Linux by Damien Martin-Guillerez · 9 years ago
  65. ec2657f cc_configure: use the wrapper only if on Darwin and ship the environment only if in homebrew by Damien Martin-Guillerez · 9 years ago
  66. 6dab815 Rollback of commit 5e6218ea4e83a7fadfe54c35488781da550ce13e. by Damien Martin-Guillerez · 9 years ago
  67. 5e6218e Rollback of commit 87a58589d6770a6e9a0f998274bfe69f1feb6014. by Damien Martin-Guillerez · 9 years ago
  68. 87a5858 Rollback of commit b4549fe8dfb29f87fd37b38bf21a5b4bef818b12. by Damien Martin-Guillerez · 9 years ago
  69. b4549fe Rollback of commit f1f24fc4b5aa83b7a4b872ec8f1c3a369799c081. by Damien Martin-Guillerez · 9 years ago
  70. f1f24fc Ship the environment fixed at configure time to the C++ compiler by Damien Martin-Guillerez · 9 years ago
  71. efebc4d cc_configure: add -lm to the default linker flags by Damien Martin-Guillerez · 9 years ago
  72. c6da034 cc_configure: do not assume the message from gcc is in English by Damien Martin-Guillerez · 9 years ago
  73. 3bbfe16 cc_configure.bzl: support spaces in CC environment by Damien Martin-Guillerez · 9 years ago
  74. 6cab55b cc_configure.bzl: Add -Wl,-no-as-needed as default link options by Damien Martin-Guillerez · 9 years ago
  75. 810d60a cc_configure: Add -B to compiler flag too by Damien Martin-Guillerez · 9 years ago
  76. aa3dbd3 cc_configure.bzl: strip end of line when looking for the cpu by Damien Martin-Guillerez · 9 years ago
  77. fdcb3b2 Added configuration for wrapper scripts of msvc toolchain by Yun Peng · 9 years ago
  78. 3e4e416 cc_configure: uses which on the CC environment variable by Damien Martin-Guillerez · 9 years ago
  79. 0b26f44 cc_configure: Add piii to the list of supported cpu_value by Damien Martin-Guillerez · 9 years ago
  80. a20352e cc_configure: always add -B/usr/bin to the list of gcc option by Damien Martin-Guillerez · 9 years ago
  81. 97e5ab0 Fix cc_configure include path for Frameworks on OS X. by Damien Martin-Guillerez · 9 years ago
  82. f9276e2 Fix issues with cc_configure by Alpha Lam · 9 years ago
  83. be1b115 cc_configure.bzl: fix path to static crosstool by Damien Martin-Guillerez · 9 years ago
  84. a930352 Adds Skylark Remote Repository documentation by Damien Martin-Guillerez · 9 years ago
  85. 9116b3e cc_configure: Fix fallout of renaming ctx to repository_ctx. by Damien Martin-Guillerez · 9 years ago
  86. a6d9ba7 cc_configure: fallback to static crosstool for unsupported platform by Damien Martin-Guillerez · 9 years ago
  87. da258a0 Use repository_ctx for each usage of repository context. by Damien Martin-Guillerez · 9 years ago
  88. 8a9e9ab cc_configure: fix issues with CentOS 6.7 and custom gcc by Damien Martin-Guillerez · 9 years ago
  89. 12ecc0b cc_configure: fix various small errors by Damien Martin-Guillerez · 9 years ago
  90. 8fa5ae6 Add a cc_configure rule to auto-configure C++ crosstool by Damien Martin-Guillerez · 9 years ago