1. 27 10月, 2019 1 次提交
  2. 03 10月, 2019 1 次提交
    • R
      Update CMakeLists.txt · 53916f82
      richardhob 提交于
      Update the CMAKE minimum version from `3` to `3.0` to fix error in Windows 10 x64 with CMAKE 3.15.4:
      
      cmake_minimum_required could not parse VERSION "3".
      53916f82
  3. 30 9月, 2019 7 次提交
  4. 22 9月, 2019 1 次提交
  5. 18 9月, 2019 9 次提交
  6. 14 9月, 2019 1 次提交
    • J
      Fix "rake scripts" when running on Windows. · 9578a382
      John Lindgren 提交于
      cmd.exe does not recognize backslash as an escape character,
      leading to errors like the following:
      
          error: stray '\' in program
          note: in definition of macro 'UNITY_OUTPUT_CHAR_HEADER_DECLARATION'
      
      It does, however, recognize double quotes, so we can use those as
      a portable method of escaping special characters on both Windows
      and UNIX.
      9578a382
  7. 11 9月, 2019 1 次提交
  8. 13 8月, 2019 1 次提交
  9. 09 7月, 2019 2 次提交
  10. 07 7月, 2019 1 次提交
  11. 06 7月, 2019 10 次提交
  12. 04 7月, 2019 5 次提交