| Commit message (Expand) | Author | Age | Files | Lines |
* | _loader/loader.py: Be more explanatory in CircDep exception | Daniel Silverstone | 2018-10-18 | 1 | -0/+1 |
* | Add tests for validating configuration variables | Tiago Gomes | 2018-09-10 | 3 | -0/+101 |
* | tests: Add tests for loading builddeps and runtime deps | Jonathan Maw | 2018-08-14 | 8 | -4/+78 |
* | Make Project owner of Loader. | Valentin David | 2018-08-02 | 1 | -1/+1 |
* | Pass targets to Loader.load() instead of its constructor. | Valentin David | 2018-08-02 | 3 | -35/+36 |
* | Add error message when running commands on directories | Francisco Redondo Marchena | 2018-06-28 | 1 | -0/+12 |
* | Interpret names as colon separated junction path in loader. | Valentin David | 2018-06-08 | 1 | -0/+40 |
* | _loader.py: Removing special case error for junctions depending on elements | Tristan Van Berkom | 2018-04-26 | 1 | -3/+3 |
* | _loader package: Creating a new sub package to hold the loader related things. | Tristan Van Berkom | 2018-04-17 | 2 | -4/+2 |
* | _loader.py: Some fixes in how we load sources for junctions | Tristan Van Berkom | 2018-04-05 | 1 | -1/+1 |
* | _project.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-03 | 3 | -20/+23 |
* | Add junction tests | Jürg Billeter | 2018-02-08 | 47 | -0/+435 |
* | Pass Project instance to Loader | Jürg Billeter | 2018-02-08 | 5 | -23/+26 |
* | Refactoring: Move exceptions module to be private | Tristan Van Berkom | 2017-11-06 | 2 | -2/+2 |
* | Updating all test cases for the removal of architecture conditionals and options | Tristan Van Berkom | 2017-11-06 | 5 | -159/+16 |
* | Adjust tests to new API | Tristan Maat | 2017-11-04 | 3 | -43/+43 |
* | Updated test cases for internal API changes stemming from project options | Tristan Van Berkom | 2017-10-10 | 4 | -22/+37 |
* | Updating test cases to construct the project/loader properly again. | Tristan Van Berkom | 2017-10-08 | 4 | -179/+22 |
* | Removing variant tests | Tristan Van Berkom | 2017-10-08 | 23 | -545/+0 |
* | Fix affected test cases24-better-validation-for-loaded-yaml | Tristan Maat | 2017-09-14 | 4 | -1/+20 |
* | Add element node validations | Tristan Maat | 2017-09-14 | 3 | -0/+21 |
* | tests/loader: Test dependency type 'all' | Jürg Billeter | 2017-08-10 | 2 | -0/+22 |
* | Test Cases: Updated for new Project / Loader API changes | Tristan Van Berkom | 2017-07-17 | 4 | -50/+50 |
* | variant tests: Added tests to ensure default variant is chosen | Tristan Van Berkom | 2017-07-17 | 2 | -0/+32 |
* | variants.py tests: Added test cases to ensure LoadError() is raised for inval... | Tristan Van Berkom | 2017-07-17 | 3 | -0/+66 |
* | Add --host-arch and --target-arch, and 'host-arches' conditional | Sam Thursfield | 2017-07-06 | 5 | -42/+114 |
* | Refactor: Untangling element/source names | Tristan Van Berkom | 2017-03-18 | 1 | -11/+11 |
* | variants test case: Fixed for changed element name policy | Tristan Van Berkom | 2017-02-22 | 1 | -11/+11 |
* | Removed code and tests related to stacks and includes. | Tristan Van Berkom | 2016-12-19 | 21 | -650/+0 |
* | Add loader tests for dependency types | Jürg Billeter | 2016-12-12 | 4 | -0/+75 |
* | Add variants test for illegal composition | Tristan Van Berkom | 2016-12-10 | 2 | -0/+24 |
* | pep8 fixes in loader variants test case | Tristan Van Berkom | 2016-12-10 | 1 | -13/+37 |
* | pep8 fixes in loader stacks test case | Tristan Van Berkom | 2016-12-10 | 1 | -1/+3 |
* | pep8 fixes in loader dependencies test case | Tristan Van Berkom | 2016-12-10 | 1 | -0/+4 |
* | pep8 fixes in loader includes test case | Tristan Van Berkom | 2016-12-10 | 1 | -0/+4 |
* | pep8 fixes in loader basics test case | Tristan Van Berkom | 2016-12-10 | 1 | -0/+5 |
* | pep8 fixes in loader arches test case | Tristan Van Berkom | 2016-12-10 | 1 | -13/+35 |
* | Add loader test for dependency dict without variant | Jürg Billeter | 2016-12-05 | 2 | -0/+19 |
* | Added a ton of tests to test the Loader | Tristan Van Berkom | 2016-11-28 | 54 | -0/+1431 |