1. 25 May, 2022 2 commits
  2. 24 May, 2022 2 commits
  3. 18 May, 2022 6 commits
  4. 06 May, 2022 2 commits
  5. 05 May, 2022 8 commits
  6. 13 Apr, 2022 4 commits
  7. 08 Apr, 2022 1 commit
  8. 06 Apr, 2022 1 commit
  9. 01 Apr, 2022 1 commit
    • Charlie Lin's avatar
      Update developer overview, fix doc CMakeLists (#1140) · 0295965d
      Charlie Lin authored
      * Fix and change doc CMakeLists
      1. Fix include directory location with hange from #1088
      2. Create a DoxygenWarningLog.txt file in <build_dir>/doc/doxygen
      3. Move compiled html or pdf files to <build_dir>/doc/[pdf, html]
      0295965d
  10. 31 Mar, 2022 1 commit
  11. 29 Mar, 2022 3 commits
  12. 28 Mar, 2022 2 commits
    • Paul Fultz II's avatar
      Use ifdef instead of comment for the auto-generated method declarations for... · 8e4d622f
      Paul Fultz II authored
      Use ifdef instead of comment for the auto-generated method declarations for type erased classes (#1138)
      
      It seems the formatting of comments are unreadable for larger methods, so instead just generate a struct with the methods in the interface and add a comment if its optional. It wraps this in #ifdef TYPE_ERASED_DECLARATION(assuming this would never be defined) instead of #if 0, so most editors can still provide syntax highlighting(although I think vscode with clangd will still gray it out unfortunately).
      8e4d622f
    • Paul Fultz II's avatar
      Use ccache for runtime compilation (#1131) · ad056b1f
      Paul Fultz II authored
      * Use ccache for runtime compilation
      ad056b1f
  13. 25 Mar, 2022 1 commit
  14. 24 Mar, 2022 1 commit
  15. 22 Mar, 2022 1 commit
  16. 21 Mar, 2022 1 commit
  17. 18 Mar, 2022 2 commits
  18. 15 Mar, 2022 1 commit