1. 07 4月, 2020 4 次提交
  2. 06 4月, 2020 7 次提交
  3. 05 4月, 2020 3 次提交
    • B
      switch to argparse · 3dcb775d
      Bao "Mantle" Rong 提交于
      3dcb775d
    • A
      Incorrect PREDEFINED setting. · 2d387356
      albert-github 提交于
      The PREDEFINED setting for  had a space between the define name and the equal sign and this is not allowed, it results in the warning:
      ```
      error: Illegal PREDEFINED format '=', no define name specified
      ```
      according to the documentation explicitly states that no space is allowed:
      > The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of e.g. gcc). The argument of the tag is a list of macros of the form: name or name=definition (no spaces). If the definition and the "=" are omitted, "=1" is assumed. To prevent a macro definition from being undefined via #undef or recursively expanded use the := operator instead of the = operator.
      2d387356
    • T
      let the test pass on Mali G52 (ODROID-N2) · 07c3aae3
      Tomoaki Teshima 提交于
      07c3aae3
  4. 04 4月, 2020 1 次提交
  5. 03 4月, 2020 5 次提交
  6. 02 4月, 2020 8 次提交
  7. 01 4月, 2020 3 次提交
  8. 30 3月, 2020 3 次提交
  9. 29 3月, 2020 2 次提交
  10. 28 3月, 2020 4 次提交