Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapting test cases to expect logs in stderr | Tristan Van Berkom | 2017-12-13 | 1 | -6/+5 |
| | | | | And also adapted them to remove any occurrences of HAVE_ROOT. | ||||
* | buildstream/plugins/elements/cmake.yaml: Always create build folderjjardon/cmake_build | Javier Jardón | 2017-12-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | This is the common practice with cmake Actually, some modules will fail to build if this is not follow. For example for llvm you wil get this error when configuring: " CMake would overwrite the makefiles distributed with LLVM. Please create a directory and run cmake from there, passing the path to this source directory as the last argument. " | ||||
* | Fix tests | Tristan Maat | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | Switch old-style string formattings to new '.format()' | Gökçen Nurlu | 2017-11-17 | 1 | -2/+2 |
| | |||||
* | Refactor: Move context.py -> _context.py | Tristan Van Berkom | 2017-11-08 | 1 | -1/+2 |
| | | | | | | | | | | Consequently: o Changed Plugin.get_context() to a private Plugin._get_context() accessor. o Updated anything which imports Context to do so from private _context module o Updated docs to exclude the now private Context | ||||
* | refactoring: Made Project option private | Tristan Van Berkom | 2017-11-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This required adding two new APIs to make up for it on the Source o get_project_directory() Added here because elements should not be accessing external resources, Sources needed for local files and GPG keys and such o translate_url() Used by sources to mish-mash the project aliases and create real urls. | ||||
* | Updating all test cases for the removal of architecture conditionals and options | Tristan Van Berkom | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Adjust tests to new API | Tristan Maat | 2017-11-04 | 1 | -3/+3 |
| | |||||
* | Clean old Platform.get_platform references | Tristan Maat | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Updated test cases for internal API changes stemming from project options | Tristan Van Berkom | 2017-10-10 | 1 | -2/+2 |
| | |||||
* | Updating test cases to construct the project/loader properly again. | Tristan Van Berkom | 2017-10-08 | 1 | -3/+3 |
| | | | | | This had changed when we added project variants and had to split up the loading steps a bit, now all is back to normal without variants. | ||||
* | Fix tests for other platforms | Tristan Maat | 2017-09-28 | 1 | -0/+4 |
| | |||||
* | Add platform factories | Tristan Maat | 2017-09-28 | 1 | -0/+2 |
| | |||||
* | variables test: Updated for changes in build element plugins | Tristan Van Berkom | 2017-05-20 | 1 | -8/+6 |
| | |||||
* | variables.py test case: Fixed to pass tests after cmake defaults change | Tristan Van Berkom | 2017-05-14 | 1 | -2/+6 |
| | |||||
* | Adapted test cases to new Context changes | Tristan Van Berkom | 2017-03-20 | 1 | -2/+0 |
| | |||||
* | variables.py test case: Adapt to changes in element plugin defaults. | Tristan Van Berkom | 2017-02-24 | 1 | -4/+4 |
| | |||||
* | Fixed tests for new Project() constructor argument. | Tristan Van Berkom | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | cmake.yaml: Use 'PATH' in -DCMAKE_INSTALL_PREFIX:PATH="%{prefix}" | Tristan Van Berkom | 2017-01-18 | 1 | -2/+2 |
| | | | | This is a bit more explicit, tells cmake the variable is a path string. | ||||
* | tests/variables/variables.py: New variable tests | Tristan Van Berkom | 2017-01-07 | 1 | -0/+72 |
o Test loading of default element configurations o Test overriding command output via variable settings |