| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also initial implementation of multithread execution.
A lot of functionality changed.
Phases removed.
Output parsing is now part of measure (boot) process.
Utils cleared.
Add dot_measure file for inverted dot_config.
Configuration generating is now prepared for multiple generating types. Fist implemented is generating configurations with single selected configuration.
Test is modified to be compatible with new changes.
|
|
|
|
|
|
|
|
|
|
| |
THIS MAKES SCRIPT INCONSISTENT AND PROJECT IS NOT WORKING UNTIL OTHER COMMIT MESSAGE SAYS OTHERWISE.
Configurations are now generated to separated folder and have syntax compatible with linux configuration files.
This way applying new configuration is not necessary.
Also script is now communicating with database.
Functions are prepared for multiple different generating possibilities.
Also configuration generation is removed from initialize script.
|
|
|
|
|
|
| |
Added missing import.
Every folder creation must have it's own exception block.
Removed additional import of exceptions.
|
|
|
|
|
|
|
| |
allconfig is used for generating full configuration.
In default is this file expected in root project directory with name dot_config.
User should remove configuration options that should be measured.
So dot_config file should contains only configuration options with fixed value.
|
|
|
|
|
| |
Now every execution is in separated file.
Also logging folder creation moved from callprocess tto initialize.base
|
|
|
|
| |
New name more better resembles what script does.
|
|
|
|
| |
On object creation, when connection to server is established, is now implemented check if database has all tables as it should have.
|
| |
|
|
|
|
|
| |
Only possibility now is generating all solutions on initialisation.
Remove solution generating phase.
|
| |
|
| |
|
|
|
|
| |
Test target wasn't working properly. Now it should work.
|
| |
|
| |
|
|
|
|
| |
linux/.config
|
| |
|
| |
|
| |
|
|
|
|
| |
Initialisation now can be executed without loop it self.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We are not supporting modules. Initial configuration with enable modules causes errors.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
In generated .config file are missing all non bool/tri state configs (except those from defconfig).
This solution is only temporally.
This way configuration never fails.
|
| |
|
| |
|
| |
|
|
These new scripts are part of main loop.
kernel is not finished!!
Divides kconfig_parser, sat_solution to better named modules.
Phasing and iteration is implemented for loop watching.
|