1. 14 Apr, 2020 1 commit
  2. 11 Apr, 2020 2 commits
  3. 10 Apr, 2020 5 commits
  4. 09 Apr, 2020 2 commits
  5. 08 Apr, 2020 6 commits
  6. 07 Apr, 2020 7 commits
  7. 06 Apr, 2020 9 commits
  8. 05 Apr, 2020 1 commit
  9. 04 Apr, 2020 4 commits
    • albert-github's avatar
      Incorrect PREDEFINED setting. · 2d387356
      albert-github authored
      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
    • Tomoaki Teshima's avatar
      07c3aae3
    • Dmitry Kurtaev's avatar
      b36eba7f
    • Dmitry Kurtaev's avatar
      Case sensitive dnn layers types · 8574a757
      Dmitry Kurtaev authored
      8574a757
  10. 03 Apr, 2020 1 commit
  11. 02 Apr, 2020 2 commits