Skip to content

Latest commit

 

History

History
58 lines (56 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

58 lines (56 loc) · 4.18 KB

CHANGELOG

This changelog is automaticaly generated. If you find any issues with this file, please report to the developers.

[Unreleased]

  • [4f140eb] feat(window|linux): add initial full-screen configuration (Thiago Rezende)
  • [66a16f2] feat(application): add initial resolution configuration (Thiago Rezende)
  • [f9a15d3] refactor(window): simplify debug logger calls (Thiago Rezende)
  • [7709b35] feat(horus): add compile time definitions (Thiago Rezende)
  • [3f85c3a] chore: add initial setup.sh script (Thiago Rezende)
  • [49bb655] docs(changelog): add initial markdown changelog generation (Thiago Rezende)
  • [7f315c9] refactor(logger): update the level order and make the level prefix indice more consistent (Thiago Rezende)
  • [75321c2] feat(application): move the application instance ownership to the client (Thiago Rezende)
  • [df5682f] feat(application): add initial application layer definition (Thiago Rezende)
  • [04b1c52] revert(ec05701): bring c version back to c99 (Thiago Rezende)
  • [2687856] style: change pointer alignment to right side (Thiago Rezende)
  • [4e28e73] build: move xcb dependency declaration to linux platform checking boundary (Thiago Rezende)
  • [b21c389] refactor(window|linux): use stdlib's free on objects allocated by xcb (Thiago Rezende)
  • [a97ca67] fix(window|linux): remove memory leak at window destruction (Thiago Rezende)
  • [55101ea] feat(window): add focus events checking (Thiago Rezende)
  • [8e613e6] feat(window): add initial window implementation for linux (Thiago Rezende)
  • [ec05701] build: update c version from c99 to c11 (Thiago Rezende)
  • [6aac15f] refactor(logger): change trace level color to white instead of gray (Thiago Rezende)
  • [b74e514] docs: add initial changelog generator script (Thiago Rezende)
  • [2920e70] refactor(logger): removed unnecessary macro declaration (Thiago Rezende)
  • [f06efe3] feat(logger): flush the streams after message write (Thiago Rezende)
  • [8f745b7] style: update indentation in some meson.build files (Thiago Rezende)
  • [484d6b0] docs: update project description (Thiago Rezende)
  • [743cb5a] refactor(logger): automatically add new line after logger message (Thiago Rezende)
  • [952ce66] feat(logger): add ansi escape colors for all logger levels (Thiago Rezende)
  • [a8a0b79] refactor(memory): update memory clearing function to platform_memory_clear (Thiago Rezende)
  • [fd0642f] feat(logger): add simple console logger (Thiago Rezende)
  • [2d26218] feat(platform): add simple memory allocation interface (Thiago Rezende)
  • [eafea93] style: add .editorconfig file (Thiago Rezende)
  • [80f8d1f] refactor(entrypoint): update entrypoint to a declaration instead of a macro (Thiago Rezende)
  • [ea5174a] feat(horus): add platform detection with predefined macros (Thiago Rezende)
  • [e52cdc1] feat(platform): add console abstraction (Thiago Rezende)
  • [f749f74] feat(horus): add core macro definitions (Thiago Rezende)
  • [6928bb7] feat(horus): add core types definitions (Thiago Rezende)
  • [f3c029d] feat(horus): add entrypoint declaration with HORUS_ENTRYPOINT macro (Thiago Rezende)
  • [0447a42] docs: update badges in README.md (Thiago Rezende)
  • [ed544a0] build: add pkg-config file generation (Thiago Rezende)
  • [b91d400] ci: remove setup-python cache configuration (Thiago Rezende)
  • [c1b3b74] ci: add bulid directory caching (Thiago Rezende)
  • [2f6d266] docs: add ci badge to README.md (Thiago Rezende)
  • [17f6151] ci: fix workflow syntax error (Thiago Rezende)
  • [f55b2c7] ci: add linux workflow (Thiago Rezende)
  • [3e8b3f3] build(horus): add headers installation target (Thiago Rezende)
  • [6b53447] build(horus): update machine checking to use host_machine instead of target_machine (Thiago Rezende)
  • [9bc1e19] build(sandbox): update target variable name (Thiago Rezende)
  • [2e419fe] build: add threads dependency (Thiago Rezende)
  • [c14dc5a] build: add clang-tidy config file (Thiago Rezende)
  • [e562076] build: move to meson build system (Thiago Rezende)
  • [757c65a] build: add sandbox target and initial xmake config (Thiago Rezende)
  • [50722a8] build: add horus target and initial xmake config (Thiago Rezende)
  • [f6f6bb6] docs: update README.md description (Thiago Rezende)
  • [97ad2e1] chore: initial commit (Thiago Rezende)