Commit Graph

5 Commits

Author SHA1 Message Date
42af043b3f WIP: Move boilerplate application code to external lib.
Some checks reported errors
buildbot/darwin-macos-cmake-builder Build done.
buildbot/freebsd-jail-cmake-builder Build done.
buildbot/linux-podman-cmake-builder Build done.
Overview
---

- Added: External dependency on IOCore
- Removed:
  - Application.hpp, Application.cpp
  - debuginnfo.hpp,debuginfo.cpp
  - Exception.hpp,Exception.cpp
  - types/legible_ctypes.hpp
  - All references to Boost and execinfo/backtrace.

Additionally:
---

- .clang-format: Switch to modified WebKit code style
- .clang-tidy:   Tweak style for Constexpr  statements
- .clangd:  Re-enable IWYU include directory insertion & analysis

CMakeLists.txt:
  - Replace manual CMake conditionals with prepackaged functions from my
    custom cmake/BuildProperties.cmake CMake module.
  - Bump project version
  - Set project-wide dir variables
  - Add and use CPM Package Manager
  - Add reference to my IOCore application framework library using CPM
  - Remove references to backtrace generation. Now using IOCore
  - Comment out app and demo subdirectories for now.

cmake/BuildProperties.cmake:
  - Move in-source build detection, set project-wide environment
    variables, and other configuration tasks to specific CMake
    functions in a custom CMake module.

cmake/CPM.cmake:  Imported from the CPM Project under MIT License
  - Copyright (c) Lars Melchior and contributors

demo/Phong.hpp,demo/Phong.cpp:
  - Use  new method names. (untested, never compiled)

include/Component.hpp: Unused, Untested changes

Work #28
2024-04-13 16:17:00 -04:00
6381c151f8 Run all code through clang-tidy and enforce consistent readable codestyle
Some checks failed
buildbot/linux-podman-cmake-builder Build done.
buildbot/darwin-macos-cmake-builder Build done.
buildbot/freebsd-jail-cmake-builder Build done.
2024-02-26 00:18:40 -05:00
720d586512 Update doxyfile, .clang_format settings, fix doxygen warnings 2024-01-29 11:41:50 -05:00
9757db803c Update clang-format & use modified LLVM style
Some checks failed
buildbot/linux-podman-cmake-builder Build done.
buildbot/freebsd-jail-cmake-builder Build done.
buildbot/darwin-macos-cmake-builder Build done.
2023-12-13 18:52:43 -05:00
b126d00d5b Add clang-format support. 2023-12-13 16:08:19 -05:00