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
path:
root
/
src
/
main
Commit message (
Expand
)
Author
Age
*
Have clang output .d dependency files during ObjcCompile.
Googler
2015-09-15
*
Support multiarchitecture objc libraries for both simulator and device archit...
Chris Parsons
2015-09-15
*
Use the BUILD file location instead of location inside the macro.
Laurent Le Brun
2015-09-15
*
Fix and test SyntaxTreeVisitor
Laurent Le Brun
2015-09-15
*
Package that is dependency of genquery cannot be null when genquery is being ...
Janak Ramakrishnan
2015-09-15
*
When generating Xcode projects, remove -I options from copts and instead add ...
Rumou Duan
2015-09-14
*
Fix typos in "Packages" description and MethodLibrary doc
Mark Schaller
2015-09-14
*
Configured Java logging for Bazel
Damien Martin-Guillerez
2015-09-14
*
Prevented catching/wrapping of InterruptedExceptions, especially in BaseFunct...
Florian Weikert
2015-09-14
*
Remove dead code, set private visibility
Laurent Le Brun
2015-09-14
*
Skylark doc: clarify that new_file takes argument is relative to package
Laurent Le Brun
2015-09-14
*
workers: A multitude of bug fixes and improved logging.
Philipp Wollermann
2015-09-14
*
Fix genrule documentation, outputs may be in different directories.
Laurent Le Brun
2015-09-14
*
Add unit tests for AndroidStudioInfoAspect and implement dependency collection.
Dmitry Lomov
2015-09-14
*
Skip the constraints check for :run_under.
Ulf Adams
2015-09-14
*
Fix a bug, when we have dependency from one aspect to another aspect1->aspect...
Marian Lobur
2015-09-14
*
Rollforward of [], which was rolled back in []. Cleans up support for objc_pr...
Michael Thvedt
2015-09-14
*
Use the file size from FileValue instead of wastefully stat'ing the file agai...
Nathan Harmata
2015-09-14
*
Clarify Skylark doc for ctx.files and ctx.file
Laurent Le Brun
2015-09-14
*
Add Jsonnet rules to Bazel.
David Chen
2015-09-14
*
Make StdRedirect.dylib as a dependency of all ios_test and experimental_ios_t...
Googler
2015-09-14
*
Minor simple optimization in FileFunction: don't bother getting a FileStateVa...
Nathan Harmata
2015-09-14
*
Stop trying to process NoSuchPackageExceptions that are never thrown. We know...
Janak Ramakrishnan
2015-09-11
*
Fix rbuildfiles query operation for broken packages. We use to assume that al...
Miguel Alcon Pinto
2015-09-11
*
Don't expose includeGlobs in PackageSerializer public interface
Michajlo Matijkiw
2015-09-11
*
Fix spelling mistake.
Janak Ramakrishnan
2015-09-11
*
Allows objc_* rules to depend on cc_inc_library.
Peter Schmitt
2015-09-11
*
Allow tuples inside square brackets (for list/dict indexing).
Laurent Le Brun
2015-09-11
*
Fixed Skylark stack trace:
Florian Weikert
2015-09-11
*
Fix Bazel breakage
Damien Martin-Guillerez
2015-09-11
*
Fix BUILD_SCM_* being looked for in the stable status file and test it.
Brian Silverman
2015-09-11
*
Strictly enforce reverse deps removals.
Janak Ramakrishnan
2015-09-11
*
Refactor Skylark Environment-s
Francois-Rene Rideau
2015-09-11
*
Propagate includes and defines attributes from cc_library to dependent objc_l...
Peter Schmitt
2015-09-11
*
Updated Bazel's j2objc version to 0.9.8.1 (latest).
Googler
2015-09-11
*
Add experimental_ios_test to the list of rules that objc_xcodeproj can depend...
Chris Parsons
2015-09-11
*
Stop serializing/deserializing Locations as part of Packages
Michajlo Matijkiw
2015-09-11
*
Preserve the original location in EvalExceptionWithStackTrace
Laurent Le Brun
2015-09-11
*
LoadStatement: Keep the location of the path argument.
Laurent Le Brun
2015-09-11
*
Fix typo in a comment.
Philipp Wollermann
2015-09-11
*
Fix bug in the parser when a block was silently skipped.
Laurent Le Brun
2015-09-11
*
Delay cleaning of in-flight nodes until the following build. This allows us t...
Janak Ramakrishnan
2015-09-11
*
Fix error message when accessing unsupported operator [].
Laurent Le Brun
2015-09-11
*
Remove expectation of clang in producing .gcno of assembly files for instrume...
Chris Parsons
2015-09-11
*
Save subtasks for Skylark function profiler tasks and then report self time o...
Klaas Boesche
2015-09-09
*
The rbuildfiles operator in blaze query now correctly handles loads and subin...
John Field
2015-09-09
*
Rewrite the preprocessor infrastructure to return events as part of the result.
Ulf Adams
2015-09-09
*
Fix compile warnings
Kristina Chodorow
2015-09-09
*
StandaloneTestStrategy: Remove unnecessary TODO, as dmarting recently impleme...
Philipp Wollermann
2015-09-09
*
StandaloneTestStrategy: Make sure to create a fresh TEST_TMPDIR when running ...
Philipp Wollermann
2015-09-09
[next]