Skip to content
Snippets Groups Projects
  1. Sep 09, 2020
    • Oleksandr Koval's avatar
      cmCommandArgumentParserHelper: rework input handling · 62d7acc6
      Oleksandr Koval authored
      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.
      62d7acc6
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 9a0a5f84
      Kitware Robot authored
      9a0a5f84
  2. Sep 08, 2020
  3. Sep 07, 2020
  4. Sep 06, 2020
  5. Sep 05, 2020
  6. Sep 04, 2020
  7. Sep 03, 2020
Loading