"docs/en_US/networkmorphismTuner.md" did not exist on "c76dcce59f1ad463e853871b88ec2d556f8a3939"
  1. 13 Jun, 2022 2 commits
  2. 09 Jun, 2022 3 commits
  3. 25 May, 2022 3 commits
  4. 24 May, 2022 2 commits
  5. 18 May, 2022 6 commits
  6. 06 May, 2022 2 commits
  7. 05 May, 2022 8 commits
  8. 13 Apr, 2022 4 commits
  9. 08 Apr, 2022 1 commit
  10. 06 Apr, 2022 1 commit
  11. 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
  12. 31 Mar, 2022 1 commit
  13. 29 Mar, 2022 3 commits
  14. 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
  15. 25 Mar, 2022 1 commit