1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-29 20:23:55 +00:00

24 Commits

Author SHA1 Message Date
Sam Hocevar
3d5c3e0ab3 Fix internal header include paths. (#475)
* Fix internal header include paths.

The extra leading "CLI/" part of include directives prevents the inclusion
of CLI.hpp from a relative directory without an extra -I or /I compiler
directive.

* Fix single header generation script.

Files included with "" should be relative to the header file location first.
2020-06-14 11:33:04 -04:00
Henry Fredrick Schreiner
fda6126d7c Adding pre-commit 2019-10-24 19:07:01 -04:00
Henry Fredrick Schreiner
ab452ab56a Add release notes, clean up single header script a bit 2018-07-30 09:51:08 +02:00
Henry Fredrick Schreiner
f3b00d94d1 Python 2.6 support, SINGLE_FILE no longer defaults to ON 2018-07-30 09:51:08 +02:00
Henry Fredrick Schreiner
521696f551 Adding Python 2.6 support 2018-07-30 09:51:08 +02:00
Henry Fredrick Schreiner
b9492305c0 Add support for making custom versions of CLI11 single header 2018-07-26 18:57:50 +02:00
Henry Fredrick Schreiner
48ed89d004 Fix spelling typo 2018-04-17 16:26:46 +02:00
Henry Schreiner
b23275358a
Adding nicer header with LICENSE to single file version (#107)
* Adding nicer header with LICENSE to single file version

* Adding badges

* Clean up sh files

* Adding explicit in a few places

* More fixes from codacy
2018-04-13 14:07:32 +02:00
Henry Fredrick Schreiner
7a7064df4e Adding optional, refactor single file 2018-04-04 18:29:32 +02:00
Henry Schreiner
2ef176e86c
Dropping cmake and clang 5 since they are now in Travis (#89)
* Dropping cmake and clang 5 since they are now in Travis

* Dropping pathlib since it is now unused

* Doxy build

* Folding output and fixing ccache
2018-03-23 15:28:30 +01:00
Doug Johnston
09bff904e5 Allow MakeSingleHeader.py script to run from non-git source code (ie: an archive) 2018-02-15 08:02:23 +01:00
Henry Schreiner
657b599b52 Cmake cleanup (#21)
* Fixes for #8, vars hidden and findPython used

* Adding compat with default python, better defaults
2017-06-05 11:22:09 -04:00
Henry Fredrick Schreiner
916cde58cf BSD licence, preparing for 1.0 release 2017-06-01 09:23:04 -04:00
Henry Fredrick Schreiner
cb2646a56c Moving to new location 2017-03-23 15:55:23 -04:00
Henry Fredrick Schreiner
ab3ab0118d Adding badge, printout for script 2017-02-19 16:32:04 -05:00
Henry Fredrick Schreiner
bf0b18a9f4 After discussion, LGPL seems to be the correct license 2017-02-17 19:58:06 -05:00
Henry Fredrick Schreiner
905c23bcd0 Change license 2017-02-12 13:01:43 -05:00
Henry Fredrick Schreiner
c7dadfc57a Fix extra output file 2017-02-06 14:42:27 -05:00
Henry Fredrick Schreiner
82a9523f71 Output tag too 2017-02-06 14:40:52 -05:00
Henry Fredrick Schreiner
f34924a41f Fixed script for Python 2 with future import 2017-02-06 13:03:07 -05:00
Henry Fredrick Schreiner
d71c6c9663 Remove vestige of Py 3.6 2017-02-06 12:57:59 -05:00
Henry Fredrick Schreiner
6f30770038 Py 2 compat 2017-02-06 12:12:40 -05:00
Henry Fredrick Schreiner
ee5678562f Adding tools to build with python 3.6 directly 2017-02-06 11:51:06 -05:00
Henry Fredrick Schreiner
a12a94c4c1 Separate files, plus way to combine 2017-02-06 09:54:41 -05:00