1. 09 Jun, 2022 2 commits
  2. 25 May, 2022 3 commits
  3. 24 May, 2022 2 commits
  4. 18 May, 2022 6 commits
  5. 06 May, 2022 2 commits
  6. 05 May, 2022 8 commits
  7. 13 Apr, 2022 4 commits
  8. 08 Apr, 2022 1 commit
  9. 06 Apr, 2022 1 commit
  10. 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
  11. 31 Mar, 2022 1 commit
  12. 29 Mar, 2022 3 commits
  13. 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
  14. 25 Mar, 2022 1 commit
  15. 24 Mar, 2022 1 commit
  16. 22 Mar, 2022 1 commit
  17. 21 Mar, 2022 1 commit