|
cce6d92c3e
|
More debug flags.
|
2019-03-05 22:31:14 +01:00 |
|
|
5087ca9513
|
Version bump 0.4.0.
|
2019-03-05 22:30:39 +01:00 |
|
|
9eb18e0c95
|
Change default compiler from g++ to g++ -x c++
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 |
|
|
cf5f9bcca0
|
Write config if it doesn't exist.
|
2019-02-08 01:42:37 +01:00 |
|
|
066fda27a6
|
Don't install Readme.md
|
2019-01-31 18:58:07 +01:00 |
|
|
f1ea55e665
|
Fixed build script: would never compile manpage
|
2019-01-31 18:50:34 +01:00 |
|
|
3a0a47172d
|
Made manpage optional.
|
2019-01-31 18:35:46 +01:00 |
|
|
a4b4b41577
|
Allow # and ; as comment indicators
|
2019-01-25 04:18:04 +01:00 |
|
|
eb0bcaf535
|
Added manpage
|
2019-01-25 04:06:41 +01:00 |
|
|
6cd9ff8083
|
Abort on compilation error.
|
2019-01-01 09:29:16 +01:00 |
|
|
cc974b5cbb
|
Fail if config can't be read.
|
2018-12-31 14:00:39 +01:00 |
|
|
f4d39e4dfc
|
Added possibility to clean up cache_dir.
Fixes #2
|
2018-12-30 11:46:29 +01:00 |
|
|
711accdc8f
|
Replicate the full path of the original file under cache_dir.
Fixes #1
|
2018-12-30 03:14:32 +01:00 |
|
|
db4d1fcd4b
|
Skip compilation if binary is newer than source file.
|
2018-12-29 08:11:36 +01:00 |
|
|
93e079cc89
|
Renamed from cppscript to compilescript.
|
2018-12-29 06:09:50 +01:00 |
|
|
2cba143b4e
|
Install README.md
|
2018-12-29 05:45:41 +01:00 |
|
|
7a5abc6595
|
Added compiler arguments
|
2018-12-29 05:34:14 +01:00 |
|
|
d058f1f012
|
Simple files (without flags) work.
|
2018-12-29 05:15:49 +01:00 |
|
|
017b390805
|
Initial commit.
|
2018-12-28 13:56:34 +01:00 |
|