Juan M Gómez 2e4d344b43 Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23964) 2 months ago
..
23962.h 2e4d344b43 Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23964) 2 months ago
amodule.nim 036c52f0b6 fixes #9222 (#9224) 6 years ago
enum.hpp 6a23452bf4 fix sets of scoped imported enums (#13666) 4 years ago
fam.h 630c304a2d Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942) 3 months ago
foo.c 2bb49136de added missing file 8 years ago
mexportc.nim 32769c478b exportc now mangles same as importc, fixes #10578 (#12144) 5 years ago
t10148.nim 7c90e22ddd fixes #10148 (#10149) 5 years ago
t10241.nim 15584879b9 Properly wrap discarded statements (#10322) 5 years ago
t12946.nim 0ffc322cf6 add the cpp target (#21164) 1 year ago
t22679.nim cd24195d44 fixes #22679 Nim zero clear an object contains C++ imported class when a proc return it (#22681) 1 year ago
t22680.nim 7e86cd6fa7 fixes #22680 Nim zero clear an object inherits C++ imported class when a proc return it (#22684) 1 year ago
t22712.nim bd857151d8 prevents declaring a constructor without importcpp fixes #22712 (#22715) 1 year ago
t23306.nim 93a8b85a91 fixes #23306 nim cpp -r invalid code generation regression with closure iterators and try/catch-like constructions (#23317) 8 months ago
t23434.nim cf00b2fd9e adds ccMember CC fixes #23434 (#23457) 7 months ago
t23657.nim cb0ebecb20 #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23666) 5 months ago
t23962.nim 2e4d344b43 Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23964) 2 months ago
t4834.nim dbff2cd938 close #4834 add testcase (#16649) 3 years ago
t6986.nim 891329cd4b move io out of system (#19442) 2 years ago
t8241.nim a29ec40032 join simple test 6 years ago
t9013.nim 334032294f Fix linking issue in cpp codegen 6 years ago
tasync_cpp.nim b981f3eeb7 ship a modern nimble with lock files support (#21061) 1 year ago
tcasts.nim 903b1b1016 This test for issue 9739 never needed to depend upon hash order (#23791) 4 months ago
tcodegendecl.nim 49a108b302 Expands codegenDecl to work in function params. fixes #22306 (#22307) 1 year ago
tconstructor.nim 33902d9dbb [Cpp] Fixes an issue when mixing hooks and calls (#23428) 7 months ago
tcovariancerules.nim 9df195ef58 style usages part one (openarray => openArray) (#19321) 2 years ago
tcppraise.nim b3176b8817 Attempt to finish off araq cpp exceptions (#13695) 4 years ago
tdont_init_instantiation.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 years ago
tembarrassing_generic_bug.nim 80b508d337 test suite: rename tests containing 'fail' for easier search in logs 5 years ago
temitlist.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 years ago
tempty_generic_obj.nim 2ce592a209 refs #18011 disable some newly failing tests on cpp windows; refs #17946 increase timeout for tchannels (#18012) 3 years ago
tenum_set.nim 6a23452bf4 fix sets of scoped imported enums (#13666) 4 years ago
tevalorder.nim 7e1ae35195 testament: error instead of silently ignore invalid targets; remove pointless alias target vs targets; document matrix; DRY (#16343) 3 years ago
texportc.nim 32769c478b exportc now mangles same as importc, fixes #10578 (#12144) 5 years ago
tfam.nim 630c304a2d Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942) 3 months ago
tgen_prototype_for_importc.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
tget_subsystem.nim 3659fec725 Alternative fix for #4910 that covers #6892; fixes #6892 (#6938) 7 years ago
tinitializers.nim 4fffa0960f C++ Adds support for default arg using object construction syntax. Fixes a compiler crash (#22768) 1 year ago
tmember.nim 93399776c4 [C++] Allow `member` to define static funcs (#23387) 8 months ago
tmember_forward_declaration.nim 558bbb7426 Fix duplicated member declarations in structs for C++ backend (#23512) 6 months ago
tnativesockets.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tnoinitfield.nim 8ac466980f marking a field with noInit allows to skip constructor initialiser (#22802) 1 year ago
torc.nim 7cd3d60683 fixes #12703; nim cpp rejects valid code would lose const qualifier for cstring to string via cstrToNimstr (#23371) 8 months ago
tpassbypragmas.nim e70992d291 fixes an issue where byref wasnt properly handled when using it in a generic param (#22337) 1 year ago
treturn_array.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
tretvar.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 years ago
tsigbreak.nim e012eb1001 updated tests to be executed 6 years ago
tstaticvar_via_typedesc.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
ttemplatetype.nim 732419ae90 improve examples in manual (#16497) 3 years ago
tterminate_handler.nim b3176b8817 Attempt to finish off araq cpp exceptions (#13695) 4 years ago
tthread_createthread.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
ttypeinfo1.nim e4d0f9f3de typeinfo minor improvement (#16083) 4 years ago
ttypeinfo2.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
tvector_iterator.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 years ago
tvectorseq.nim b122836acf use targets from test spec when running testament tests (#6687) 7 years ago
tvirtual.nim ca577dbab1 C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855) 1 year ago
virtualptr.nim ca577dbab1 C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855) 1 year ago