ArthurSonzogni
|
a0ce9bf55d
|
Fix previous patch.
|
2025-10-19 17:08:39 +02:00 |
|
Nicolas Busser
|
09e690f8ab
|
Add Merge() specializations to support more Element containers (#1117)
`Merge()` was previously only supporting `Elements` as a `Element` container.
This PR adds specialization for:
- all the containers that matches the concept `std::ranges::range`
- `std::queue`
- `std::stack`
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1108
Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/1108
|
2025-10-19 16:53:33 +02:00 |
|
Arthur Sonzogni
|
8a2a9b0799
|
Generate compile commands for clangd. (#855)
Fix all the diagnostics reported.
Bug: https://github.com/ArthurSonzogni/FTXUI/issues/828
|
2024-05-01 14:32:22 +02:00 |
|
ArthurSonzogni
|
5724f8483b
|
Move copyright to the top of files.
|
2023-08-19 13:57:01 +02:00 |
|
Arthur Sonzogni
|
aebde94352
|
Add clang-tidy. (#368)
|
2022-03-31 02:17:43 +02:00 |
|
ArthurSonzogni
|
9820832fea
|
Improve the documentation.
|
2021-07-11 12:23:42 +02:00 |
|
ArthurSonzogni
|
155758c073
|
Use IWYU.
|
2021-05-01 23:19:07 +02:00 |
|
ArthurSonzogni
|
f2dc080a35
|
Variou details:
- Put the MIT copyright at the end.
- Move the directory /other -> tools
- Various improvements.
|
2020-08-28 23:54:25 +02:00 |
|
ArthurSonzogni
|
f506be941d
|
Add automatic formatting and license.
|
2020-04-19 21:01:09 +02:00 |
|
ArthurSonzogni
|
493e734680
|
Set clang-format macro indent.
1) Set clang-format macro indent.
2) Run clang-format on every files.
|
2020-03-23 21:26:00 +01:00 |
|
ArthurSonzogni
|
1e35687d64
|
Make FTXUI compatible with clang warnings.
|
2020-02-15 20:41:44 +01:00 |
|
ArthurSonzogni
|
ef0de8d873
|
Add support for nxxm.
[nxxm](https://nxxm.github.io)
|
2019-02-02 02:25:06 +01:00 |
|