Commit Graph

48 Commits

Author SHA1 Message Date
tastytea 95b4ca21ed
Clarify what is considered an old cache file.
the build was successful Details
2019-04-13 04:22:25 +02:00
tastytea 125e45ca88
Got rid of tables in manpage.
the build was successful Details
2019-04-12 19:43:23 +02:00
tastytea d1b2f5e54a
Fixed markup. 2019-03-16 22:33:18 +01:00
tastytea c265c129ea
Fixed indentation where possible. 2019-03-16 05:52:42 +01:00
tastytea b4011aae38
Changed copyright notice.
the build was successful Details
2019-03-07 23:21:58 +01:00
tastytea 4372052f3d
Fixed dependency-list in readme.
the build was successful Details
2019-03-05 22:49:17 +01:00
tastytea 58e0058cf4
Added --version to synopsis in makefile.
the build was successful Details
2019-03-05 22:47:22 +01:00
tastytea 43eb8e2ad5
Replaced README.md with README.adoc. 2019-03-05 22:45:17 +01:00
tastytea 9889785e24
Clarified git instructions. 2019-03-05 22:38:28 +01: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 3216d85aaf
Added --version. 2019-03-05 22:29:36 +01:00
tastytea 32e17bff12
Added compiler invocation to manpage. 2019-03-05 22:10:08 +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 2b506db59d
Manpage: Added e-mail as bug reporting method.
the build was successful Details
2019-01-26 08:23:18 +01:00
tastytea 3f75a95a68
typo
the build was successful Details
2019-01-25 04:49:09 +01:00
tastytea 58c0999666
Enhanced manpage.
the build was successful Details
2019-01-25 04:32:55 +01:00
tastytea 42c8ad48f9
typo
the build was successful Details
2019-01-25 04:22:08 +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 6a67553d61
Enhanced documentation.
the build was successful Details
2019-01-01 09:11:14 +01:00
tastytea 7c13f23d3c
Added Gentoo installation suggestion.
the build was successful Details
2019-01-01 09:05:31 +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 c0793664f9
A bit of refactoring 2018-12-31 13:58:23 +01:00
tastytea ed154feec5
Clarified compiler arguments line number.
the build was successful Details
2018-12-31 13:50:07 +01:00
tastytea 5313345853
Added shebang detection 2018-12-31 13:48:37 +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 3e39846c15
Changed the binary path to be source + ".bin".
the build was successful Details
2018-12-29 08:31:16 +01:00
tastytea b68e81d36c
Removed forced cpp extension on cached sourcecode.
the build was successful Details
2018-12-29 08:16:05 +01:00
tastytea db4d1fcd4b
Skip compilation if binary is newer than source file. 2018-12-29 08:11:36 +01:00
tastytea b74db00ff3
CI: Added clang 3
the build was successful Details
2018-12-29 06:28:04 +01:00
tastytea e662b73918
Reordered things to make it more pleasant to the brain.
the build was successful Details
2018-12-29 06:19:53 +01:00
tastytea 93e079cc89
Renamed from cppscript to compilescript. 2018-12-29 06:09:50 +01:00
tastytea 1b46b56624
Switched license to GPL-3.0.
the build is pending Details
2018-12-29 05:58:32 +01:00
tastytea ba8a788039
Added error codes
the build is pending Details
2018-12-29 05:56:26 +01:00
tastytea e5a961e18a
Added example config
the build was successful Details
2018-12-29 05:48:52 +01:00
tastytea 2cba143b4e
Install README.md 2018-12-29 05:45:41 +01:00
tastytea 33f6f26054
Added CI
the build was successful Details
2018-12-29 05:42:00 +01:00
tastytea 22d7434283
Fixed URL in readme 2018-12-29 05:36:19 +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