bazel /
bazel /
c90764ddf8abf78dc43c65d2043e01a76e4e98e5 - c90764d Implement imports (via load()) in Skydoc. by cparsons · 7 years ago
- 5f76f67 Rename skydoc test case input files to .bzl, and put them into a testdata directory. by cparsons · 7 years ago
- 030448a Add rudimentary apple-related classes to fakebuildapi. by cparsons · 7 years ago
- 358c515 Remove --allow_undefined_configs by ccalvarin · 7 years ago
- a8926b7 Convert directDeps to a map of SkyValues by mschaller · 7 years ago
- e25edb1 Fix link to toolchains to work properly. by jcater · 7 years ago
- 4e58094 Short-circuit done node dep registration when no new deps by mschaller · 7 years ago
- bc37477 Deduplicate loose paths much earlier so that they create smaller nested sets by Googler · 7 years ago
- fc6c742 Split common functionality out of ConfiguredTargetQueryEnvironment. by twerth · 7 years ago
- e661f88 Require @SkylarkCallable parameters to be explicitly specified. by cparsons · 7 years ago
- 178e6cc Fix up some tests for Arm64 by Arielle Albon · 7 years ago
- 3fc2880 Change label from //tools/defaults:java_toolchain to //tools/jdk:toolschain by dbabkin · 7 years ago
- c4dc7ee site/docs: update list of supported fedora versions by Nikhita Raghunath · 7 years ago
- 049a57e Adding --repositories to generate_workspace docs by flamecoals · 7 years ago
- 1609b68 Change label from //tools/defaults:crosstool to //tools/cpp:crosstool", by dbabkin · 7 years ago
- 384d454 Delete some more LIPO crumbs. by Benjamin Peterson · 7 years ago
- 817e329 Remove CROSSTOOL_LABEL label resolver from ObjcRuleClasses. by dbabkin · 7 years ago
- 1d3b6c1 Add aliases for current_cc_host_toolchain, current_libc_top and filegroup by dbabkin · 7 years ago
- c71157f Expose Skylark API to the C++ toolchain by hlopko · 7 years ago
- 74a9f01 Add virtual destructor and override to BinaryLauncherBase and subclasses by Loo Rong Jie · 7 years ago
- 3dc3847 Add parentheses to bool expr with && and || by Loo Rong Jie · 7 years ago
- 02642c2 Automated rollback of commit 1f319fffb8a577be95e8143c21755fe55156a0cb. by cushon · 7 years ago
- 4adcf22 Remove unused strict deps module parameter. by Googler · 7 years ago
- bceecab Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark calls by gregce · 7 years ago
- 7bcb8ed Handles null value in createAggregatingValue env.getValues call. by shahan · 7 years ago
- f59a033 Remove old (dead) SkylarkSignature-binding code from some classes. by cparsons · 7 years ago
- ef5873b Remove outdated cfg=data" by gregce · 7 years ago
- d790ce4 Inspect post-evaluation exported variables to obtain rule names. by cparsons · 7 years ago
- 57974d4 Clarify purpose of golden-file-regeneration targets by cparsons · 7 years ago
- f095fe0 Add Interners for CcToolchainFeatures$ActionConfig, Feature, and by mjhalupka · 7 years ago
- 90e2b4b Automated refactor of Label.parseAbsolute() to always pass a repository mapping by dannark · 7 years ago
- 116971c Fix docgen handling of multiple modules with the same name by cparsons · 7 years ago
- 7463665 Create a skydoc_test macro for ease of golden-file testing of skydoc by cparsons · 7 years ago
- 21818ad Remove obsolete function. by laurentlb · 7 years ago
- 2e71255 Debug server logging: don't construct expensive debug-level log strings unless necessary. by brendandouglas · 7 years ago
- 49eaa8f Bazel,client: actually cache directory creations by Laszlo Csomor · 7 years ago
- c2beee1 Bazel client: add a simple profiler by Laszlo Csomor · 7 years ago
- c334bce Windows,examples: //examples/shell now works by Laszlo Csomor · 7 years ago
- db9afe7 Add an interner for non source artifacts that are deserialized. by mjhalupka · 7 years ago
- 4d868fe buildkite: enable android ndk tests on ubuntu 18.04 by buchgr · 7 years ago
- 38fa83c C++: Makes Skylark CcCompilationInfo accept headers by plf · 7 years ago
- 1f319ff PiperOrigin-RevId: 202296332 by twerth · 7 years ago
- fc43b14 Use %zu to print size_t by Loo Rong Jie · 7 years ago
- 44646c2 runfiles libraries: fix tests and comments by Laszlo Csomor · 7 years ago
- 1030323 PiperOrigin-RevId: 202265344 by cushon · 7 years ago
- fba7cfb Make DefaultInfo.default_runfiles return all runfiles if the runfiles field of DefaultInfo() was used. by cparsons · 7 years ago
- 5d85e75 Initial check-in of skydoc rewrite. by cparsons · 7 years ago
- 06b4928 Use the current processes' environment, as xcrunwrapper requires some of these values when being invoked. by kaipi · 7 years ago
- a19a56d Enforce that repository mapping is never null (it can be empty). by dannark · 7 years ago
- f166d1c Debug server debug logs: use EventHandler instead of Logger. by brendandouglas · 7 years ago
- 4a20020 Flatten JavaCompilationAgs into JavaCompilationArgsProvider by cushon · 7 years ago
- dc041d1 Add newline in Args docs. by tomlu · 7 years ago
- b18ae72 Make sure we pass the correct -encoding options to javac by cushon · 7 years ago
- ef6f4cf Instead of depending on mutable inputs of upstream CppCompileAction instances, by shahan · 7 years ago
- 89dfee5 Fix minor errors in[] by Googler · 7 years ago
- 6b6fa75 Fix concurrent modification exception while resuming all threads. by brendandouglas · 7 years ago
- 6ecacd5 Document LateBoundDefault by cparsons · 7 years ago
- 85d3f61 update bazel toolchains to 0.14.1 by buchgr · 7 years ago
- 26aaea2 Remove support for header preprocessing by hlopko · 7 years ago
- 15dab18 C++: Refactor WrapCcHelper. by plf · 7 years ago
- 01683d3 Handle evaluation of statements, not just expressions. by brendandouglas · 7 years ago
- d82b8ab add helper JUnit TestWrapper class to do some action on test timeout by Irina Chernushina · 7 years ago
- af0825d Add convenience methods to check for flag existence and values in command lines. by twerth · 7 years ago
- acd21a5 Specify that some resources in objc_bundle_library are post processed before they are used on the phone. by Googler · 7 years ago
- f63b020 create path utils for copying and deleting directories, by Googler · 7 years ago
- 35df715 Replace //tools/defaults:jdk to //tools/jdk:* by dbabkin · 7 years ago
- e177fbd Allow private headers to appear in directory artifacts by hlopko · 7 years ago
- 315e5b1 remote: enable previously ignored tests by Jakob Buchgraber · 7 years ago
- 5013a33 Release 0.15.0 (2018-06-26) by Bazel Release System · 7 years ago
- 4f547a7 process runner for junit integration test framework by Irina Chernushina · 7 years ago
- b38098e C++: Remove call to initializeCcCompilationContext. by plf · 7 years ago
- d88eee8 buildkite: disable determinism test on presubmit by buchgr · 7 years ago
- bd29ddb Prefetch inputs in bazel workers. by Googler · 7 years ago
- c7a2a3d Fix missing newline after repository_cache value in info command output. by Googler · 7 years ago
- 1f684e1 Explicitly specify @SkylarkCallable parameters for cpp skylark modules. by cparsons · 7 years ago
- 73a7c90 Explicitly specify @SkylarkCallable parameters for several skylarkbuildapi interfaces. by cparsons · 7 years ago
- a1d0aec C++: Remove unnecessary runfiles providers. by plf · 7 years ago
- cb68a96 Clarify that depset order is deterministic by brandjon · 7 years ago
- cac6506 Go back to handling conditional breakpoints server side. by brendandouglas · 7 years ago
- e5a90da Explicitly specify @SkylarkCallable parameters for apple skylarkbuildapi interfaces. by cparsons · 7 years ago
- 40e3c7c C++: Remove CcLinkParamsStore parameter from CcLinkingInfo. by plf · 7 years ago
- eed98a6 http_archive: remove noisy debug prints by Jeremy Nimmer · 7 years ago
- 1c393c2 Make @bazel_tools//tools/build_defs/cc/action_names.bzl work for bazel osx tests by hlopko · 7 years ago
- 40f5a77 Windows: Native launcher now works with unicode. by Yun Peng · 7 years ago
- d753745 Fix typo in http.bzl by Loo Rong Jie · 7 years ago
- f5043d6 Windows,client: extract embedded binaries faster by Laszlo Csomor · 7 years ago
- b60215b re-enable android ndk test on postsubmit by buchgr · 7 years ago
- da91730 Windows,Bazel client: check embedded tools faster by Laszlo Csomor · 7 years ago
- 88d1cae Make @SkylarkCallable.name mandatory. by cparsons · 7 years ago
- c8bd74f ToolchainContext directly implements SkylarkValue and SkylarkIndexable. by John Cater · 7 years ago
- 368bc8ac Explicitly specify @SkylarkCallable parameters for android skylarkbuildapi interfaces. by cparsons · 7 years ago
- a3a273e Delete an unused method by cushon · 7 years ago
- da327bb Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all label methods that don't explicitly pass a repository mapping. by dannark · 7 years ago
- ecc9220 Automated rollback of commit 28a999cff60fa5a8c9ca045ab2b202d83a0e0583. by kaipi · 7 years ago
- f017ec3 Add some debugging info to ArtifactFactory, and allow tests to access the ArtifactResolverSupplier in SkyframeExecutor. by janakr · 7 years ago
- 39a0a38 Expose aspect actions from Skylark. by tomlu · 7 years ago
- 732dc51 Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca. by twerth · 7 years ago
- dc97fd1 Add a method in FileArtifactValue to create a new instance given an existing FileStatus. by felly · 7 years ago
- 8765ddf Automatic ClangTidyReadability code cleanup. by Googler · 7 years ago
- 3af3846 buildkite: test Bazel on Ubuntu 18.04 by buchgr · 7 years ago