aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* blaze user manual: remove a clause about --blazerc that is not true.Gravatar Googler2016-02-23
* Refactor the JavaSemantics interface to reduce reliance on mutable JavaCommon.Gravatar Ulf Adams2016-02-23
* Make some JavaCommon static to reduce reliance on mutable state.Gravatar Ulf Adams2016-02-23
* Split the code to create singlejar actions out of BaseJavaCompilationHelper.Gravatar Ulf Adams2016-02-23
* Restore allow_files and single_file attributes.Gravatar Julio Merino2016-02-23
* Fix blatant bug with Skyframe globbing where we incorrectly allow dangling sy...Gravatar Nathan Harmata2016-02-23
* Prevent new evaluations from starting if a done child's error is discovered. ...Gravatar Janak Ramakrishnan2016-02-23
* Add ExecutionRequirements target that is generally available to rule implemen...Gravatar Cal Peyser2016-02-23
* Allow preprocessing proto files before compiling them in gensrcjar.sh.Gravatar Julio Merino2016-02-23
* Make project generated by setup-intellij.sh error-free.Gravatar Janak Ramakrishnan2016-02-23
* Adds the ResourceShrinkerAction. Uses the results of resource processing and ...Gravatar Andrew Pellegrini2016-02-23
* Release 0.2.0 (2016-02-18)Gravatar Bazel Release System2016-02-23
* Workaround gcc bug.Gravatar Dmitry Lomov2016-02-22
* Changed mandatoryProviders to mandatoryProvidersListGravatar Yun Peng2016-02-22
* Reformat CppOptions.javaGravatar Cal Peyser2016-02-22
* Doc update for Skylark syntax, mention 'is' is not supportedGravatar Laurent Le Brun2016-02-22
* Update compile_windows scripts to the MSYS64 location hardcoded into Chocolatey.Gravatar Lukacs Berki2016-02-22
* Remove unused code for SYNOPSIS, ATTRIBUTE_DEFINITION, and ATTRIBUTE_SIGNATUREGravatar David Chen2016-02-22
* Move the static getHostJavabaseInputs variant to JavaHelper.Gravatar Ulf Adams2016-02-22
* Clean up unnecessary parameter.Gravatar Alex Humesky2016-02-22
* Rename all the internal proto_library Java-related attributes.Gravatar Ulf Adams2016-02-22
* Add documentation on how to build for an iOS device, use a provisioning profi...Gravatar Dave MacLachlan2016-02-22
* Update bazel-bin/examples/objc/expression_prebuilt.a to be four way fat, and ...Gravatar Dave MacLachlan2016-02-22
* Add link to Windows instructions to sidebar and Install page.Gravatar David Chen2016-02-22
* Update j2objc_library documentations.Gravatar Rumou Duan2016-02-22
* Fix a typo in windows.mdGravatar Michael Zhou2016-02-22
* Get rid of duplicated strings for IosTest attributes because I'm always paran...Gravatar Dave MacLachlan2016-02-22
* Expose ``build_file_path`` to Skylark rules.Gravatar Dmitry Lomov2016-02-22
* Split out Java proto compilation logic to a helper script (take 2).Gravatar Julio Merino2016-02-22
* Add missing instructions to Windows build docsGravatar Solal Pirelli2016-02-22
* Add implicit attribute used for coverage, even if coverage doesn't work yet.Gravatar Ulf Adams2016-02-22
* Allow async command invocations to set the "closeOutput" bit.Gravatar Eric Fellheimer2016-02-22
* Add the names of the mandatory inputs to the action key for actions that disc...Gravatar Lukacs Berki2016-02-22
* Add continuous integration scripts for Windows.Gravatar Lukacs Berki2016-02-22
* Removes "startsWith" check in testGravatar Yue Gan2016-02-19
* Update windows.md with instructions to bootstrap Bazel.Gravatar Dmitry Lomov2016-02-19
* Add repository_ctx.which(str): returns the path of a commandGravatar Damien Martin-Guillerez2016-02-19
* Rollback of commit 8ec3866d9e5d28f6c09546269ec82731c45c28ad.Gravatar Damien Martin-Guillerez2016-02-19
* Add myself to the list of contributors.Gravatar Julio Merino2016-02-19
* Windows: use junctions to link to installation directory.Gravatar Dmitry Lomov2016-02-19
* Minor style fixes.Gravatar Googler2016-02-19
* No longer automatically set _GLIBCXX_DEBUG, _GLIBCXX_DEBUG_PEDANTIC, _GLIBCPP...Gravatar Cal Peyser2016-02-19
* Rename proto_java_library to java_proto_library.Gravatar Julio Merino2016-02-19
* Adds --artifact option to workspace generator for generating workspace andGravatar Alex Humesky2016-02-19
* The test summary in the terminal no longer shows skipped tests as failed.Gravatar Florian Weikert2016-02-19
* Use ctx.executable to get references to the binaries.Gravatar Julio Merino2016-02-19
* Remove an unused field from AbstractPostProcessorGravatar Liam Miller-Cushon2016-02-19
* Make effectively final fields finalGravatar Liam Miller-Cushon2016-02-19
* Make effectively final fields finalGravatar Liam Miller-Cushon2016-02-19
* Fix issues with commit 650533fffccb97910338f335939de76922c9f679Gravatar Michael Zhou2016-02-19