Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-16 | Add support for sub project (unit tests) | dec05eba | |
2017-12-12 | Lazily create directories that are needed | dec05eba | |
Directories such as: ~/.sibs ~/.sibs/archive ~/.sibs/lib And directories for each specific library. Also fix bug in getFileContent and fileOverwrite if file already exists | |||
2017-12-10 | Change program arguments to use current path as project path | dec05eba | |
Option "-p" can be passed to specify another project path | |||
2017-12-10 | Add support for dependencies in global lib dir | dec05eba | |
Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server | |||
2017-12-09 | Added ninja backend, very simple project works | dec05eba | |
2017-12-09 | Finished project config file parsing | dec05eba | |
2017-12-08 | Added loading of project file and file validations | dec05eba | |
Next up: parse project.conf file |