| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-29 | fix masm symbol flags for embed/edit levels | Stefan Boberg | |
| masm only supports -Zi/-Zd; the -Z7 and -ZI flags of cl.exe are rejected with warning A4018, and without -WX the flag is silently dropped, so `set_symbols("debug", "embed")` produced asm objects without any debug info. -Zi already embeds debug info in the object file (masm has no compile-time pdb), so the embed and edit levels now degrade to it. Also fix the gcc-style -g mapping which had the same problem. Fixes #7675 Co-Authored-By: Claude Fable 5 <[email protected]> | |||
| 2025-07-03 | rename copyright | ruki | |
| 2023-10-24 | pass extras to tools | ruki | |
| 2023-07-19 | Fix grammar | wtz | |
| 2023-01-11 | fix defines with space #3271 | ruki | |
| 2021-10-28 | improve ml | ruki | |
| 2021-10-28 | improve ml | ruki | |
| 2021-10-27 | remove some comments | ruki | |
| 2021-10-27 | add symbols for masm | ruki | |
| 2021-04-27 | fix ml | ruki | |
| 2021-02-09 | improve core/tools and remove os.args | ruki | |
| 2020-12-19 | update copyright date | ruki | |
| 2020-11-10 | add nf_includedir | ruki | |
| 2020-09-25 | fix trailing white-space | ruki | |
| 2020-06-22 | fix mingw/gcc envs | ruki | |
| 2020-06-21 | fix ml | ruki | |
| 2020-06-20 | fix check options | ruki | |
| 2020-04-11 | improve errors tips for yasm | ruki | |
| 2020-04-10 | fix ml error output | ruki | |
| 2020-03-25 | improve os.args | ruki | |
| 2020-03-16 | fix link errors output | ruki | |
| 2019-12-19 | update the copyright date | ruki | |
| 2019-08-31 | remove buildmodes | ruki | |
| 2019-08-20 | rewrite vs unicode output | ruki | |
| 2019-08-17 | enable vs_unicode_output | ruki | |
| 2019-08-11 | fix typos | FrankHB | |
| Changed all 'complie' to 'compile'. Added missing 'the' for some cases. Signed-off-by: FrankHB <[email protected]> | |||
| 2019-05-22 | remove other extra warnings | ruki | |
| 2019-05-21 | support more warnings | OpportunityLiu | |
| 2019-04-13 | fix headers with ASF to non-ASF | ruki | |
| 2018-12-31 | modify copyright date | ruki | |
| 2018-11-13 | improve compiler tools | ruki | |
| 2018-05-08 | improve build dependence | ruki | |
| 2017-12-28 | update copyright date | ruki | |
| 2017-09-28 | fix compile error with space path | ruki | |
| 2017-08-27 | update description and index | ruki | |
| 2017-08-01 | improve dep compile and link | ruki | |
| 2017-07-14 | rename feature to buildmode | ruki | |
| 2017-07-13 | modify all cmd to argv for core.tools | ruki | |
| 2017-07-11 | rename has_flag to has_flags | ruki | |
| 2017-06-21 | move tools dir to core.tools and improve tool module | ruki | |
