Commit Graph

65 Commits

Author SHA1 Message Date
tastytea e4531464b5
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
* Use regex to extract compiler arguments.
* Added --compiler.
2019-10-11 13:25:52 +02:00
tastytea c9e38fa636
Add --compiler, to override compiler command.
continuous-integration/drone/push Build is passing Details
2019-10-10 22:52:51 +02:00
tastytea 5430c2de39
Use regex to find compiler arguments.
continuous-integration/drone/push Build is passing Details
2019-10-10 22:01:36 +02:00
tastytea 6fb459467a
Make NOLINT more precise. 2019-10-10 22:00:22 +02:00
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 72a4e41679
Fix manpage location.
continuous-integration/drone/push Build was killed Details
2019-10-01 12:03:52 +02:00
tastytea 3a42baa24a
Improved error handling somewhat.
continuous-integration/drone/push Build is passing Details
We now throw exceptions and catch them in main().
2019-10-01 11:43:19 +02:00
tastytea 95e9b19c83
Merge branch 'develop' into main 2019-10-01 11:15:06 +02:00
tastytea 6efea73391
Refactored code into a class.
continuous-integration/drone/push Build is passing Details
2019-10-01 11:10:11 +02:00
tastytea 19a9388137
Improve build process.
Update CMake recipes, update xdgcfg.
2019-10-01 11:10:03 +02:00
tastytea e8685e9f55
Remove unnecessary C++17-check. 2019-10-01 08:23:23 +02:00
tastytea 83abaf81b6
Shrunk CI recipe.
continuous-integration/drone/push Build is passing Details
2019-05-24 17:02:31 +02:00
tastytea 4c26c25c91
Changed description. 2019-05-24 16:57:02 +02:00
tastytea 052c82ba41
typo 2019-04-29 10:59:58 +02:00
tastytea 238947729a
Drone: Notify on success *and* failure. 2019-04-29 00:50:07 +02:00
tastytea 0abb33cdbc
pull: true -> pull: always. 2019-04-28 18:24:33 +02:00
tastytea d714ff6930
Converted drone config to new format.
continuous-integration/drone/push Build is passing Details
2019-04-28 13:26:46 +02:00
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