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