index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Don't refer to the bazel_tools repository for the iOS provisioning profile
Damien Martin-Guillerez
2016-01-15
*
Actually fix test_fetch to not errexit by ls-ing a non-existent directory
Kristina Chodorow
2016-01-15
*
Basic implementation for the build flag apple_bitcode, to propagate bitcode b...
Chris Parsons
2016-01-15
*
ConfigurationFragmentPolicy: assume Skylark names, allow merging.
Michael Staib
2016-01-15
*
Display parsing errors for WORKSPACE files
Kristina Chodorow
2016-01-15
*
fix some header guard paths
Thiago Farina
2016-01-15
*
Skyfunctions can now catch up to five exceptions.
John Field
2016-01-15
*
Stop filtering out targets not in the graph in SkyQueryEnvironment. Instead, ...
Janak Ramakrishnan
2016-01-15
*
Optimize PackageIdentifier hash code implementation, which has shown up in so...
Eric Fellheimer
2016-01-15
*
Better error message for attempted builds of statically linked binaries targe...
Cal Peyser
2016-01-15
*
Propogate BAZEL_VERBOSE_FAILURES and BAZEL_SUBCOMMANDS to the execution envir...
Cal Peyser
2016-01-15
*
Add a few other Label.resolveRepositoryRelative() calls to make select() stat...
Lukacs Berki
2016-01-15
*
Limit the number of parallel jobs in test Bazel instances so that running the...
Lukacs Berki
2016-01-15
*
Use general java jdk dependency for bazel debian package
Andrew Jorgensen
2016-01-15
*
Stop recommending installing openjdk-source
Damien Martin-Guillerez
2016-01-15
*
Fix include for the cpp example on the website
Emmanuel Jay
2016-01-14
*
Remove some dead code.
Ulf Adams
2016-01-14
*
Set external_correctness_test size to large
Damien Martin-Guillerez
2016-01-14
*
Grammar fix: "it follow" -> "it follows"
Googler
2016-01-14
*
Remove explicit GC calls in javac persistent worker.
Googler
2016-01-14
*
Require all PackageSpecification objects to implement an asString method to a...
Janak Ramakrishnan
2016-01-14
*
Include the new 'catastrophe' field in EvaluationResult.mergeFrom().
Googler
2016-01-14
*
Use AutoProfiler in SkyQueryEnvironment#init. Also augment the WalkableGraphF...
Nathan Harmata
2016-01-14
*
For native rule classes, (de)serialize only explicit attrs
Mark Schaller
2016-01-14
*
Store excluded subdirectories as PathFragment instead of String inside Target...
Janak Ramakrishnan
2016-01-14
*
First steps towards implementing AndroidStudioInfoAspect in Skylark.
Dmitry Lomov
2016-01-14
*
Adding some links to skylark concepts g3doc
Googler
2016-01-13
*
Make package names in the package_group.packages attribute refer to the repos...
Lukacs Berki
2016-01-13
*
Use our java test runner in Bazel
Damien Martin-Guillerez
2016-01-13
*
Correct a path in BUILD file comment.
Alex Humesky
2016-01-13
*
Make repository-local labels in visibility declarations actually be repositor...
Lukacs Berki
2016-01-13
*
Open-source the JUnit test runner.
Damien Martin-Guillerez
2016-01-13
*
Use xcode_config build target for actions which need to resolve an xcode vers...
Chris Parsons
2016-01-13
*
cc_inc_library: Add CcSkylarkApiProvider info
Googler
2016-01-13
*
Remove support for runtime deps artifacts
Liam Miller-Cushon
2016-01-13
*
Test for extra rebuilds caused by empty files in http_archive etc.
Brian Silverman
2016-01-13
*
[scala] fix declared dependencies.
Damien Martin-Guillerez
2016-01-13
*
Fixing broken named anchors for common-attributes*.
Googler
2016-01-13
*
Fix links to docs for other rules, Bazel User Manual, Build Reference, and Make
David Chen
2016-01-13
*
Doc typo: avaliable -> available
Laurent Le Brun
2016-01-13
*
Make the Bazel continuous build work again after the change that introduced a...
Lukacs Berki
2016-01-12
*
Don't break long words for debian control fields
Andrew Jorgensen
2016-01-12
*
Reset state before test_fetch
Kristina Chodorow
2016-01-12
*
Simplifies passing the debug key to ApkBuilder.
Alex Humesky
2016-01-12
*
Adds ApkBuilder from the Android SDK to bazel's third_party with some
Alex Humesky
2016-01-11
*
Use objective-C dependencies only for test that might requires them.
Damien Martin-Guillerez
2016-01-11
*
Fix bazel version for debian package
Damien Martin-Guillerez
2016-01-11
*
Fix broken links in all Java rule documentation.
David Chen
2016-01-11
*
Provide rule class name to aspects.
Dmitry Lomov
2016-01-11
*
Fix compile warning for struct/class mismatch
Kristina Chodorow
2016-01-11
[next]