| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-29 | Fix mixup between DYLD_LIBRARY_PATH and LD_LIBRARY_PATH | Jérôme Leclercq | |
| 2023-01-29 | Update config.lua | ruki | |
| 2023-01-29 | improve armasm | ruki | |
| 2023-01-29 | add lto for ldc2 | ruki | |
| 2023-01-29 | improve strip for macosx | ruki | |
| 2023-01-29 | improve mode | ruki | |
| 2023-01-29 | improve ldflags for dmd/ldc | ruki | |
| 2023-01-29 | revert dmd | ruki | |
| 2023-01-29 | improve strip for dmd/ldc | ruki | |
| 2023-01-28 | Merge pull request #3317 from xaizek/fix-cxx-ver-in-qt | ruki | |
| Fix detection of target language for qt projects | |||
| 2023-01-28 | fix languages for qt | ruki | |
| 2023-01-28 | update readme | ruki | |
| 2023-01-28 | improve dlang toolchains | ruki | |
| 2023-01-27 | Fix detection of target language for qt projects | xaizek | |
| Stray change in 02fb7ef69e78a5d6a8e0066f8866684533836ac3 broke it such that language set via `set_languages()` wasn't detected and `-std=c++11` was appended after `-std` flag that came from `set_languages()` in `xmake.lua`. To reproduce: 1. `xmake create -tqt.quickapp` 2. `vim xmake.lua` and add `set_languages("c++17")` 3. `xmake --verbose` and look at `-std=` options | |||
| 2023-01-26 | improve link for gcc | ruki | |
| 2023-01-26 | improve link for gcc | ruki | |
| 2023-01-25 | format code | ruki | |
| 2023-01-24 | Merge pull request #3310 from Arthapz/improve-module-compilation | ruki | |
| Improve module compilation | |||
| 2023-01-24 | fix unsafe table remove | Arthur LAURENT | |
| 2023-01-23 | cleanup | Arthur LAURENT | |
| 2023-01-23 | support clang++ in toolchain_includedirs | Arthur LAURENT | |
| 2023-01-23 | simplify fallback dependency parser | Arthur LAURENT | |
| 2023-01-23 | disable cache for circle | ruki | |
| 2023-01-23 | clang missing flag | Arthur LAURENT | |
| 2023-01-23 | revert wrong change | Arthur LAURENT | |
| 2023-01-23 | format | Arthur LAURENT | |
| 2023-01-23 | use uuid instead of sha1 for module cache directories | Arthur LAURENT | |
| 2023-01-22 | revert wrong change | Arthur LAURENT | |
| 2023-01-22 | improve module compilation on clang | Arthur LAURENT | |
| 2023-01-22 | improve module compilation on gcc | Arthur LAURENT | |
| 2023-01-22 | improve module compilation on msvc | Arthur LAURENT | |
| 2023-01-21 | improve xrepo complete | ruki | |
| 2023-01-21 | improve compile_commands #3286 | ruki | |
| 2023-01-21 | improve language for verilog | ruki | |
| 2023-01-20 | add cuflags for package | ruki | |
| 2023-01-20 | add asflags for toolchain #3307 | ruki | |
| 2023-01-19 | enable cjson | ruki | |
| 2023-01-19 | format code | ruki | |
| 2023-01-19 | remove some comments | ruki | |
| 2023-01-19 | improve json.null | ruki | |
| 2023-01-19 | mark as array | ruki | |
| 2023-01-19 | add pure json | ruki | |
| 2023-01-19 | disable cjson | ruki | |
| 2023-01-19 | wrap json | ruki | |
| 2023-01-18 | fix verilator for windows | ruki | |
| 2023-01-18 | improve group | ruki | |
| 2023-01-17 | fix tips | ruki | |
| 2023-01-17 | fix tips | ruki | |
| 2023-01-17 | fix tips | ruki | |
| 2023-01-16 | Merge pull request #3298 from Arthapz/clang-modules-support-fmodule-output | ruki | |
| Add support of -fmodule-output on llvm >= 16 | |||
