aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* RELNOTES[NEW]: Added --relative_locations flag to the query command to make t...Gravatar Damien Martin-Guillerez2015-03-13
* Remove dead blaze flag --show_builder_stats.Gravatar Laszlo Csomor2015-03-13
* Defaulted cpu to the host cpuGravatar Damien Martin-Guillerez2015-03-13
* Document Bazel's genrule.Gravatar Laszlo Csomor2015-03-13
* BazelTestSuiteRule is documented. The "suites" attribute is removed from Baze...Gravatar Googler2015-03-13
* Implements an attribute textual_hdrs for cc_library rules.Gravatar Manuel Klimek2015-03-13
* Save ~13% execution time in []RuleClassProvider.create() by only formatting s...Gravatar Googler2015-03-13
* Inform EvaluationProgressReceiver of nodes that are built in error.Gravatar Janak Ramakrishnan2015-03-13
* Delete unused class.Gravatar Nathan Harmata2015-03-13
* Make the semantics of runfiles trees saner by always using the entry that com...Gravatar Lukacs Berki2015-03-13
* Fix classpath with named workspace for java binaryGravatar Damien Martin-Guillerez2015-03-13
* Move bundle_id storage from BundleMergeControlBytes to Bundling to fix a case...Gravatar Googler2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* structured_resources allows directories in .app.Gravatar Peter Schmitt2015-03-11
* Populate a new local repository with the files, not dirGravatar Kristina Chodorow2015-03-11
* Glob documentation is updated.Gravatar Googler2015-03-11
* BazelFilegroupRule is documented.Gravatar Googler2015-03-11
* Do not require a WORKSPACE file to load the external pkgGravatar Kristina Chodorow2015-03-11
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Compiling protos should generate coverage files(.gcno) if in coverage mode.Gravatar Googler2015-03-11
* Document Bazel's java_{binary,library,plugin,import} rules.Gravatar Laszlo Csomor2015-03-10
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* Make the BE docgen's code a bit nicer.Gravatar Laszlo Csomor2015-03-10
* A minor documentation change in OutputGroupProvider.Gravatar Lukacs Berki2015-03-10
* Force log flush at the end of a command execution.Gravatar Miguel Alcon Pinto2015-03-10
* Increase exception specificity in getPackageGravatar Mark Schaller2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark.Gravatar Han-Wen Nienhuys2015-03-10
* Exempt Bazel WORKSPACE rules from constraint checking.Gravatar Greg Estren2015-03-10
* Add javax.inject to BazelGravatar Kristina Chodorow2015-03-10
* Revert the recent changes that made some skyframe-internal data structures se...Gravatar Nathan Harmata2015-03-10
* Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mu...Gravatar Nathan Harmata2015-03-10
* Stop repeating the repository name as pkg name for local reposGravatar Kristina Chodorow2015-03-10
* Remove unneeded codeGravatar Kristina Chodorow2015-03-10
* Fix the example usage for CompileOrderExpander.Gravatar Michael Staib2015-03-10
* Remove obsolete comment about labels-crossing-subpackage check happening in l...Gravatar Nathan Harmata2015-03-10
* Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access t...Gravatar Nathan Harmata2015-03-10
* Convert binding exception to something that's actually caught in PackageFunctionGravatar Kristina Chodorow2015-03-10
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Skylark: Expose non_empty flag for list/dict attributes.Gravatar Laurent Le Brun2015-03-10
* Remove the unused and weird "omit a random symlink from the runfiles being me...Gravatar Lukacs Berki2015-03-10
* The info command keys now contain the correct product nameGravatar Laurent Le Brun2015-03-10
* Restore Skylark "support" for inheritanceGravatar Francois-Rene Rideau2015-03-06
* RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support ...Gravatar Damien Martin-Guillerez2015-03-06
* Add --target_environment flag. This declares the environment (or set of envir...Gravatar Greg Estren2015-03-06
* Fix Bazel compileGravatar Kristina Chodorow2015-03-06
* RELNOTES: Added ios_memleaks flag which when enabled will check the test appl...Gravatar Googler2015-03-05
* List of file extensions supported in BaselineCoverageAction is moved to Const...Gravatar Googler2015-03-05