aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
* Removes gcc from the clang compiler names, because that doesn't really make s...Gravatar Alex Humesky2015-10-27
* Propagate Android aspect across runtime_deps.Gravatar Googler2015-10-27
* Support proto_library in AndroidStudioInfoAspect.Gravatar Googler2015-10-27
* Clarify documentation about 'native' module.Gravatar Laurent Le Brun2015-10-27
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Read the j2objc BUILD file from embedded tools instead of from the client.Gravatar Lukacs Berki2015-10-27
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Remove the unused launcher argument from JavaSemantics.getJvmFlags.Gravatar Ulf Adams2015-10-27
* Memory optimizations for Skylark.Gravatar Miguel Alcon Pinto2015-10-27
* Avoid unbounded growth in the GlobFunction cache. The cache is now given a ma...Gravatar Eric Fellheimer2015-10-27
* Keep the bytes of the hashcode instead of the hashcode object.Gravatar Miguel Alcon Pinto2015-10-27
* Remove trailing whitespace in generated Skylark Library and BE files.Gravatar David Chen2015-10-23
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Avoid the usage of Maps.transformValues since it is lazy and keeps a referenc...Gravatar Miguel Alcon Pinto2015-10-23
* Split Build Encyclopedia into multiple pages.Gravatar David Chen2015-10-23
* Add the include paths to the compiler_files attribute of the cc_toolchainsGravatar Alex Humesky2015-10-23
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Add jsch dependency to build filesGravatar Kristina Chodorow2015-10-23
* Move the logic in ConfigurationFactory that orders a configuration'sGravatar Greg Estren2015-10-23
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22
* ArtifactFactory.findSourceRoot now handles the case where an execPath refers ...Gravatar Philipp Wollermann2015-10-22
* Assert the specific type of event, not just the existence of any event.Gravatar Ulf Adams2015-10-22
* Add missing dash for -finline-limit=300Gravatar Steven Dee2015-10-22
* Increase visibility of BuildingState methodGravatar Mark Schaller2015-10-22
* Have @SkylarkCallable methods accept Iterable instead of CollectionGravatar Francois-Rene Rideau2015-10-22
* Singleton-ify ErrorTransienceValueGravatar Michajlo Matijkiw2015-10-22
* Description redacted.Gravatar Alex Humesky2015-10-22
* Process tasks in the AbstractQueueVisitor in LIFO order as opposed to FIFO or...Gravatar Janak Ramakrishnan2015-10-22
* Memoize TRANSITIVE_TRAVERSAL nodes to save memory.Gravatar Miguel Alcon Pinto2015-10-22
* Remove wildcard of SkyFunctionName, as it is finalGravatar Mark Schaller2015-10-22
* Introduce an AspectClass: a representation of a class of aspects.Gravatar Dmitry Lomov2015-10-22
* In SkyQueryEnvironment, check TransitiveTraversalValues for errorsGravatar Mark Schaller2015-10-22
* Retain first error message during transitive traversalGravatar Mark Schaller2015-10-22
* Description redacted.Gravatar Googler2015-10-22
* Remove transitive data from Android Studio aspect.Gravatar Googler2015-10-22
* Narrow return type of ContainingPackageLookupValue.withContainingPackageGravatar Michajlo Matijkiw2015-10-22
* Trying again with checking for the presence of the "resources" attribute and ...Gravatar Googler2015-10-21
* Lexer: Handle triple quoted raw strings (e.g. r"""abc""").Gravatar Laurent Le Brun2015-10-21
* Remove the repository name from PACKAGE_NAME and move it to the new REPOSITOR...Gravatar Lukacs Berki2015-10-21
* Adds an oldName attribute and a wrapperOption attribute to the @Option annota...Gravatar Alex Humesky2015-10-21
* Change the preprocessor interface to take the byte[] contents of the BUILD fi...Gravatar Nathan Harmata2015-10-21
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Keep track of any RuntimeExceptions thrown during evaluation. Previously, Run...Gravatar Janak Ramakrishnan2015-10-21
* Add some strip/rstrip/lstrip testsGravatar Googler2015-10-21
* Use a thin graph when querying reverse deps (or others that don't need the va...Gravatar Miguel Alcon Pinto2015-10-21
* Make EmptySkyValue not serializableGravatar Michajlo Matijkiw2015-10-21
* Delete unused NoSuchPackageException subclassGravatar Mark Schaller2015-10-21
* Global cleanup change.Gravatar Googler2015-10-21
* Include memleaks plugin support for experimental_ios_testGravatar Chris Parsons2015-10-21