aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* Introduce QueryableGraph#getBatch, a batched variant of QueryableGraph#get an...Gravatar Nathan Harmata2015-03-30
* Description redacted.Gravatar Damien Martin-Guillerez2015-03-27
* Description redacted.Gravatar Lukacs Berki2015-03-27
* Fixed up test that assumed a certain order in which deps, within the same dep...Gravatar Nathan Harmata2015-03-27
* Use a wrapper around gcc on OSX to simulate rpathGravatar Damien Martin-Guillerez2015-03-25
* Proper support for the external immutable directory mechanism for symlink cha...Gravatar Nathan Harmata2015-03-25
* Remove experimental Go support until we have a solution which fits the 'go' t...Gravatar Han-Wen Nienhuys2015-03-25
* Open-source Bazel integration testsGravatar Damien Martin-Guillerez2015-03-25
* Skylark: Allow builtin functions to be shadowed.Gravatar Laurent Le Brun2015-03-24
* Parser: Useful error messages when a Python keyword is used.Gravatar Laurent Le Brun2015-03-24
* Fixed timestamp of unittest.bash under OS XGravatar Damien Martin-Guillerez2015-03-24
* Parser: Add Python 3 keywords.Gravatar Laurent Le Brun2015-03-24
* Parser: Improve error messages (mention what was expected)Gravatar Laurent Le Brun2015-03-24
* Skylark: Fix typing for slice/substring operator.Gravatar Laurent Le Brun2015-03-23
* remove ActionMetadata#getInputCountGravatar Michajlo Matijkiw2015-03-23
* Don't print out action cache if it has more than 1000 entries. This prevents ...Gravatar Janak Ramakrishnan2015-03-23
* Enable support for multiple variable assignments.Gravatar Laurent Le Brun2015-03-23
* Parser: Allow more complex expressions as for loop variables.Gravatar Laurent Le Brun2015-03-23
* Allow bash unit tests to fails without failure messageGravatar Damien Martin-Guillerez2015-03-20
* Parser: Support tuples without parens.Gravatar Laurent Le Brun2015-03-20
* Split up the DefaultsPackageTest into C++ and Java parts. Move some tests outGravatar Ulf Adams2015-03-20
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Skylark: Use LValue class in loops and comprehensions.Gravatar Laurent Le Brun2015-03-20
* Use //external:objc_proto_lib instead of a googlemac path for objc_proto_libraryGravatar Daniel Wagner-Hall2015-03-20
* New class hierarchy for Skylark functionsGravatar Francois-Rene Rideau2015-03-20
* Automated [] rollback of [].Gravatar Laurent Le Brun2015-03-20
* Open source ConfigurationTestCase.Gravatar Ulf Adams2015-03-20
* Skylark: New error message in the lexer when an unsupported Python keyword is...Gravatar Laurent Le Brun2015-03-18
* Open-source unittest.bashGravatar Damien Martin-Guillerez2015-03-18
* Skylark: Define dict iteration order (sorted by key).Gravatar Laurent Le Brun2015-03-18
* add OutputGroupProvider.DEFAULT_GROUPS for commonly built groupsGravatar Michajlo Matijkiw2015-03-18
* Parser: Add the 'pass' keywordGravatar Laurent Le Brun2015-03-18
* Parser: allow multiple statements on the same line as the colonGravatar Laurent Le Brun2015-03-18
* Print singleton tuples with a commaGravatar Francois-Rene Rideau2015-03-18
* Skylark: Fix an infinite loop in the parserGravatar Laurent Le Brun2015-03-18
* Parser: Update error message when using 'def' in a BUILD file.Gravatar Laurent Le Brun2015-03-18
* Skylark: Allow list slicesGravatar Laurent Le Brun2015-03-16
* Skylark: Allow traling comma in load statementsGravatar Laurent Le Brun2015-03-16
* Move some test helper classes into /util packages and open source them.Gravatar Ulf Adams2015-03-16
* Skylark: Static checks allows None value everywhere.Gravatar Laurent Le Brun2015-03-16
* Skylark: Fix typing of structsGravatar Laurent Le Brun2015-03-16
* Implement ConditionalExpressionGravatar Francois-Rene Rideau2015-03-13
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* RELNOTES[NEW]: Added --relative_locations flag to the query command to make t...Gravatar Damien Martin-Guillerez2015-03-13
* Inform EvaluationProgressReceiver of nodes that are built in error.Gravatar Janak Ramakrishnan2015-03-13
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mu...Gravatar Nathan Harmata2015-03-10
* Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access t...Gravatar Nathan Harmata2015-03-10