summary refs log tree commit diff stats
path: root/tests/cpp/tconstructor.nim
Commit message (Expand)AuthorAgeFilesLines
* [Cpp] Fixes an issue when mixing hooks and calls (#23428)Juan M Gómez2024-03-211-1/+14
* adds support for noDecl in constructor (#22811)Juan M Gómez2023-10-111-1/+10
* `constructor` now uses `result` instead of `this` (#22724)Juan M Gómez2023-09-191-4/+4
* fixes #22669 constructor pragma doesnt init Nim default fields (#22670)Juan M Gómez2023-09-101-1/+34
* fixes #22662 Procs with constructor pragma doesn't initialize object's field...Juan M Gómez2023-09-081-1/+22
* Implements: [C++] constructor pragma improvement (fix #21921) (#21916)Juan M Gómez2023-05-301-2/+33
* actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)Juan M Gómez2023-05-241-0/+24