Commit graph

67 commits

Author SHA1 Message Date
zawz
c38ba91565 fix build on debian 2021-08-12 18:36:26 +02:00
zawz
ba744333ed add option_set constructors 2021-06-04 13:25:24 +02:00
zawz
e88779afe3 options: fix default process arguments 2021-04-30 13:23:42 +02:00
zawz
dd3eaa4684 remove old option_set.process() 2021-04-30 11:06:48 +02:00
zawz
e22487996b update option doc 2021-04-09 16:49:42 +02:00
zawz
617067fda9 add option process structure 2021-03-18 15:39:48 +01:00
zawz
5d2ee5e001 Fix double free issue on exec() and sh() functions 2020-11-19 14:50:18 +01:00
zawz
9ed2510708 Fixed memory leak on exec() and sh() functions 2020-11-18 23:53:45 +01:00
zawz
cf4cb1c4de Change conditional include to avoid conflicts 2020-11-18 23:52:54 +01:00
zawz
ddf6711a44 options: add variadic call of add() 2020-08-11 16:26:21 +02:00
zawz
39b0319cab Add format colors 2020-08-11 16:25:47 +02:00
zawz
50e9c63c07 Fix missing char 2020-07-09 13:03:32 +02:00
zawz
42fc36e72b shell: Add TMPDIR capability to script() 2020-07-07 14:43:02 +02:00
zawz
8e7ec95e05 filedat: add getist() and getmap() 2020-05-22 16:09:07 +02:00
Mateo FERON
09c4bdb692 Add exec() and script() templates 2020-04-14 12:03:16 +02:00
Mateo FERON
ca4c526d77 Remove debug build 2020-04-10 15:59:17 +02:00
Mateo FERON
7be72b8452 shell: add script() 2020-04-10 15:56:01 +02:00
Mateo FERON
95c86ba024 shell: add exec functions 2020-04-10 15:02:49 +02:00
Mateo FERON
32c2c3dab8 chunk copy incorrect 2020-04-10 14:44:31 +02:00
zawz
1c71b8c90c filedat: add merge() 2020-03-06 11:34:59 +01:00
zawz
861aab58cd Add shc doc 2020-03-03 12:34:37 +01:00
zawz
4a0852b8c2 doc formatting fixes 2020-03-03 09:42:01 +01:00
zawz
a25510f685 Fix doc comments 2020-03-03 09:36:35 +01:00
zawz
d6a308bdbc filedat: rework
format improvement
code cleaning
2020-03-03 09:33:05 +01:00
zawz
8d01a18f3a Merge branch 'master' of https://github.com/zawwz/ztd 2020-02-24 10:57:13 +01:00
zawz
50752560c5 filedat: better set() and add copy() 2020-02-24 10:56:52 +01:00
zawz
b32d1dbf42 Fix readme 2020-02-20 11:39:53 +01:00
Mateo FERON
b8b1d32af6 Add separate md info 2020-02-20 11:37:11 +01:00
zawz
fa40e30a13 Fix formatting 2020-02-20 10:59:13 +01:00
zawz
6ccaeb3738 Extend doc 2020-02-20 10:58:12 +01:00
zawz
3303ba8db0 options: processing append empty - and stop on empty -- 2020-02-18 15:56:03 +01:00
zawz
a018a9eeef Enable optimisations 2020-02-13 23:15:35 +01:00
zawz
bf95986e06 filedat: add string overload 2020-02-05 14:26:25 +01:00
zawz
2abb725fbc Merge branch 'master' of https://github.com/zawwz/ztd 2020-02-05 13:54:53 +01:00
BuildTools
d3b6c29db7 shell: fix incorrect return value on shc 2020-02-04 14:52:22 +01:00
BuildTools
42a017978a Fix doc typo 2020-02-04 11:52:14 +01:00
zawz
b4ab1a37d6 options: fix single char ignore_unknown 2020-02-03 17:34:41 +01:00
zawz
eadcebff7f options: Fix segfault on ingore_unknown 2020-02-03 14:16:38 +01:00
zawz
0be51b3671 Add ignore_uknown option processing 2020-01-31 15:44:45 +01:00
zawz
5c46026ea5 options: fix missing error_type 2020-01-14 16:13:17 +01:00
zawz
1311bd7a64 options: add stop_on_argument in process 2020-01-14 11:02:42 +01:00
zawz
94f35a4d9b shell: changed shr 2019-12-25 14:25:15 +01:00
zawz
d66cec619a color: added string() operator 2019-11-29 13:00:04 +01:00
zawz
ef02040938 ignore doc 2019-11-05 09:13:13 +01:00
zawz
4423eccdf8 shell: added shp 2019-11-05 09:08:57 +01:00
zawz
020ee3bb2b add clear rule 2019-11-01 07:44:43 +01:00
zawz
9f1831b615 add gitignore 2019-11-01 07:40:14 +01:00
zawz
b23028347f Options: added operators
- operator[char/string/int] for option access
- option bool() overload
- option string() argument overload
2019-10-16 19:20:27 +02:00
zawz
ec2c2c8c37 options: added possibility to ignore negative numbers as options 2019-10-04 02:47:42 +02:00
zawz
03bf9107e4 fixed filedat[] to const & fixed color << operators 2019-09-26 11:03:57 +02:00