Files
CMake/Source
Oleksandr Koval 62d7acc6d4 cmCommandArgumentParserHelper: rework input handling
Old implementation uses involved Flex input management technique that
requires usage of obsolete YY_INPUT macro. This causes a lot of useless
allocations and byte-by-byte scanning. New implementation avoids those
hacks, it uses yy_scan_string() API to setup Flex input. Also it fixes
reporting of syntax error position and corresponding tests.
2020-09-09 15:49:35 +03:00
..
2020-09-09 00:01:18 -04:00
2020-08-11 08:57:00 -04:00
2020-09-03 11:36:54 -04:00
2020-09-08 11:19:28 -04:00
2020-04-20 23:05:15 +02:00