summary refs log tree commit diff stats
path: root/tests/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)cooldome2017-12-171-3/+11
|
* fixes another sighashes problemAraq2017-12-081-0/+1
|
* Fixes #5979 (#5980)Yuriy Glukhov2017-11-191-0/+10
|
* use targets from test spec when running testament tests (#6687)Jacek Sieka2017-11-1519-15/+24
|
* fixes #4910Araq2017-10-141-0/+8
|
* fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-031-0/+17
| | | | | | * fixes #6016 union alias trigger bad codegen * cpp test ok * merging some test into one file
* attempt to fix a compilation problem caused by nimcacheZahary Karadjov2017-05-131-0/+424
|
* fixes #5142Araq2016-12-231-0/+8
|
* make travis greenAraq2016-12-221-1/+2
|
* fixes #5140Araq2016-12-221-0/+28
|
* added missing fileAndreas Rumpf2016-12-211-0/+4
|
* fixes #5136Andreas Rumpf2016-12-211-0/+10
|
* Merge branch 'devel' into sighashesAraq2016-12-171-0/+22
|\
| * reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
| |
* | make tsigbreak.nim compileAndreas Rumpf2016-12-121-0/+28
|/
* attempt to make travis green againAraq2016-12-011-1/+1
|
* fixes #5081Araq2016-12-011-0/+3
|
* fixes #4625Andreas Rumpf2016-09-131-0/+22
|
* fixes #2259, fixes #1389Andreas Rumpf2016-06-021-0/+10
|
* Added test casemjendrusch2016-04-171-0/+9
| | | | Previously offending code
* Fix a few deprecation warningsdef2016-01-251-1/+1
|
* fixes #3299Araq2015-10-151-0/+11
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-1/+1
| | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #2841Araq2015-07-221-0/+6
|
* fixes #1888Araq2015-04-271-0/+17
|
* added test for #2536Araq2015-04-241-0/+38
|
* fixes #2505, fixes #1853, fixes #2522Araq2015-04-202-1/+2
|
* The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-142-4/+24
| | | | | | | | A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit.
* importing of C++ nested generics like std::vector<T>::iterator, using the ↵Zahary Karadjov2015-04-131-0/+21
| | | | apostrophe operator
* fixes #1717, fixes #2324Araq2015-03-221-0/+20
|
* Add test for fix in f8d6d74368ea14403d1d455db30b669750e71651.Philip Wernersbach2015-03-151-0/+14
|
* some love for the testsuite; fixed regressionsAraq2015-03-012-2/+2
|
* Add test for #1460def2015-02-041-0/+5
|
* Add test for #1459def2015-02-041-0/+5