Commit Graph

21 Commits

Author SHA1 Message Date
tastytea fde11f722c
Update short description in manpage and version bump 0.4.1.
continuous-integration/drone/push Build is passing Details
2019-10-01 12:05:51 +02:00
tastytea 19a9388137
Improve build process.
Update CMake recipes, update xdgcfg.
2019-10-01 11:10:03 +02:00
tastytea cce6d92c3e
More debug flags. 2019-03-05 22:31:14 +01:00
tastytea 5087ca9513
Version bump 0.4.0. 2019-03-05 22:30:39 +01:00
tastytea 9eb18e0c95
Change default compiler from g++ to g++ -x c++
the build was successful Details
g++ guesses the language from file extensions. -x c++ forces the
language to C++, so you don't need file extensions on your scripts.
2019-02-09 00:20:05 +01:00
tastytea cf5f9bcca0
Write config if it doesn't exist.
the build was successful Details
2019-02-08 01:42:37 +01:00
tastytea 066fda27a6
Don't install Readme.md
the build was successful Details
2019-01-31 18:58:07 +01:00
tastytea f1ea55e665
Fixed build script: would never compile manpage
the build was successful Details
2019-01-31 18:50:34 +01:00
tastytea 3a0a47172d
Made manpage optional.
the build was successful Details
2019-01-31 18:35:46 +01:00
tastytea a4b4b41577
Allow # and ; as comment indicators
the build was successful Details
2019-01-25 04:18:04 +01:00
tastytea eb0bcaf535
Added manpage
the build was successful Details
2019-01-25 04:06:41 +01:00
tastytea 6cd9ff8083
Abort on compilation error.
the build was successful Details
2019-01-01 09:29:16 +01:00
tastytea cc974b5cbb
Fail if config can't be read.
the build was successful Details
2018-12-31 14:00:39 +01:00
tastytea f4d39e4dfc
Added possibility to clean up cache_dir.
the build was successful Details
Fixes #2
2018-12-30 11:46:29 +01:00
tastytea 711accdc8f
Replicate the full path of the original file under cache_dir.
the build was successful Details
Fixes #1
2018-12-30 03:14:32 +01:00
tastytea db4d1fcd4b
Skip compilation if binary is newer than source file. 2018-12-29 08:11:36 +01:00
tastytea 93e079cc89
Renamed from cppscript to compilescript. 2018-12-29 06:09:50 +01:00
tastytea 2cba143b4e
Install README.md 2018-12-29 05:45:41 +01:00
tastytea 7a5abc6595
Added compiler arguments 2018-12-29 05:34:14 +01:00
tastytea d058f1f012
Simple files (without flags) work. 2018-12-29 05:15:49 +01:00
tastytea 017b390805
Initial commit. 2018-12-28 13:56:34 +01:00