From d117d7d31929a86571e6f231d3bb65ea08950595 Mon Sep 17 00:00:00 2001 From: haykh Date: Wed, 6 Aug 2025 16:54:00 -0400 Subject: [PATCH 1/4] install rule for entity.xc --- cmake/report.cmake | 10 +++++++++- src/CMakeLists.txt | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cmake/report.cmake b/cmake/report.cmake index 7bd62394..33443d29 100644 --- a/cmake/report.cmake +++ b/cmake/report.cmake @@ -142,6 +142,9 @@ string( " " ${DEBUG_REPORT} "\n" + " - Install prefix [${Magenta}CMAKE_INSTALL_PREFIX${ColorReset}]: " + "${CMAKE_INSTALL_PREFIX}" + "\n" ${DASHED_LINE_SYMBOL} "\n" "Compilers & dependencies" @@ -222,7 +225,12 @@ string( "${Magenta}${ColorReset}${Dim}=`, " "the ${Underline}default${ColorReset}${Dim} value" "\n" - " : will be used unless the variable is explicitly set.${ColorReset}") + " : will be used unless the variable is explicitly set.${ColorReset}" + "\n" + " ${Dim}: When running `cmake --install `," + " \n" + " : the executable is copied to " + "`${Magenta}${ColorReset}${Dim}/bin`.${ColorReset}") if(${TESTS}) string( diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a54a119b..5f2afc82 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -44,3 +44,4 @@ add_executable(${ENTITY} ${SOURCES}) set(libs ntt_global ntt_framework ntt_metrics ntt_engines ntt_pgen) add_dependencies(${ENTITY} ${libs}) target_link_libraries(${ENTITY} PUBLIC ${libs}) +install(TARGETS ${ENTITY} DESTINATION bin) From 4c67390abc4ca58e51cc398431cd9b44f513b5e5 Mon Sep 17 00:00:00 2001 From: haykh Date: Fri, 8 Aug 2025 08:39:00 -0400 Subject: [PATCH 2/4] updated readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1afa248..33c3024b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Our [detailed documentation](https://entity-toolkit.github.io/) includes everyth ## Join the community -Everyone is welcome to join our small yet steadily growing community of code users and developers; regardless of how much you are planning to contribute -- we always welcome fresh ideas and feedback. We hold weekly Zoom meetings on Mondays at 12pm NY time, and have a dedicated Slack channel where you can be easily added by [emailing](mailto:haykh.astro@gmail.com) [one of the maintainers](mailto:genegorbs@gmail.com). If you prefer to just join our Zoom meetings without the Slack involvement -- that's totally fine, just email, and we can send you the Zoom link. +Everyone is welcome to join our small yet steadily growing community of code users and developers; regardless of how much you are planning to contribute -- we always welcome fresh ideas and feedback. We hold weekly Slack calls on Mondays at 12pm NY time, and have a dedicated Slack channel where you can be easily added by emailing one of the maintainers (indicated with an asterisk in the list below). Anyone is welcome to join both our **Slack workspace** and the weekly meetings -- please feel free to request access by emailing. Another way of contacting us is via GitHub issues and/or pull requests. Make sure to check out our [F.A.Q.](https://entity-toolkit.github.io/wiki/content/1-getting-started/9-faq/), as it might help you answer your question. @@ -20,19 +20,24 @@ Another way of contacting us is via GitHub issues and/or pull requests. Make sur ## Contributors (alphabetical) +Maintainers indicated with an asterisk. + * :guitar: Ludwig Böss {[@LudwigBoess](https://github.com/LudwigBoess)} * :eyes: Yangyang Cai {[@StaticObserver](https://github.com/StaticObserver)} * :tipping_hand_person: Alexander Chernoglazov {[@SChernoglazov](https://github.com/SChernoglazov)} * :tea: Benjamin Crinquand {[@bcrinquand](https://github.com/bcrinquand)} * :bubble_tea: Alisa Galishnikova {[@alisagk](https://github.com/alisagk)} -* :steam_locomotive: Evgeny Gorbunov {[@Alcauchy](https://github.com/Alcauchy)} -* :coffee: Hayk Hakobyan {[@haykh](https://github.com/haykh)} +* :steam_locomotive: Evgeny Gorbunov {[@Alcauchy](https://github.com/Alcauchy)} [*] +* :coffee: Hayk Hakobyan {[@haykh](https://github.com/haykh)} [*] * :potato: Jens Mahlmann {[@jmahlmann](https://github.com/jmahlmann)} * :dolphin: Sasha Philippov {[@sashaph](https://github.com/sashaph)} * :radio: Siddhant Solanki {[@sidruns30](https://github.com/sidruns30)} * :shrug: Arno Vanthieghem {[@vanthieg](https://github.com/vanthieg)} * :cat: Muni Zhou {[@munizhou](https://github.com/munizhou)} +* [*] [haykh.astro@gmail.com](mailto:haykh.astro@gmail.com) +* [*] [genegorbs@gmail.com](mailto:genegorbs@gmail.com) + ## Branch policy - `master` branch contains the latest stable version of the code which has already been released. From 14d5da6ee6f4a6a0c26fa28b4f50a6a8675258c4 Mon Sep 17 00:00:00 2001 From: hayk Date: Fri, 8 Aug 2025 08:40:56 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 33c3024b..d43552ab 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,21 @@ Another way of contacting us is via GitHub issues and/or pull requests. Make sur ## Contributors (alphabetical) -Maintainers indicated with an asterisk. +Maintainers indicated with an arrow. * :guitar: Ludwig Böss {[@LudwigBoess](https://github.com/LudwigBoess)} * :eyes: Yangyang Cai {[@StaticObserver](https://github.com/StaticObserver)} * :tipping_hand_person: Alexander Chernoglazov {[@SChernoglazov](https://github.com/SChernoglazov)} * :tea: Benjamin Crinquand {[@bcrinquand](https://github.com/bcrinquand)} * :bubble_tea: Alisa Galishnikova {[@alisagk](https://github.com/alisagk)} -* :steam_locomotive: Evgeny Gorbunov {[@Alcauchy](https://github.com/Alcauchy)} [*] -* :coffee: Hayk Hakobyan {[@haykh](https://github.com/haykh)} [*] +* :steam_locomotive: Evgeny Gorbunov {[@Alcauchy](https://github.com/Alcauchy)} [-> [haykh.astro [at] gmail](mailto:haykh.astro@gmail.com)] +* :coffee: Hayk Hakobyan {[@haykh](https://github.com/haykh)} [-> [genegorbs [at] gmail](mailto:genegorbs@gmail.com)] * :potato: Jens Mahlmann {[@jmahlmann](https://github.com/jmahlmann)} * :dolphin: Sasha Philippov {[@sashaph](https://github.com/sashaph)} * :radio: Siddhant Solanki {[@sidruns30](https://github.com/sidruns30)} * :shrug: Arno Vanthieghem {[@vanthieg](https://github.com/vanthieg)} * :cat: Muni Zhou {[@munizhou](https://github.com/munizhou)} -* [*] [haykh.astro@gmail.com](mailto:haykh.astro@gmail.com) -* [*] [genegorbs@gmail.com](mailto:genegorbs@gmail.com) - ## Branch policy - `master` branch contains the latest stable version of the code which has already been released. From 490c5dac7b8a1060f47a3b14860fafb41b732440 Mon Sep 17 00:00:00 2001 From: haykh Date: Fri, 8 Aug 2025 08:45:58 -0400 Subject: [PATCH 4/4] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06a7690d..b088e15c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(PROJECT_NAME entity) project( ${PROJECT_NAME} - VERSION 1.2.0 + VERSION 1.2.1 LANGUAGES CXX C) add_compile_options("-D ENTITY_VERSION=\"${PROJECT_VERSION}\"") set(hash_cmd "git diff --quiet src/ && echo $(git rev-parse HEAD) ")