Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Cpp] Fixes an issue when mixing hooks and calls (#23428) | Juan M Gómez | 2024-03-21 | 1 | -1/+14 |
| | |||||
* | adds support for noDecl in constructor (#22811) | Juan M Gómez | 2023-10-11 | 1 | -1/+10 |
| | | | Notice the test wouldnt link before | ||||
* | `constructor` now uses `result` instead of `this` (#22724) | Juan M Gómez | 2023-09-19 | 1 | -4/+4 |
| | |||||
* | fixes #22669 constructor pragma doesnt init Nim default fields (#22670) | Juan M Gómez | 2023-09-10 | 1 | -1/+34 |
| | | | | | | | fixes #22669 constructor pragma doesnt init Nim default fields --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fixes #22662 Procs with constructor pragma doesn't initialize object's ↵ | Juan M Gómez | 2023-09-08 | 1 | -1/+22 |
| | | | | | | | | | | fields (#22665) fixes #22662 Procs with constructor pragma doesn't initialize object's fields --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Implements: [C++] constructor pragma improvement (fix #21921) (#21916) | Juan M Gómez | 2023-05-30 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | * implements: [C++] constructor pragma improvement (fix #21921) t * fix test so it doesnt use echo in globals * Update compiler/ccgtypes.nim * Update lib/std/private/dragonbox.nim --------- Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | actually fixes #21889 "constructor pragma doing nothing in globals" (#21897) | Juan M Gómez | 2023-05-24 | 1 | -0/+24 |
actually fixes #21889 |