aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-02-29Removed rest of common pipe references.Paul Oliver
[#27] Code is now entirely free from the common pipe. We can begin implementing its replacement.
2024-02-29Store python modules on './bin/modules/' subdirectory. [#37]Paul Oliver
2024-02-29Simultaneous Debug and Release builds.Paul Oliver
[#29] Makefile now generates both release and debug builds on every run. Salis.py can load the debug version on demand via a command line argument (--debug). Release version is loaded by default.
2024-02-29Auto saved files are now gzipped.Paul Oliver
[#8] We compress all auto saved files via a subprocess call to 'gzip'. Saved files are reduced to around 25% of their original size.
2024-02-29Initial commit.Paul Oliver