summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* simplified code of the upcoming vccexe and vcclinkerexe toolsAraq2016-10-244-75/+65
|
* Merge branch 'nim-vccwrap' of https://github.com/couven92/Nim into ↵Araq2016-10-243-0/+117
|\ | | | | | | couven92-nim-vccwrap
| * Add VCC wrappersFredrik Høisæther Rasch2016-10-013-0/+117
| | | | | | | | Enables automatic loading of Visual Studio C/C++ Build Tools
* | asynchttpserver: cleanup example codeAraq2016-10-241-1/+1
| |
* | Merge pull request #4847 from honewatson/patch-1Andreas Rumpf2016-10-241-0/+11
|\ \ | | | | | | Add respond proc example
| * | Add respond proc examplehonewatson2016-10-031-0/+11
| | | | | | | | | Add an example for the respond proc demonstration JSON response.
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-10-2425-68/+196
|\ \ \
| * \ \ Merge pull request #4945 from arnetheduck/cleanup-tyXxxAndreas Rumpf2016-10-2411-61/+49
| |\ \ \ | | | | | | | | | | Cleanup ty xxx
| | * | | clean up tyMutable remnantsJacek Sieka2016-10-2410-44/+37
| | | | |
| | * | | clean up tyConst remnantsJacek Sieka2016-10-2410-37/+32
| | | | |
| | * | | clean up tyBigNum remnantsJacek Sieka2016-10-248-21/+21
| | | | |
| * | | | Merge pull request #4814 from scriptum/rpg-pcre-jitAndreas Rumpf2016-10-242-4/+13
| |\ \ \ \ | | | | | | | | | | | | Enable JIT in PCRE to improve regular expressions performance
| | * | | | Remove TODO for PCRE JITPavel Roschin2016-10-101-1/+0
| | | | | |
| | * | | | Enable JIT in PCRE to improve regular expressions performancePavel Roschin2016-09-232-3/+13
| | | | | |
| * | | | | Merge pull request #4800 from Wh1teDuke/FixTesterRunOptAndreas Rumpf2016-10-242-3/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | [Tester] allow running single tests with 'run' option
| | * | | | | Run Option: use now processSingleTestWh1teDuke2016-09-191-1/+1
| | | | | | |
| | * | | | | Add processSingleTest, remove file arg from processCategoryWh1teDuke2016-09-191-2/+8
| | | | | | |
| * | | | | | Merge pull request #4819 from andreaferretti/usefulmacrosAndreas Rumpf2016-10-243-0/+58
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Some useful macros
| | * | | | | | Removed use of stmtAndrea Ferretti2016-09-251-1/+1
| | | | | | | |
| | * | | | | | Added expandMacros macroAndrea Ferretti2016-09-221-0/+24
| | | | | | | |
| | * | | | | | Added a dump macro for debuggingAndrea Ferretti2016-09-222-0/+34
| | | | | | | |
| * | | | | | | Merge pull request #4838 from couven92/ico-vccAndreas Rumpf2016-10-246-0/+10
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added icons support for Visual Studio compiler
| | * | | | | | | Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-306-0/+10
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #4812 from andreaferretti/jsconsoleAndreas Rumpf2016-10-242-0/+57
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added js console object
| | * | | | | | | New version of js console using macros - avoid the use of .apply methodAndrea Ferretti2016-10-061-4/+22
| | | | | | | | |
| | * | | | | | | Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-062-19/+10
| | | | | | | | |
| | * | | | | | | Update to allow varargs in js console loggingAndrea Ferretti2016-09-221-1/+8
| | | | | | | | |
| | * | | | | | | Added js console objectAndrea Ferretti2016-09-212-0/+41
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'rudis-devel' into develAraq2016-10-241-1/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | make tgetfileinfo work on WindowsAraq2016-10-241-8/+16
| | | | | | | | |
| * | | | | | | | Merge branch 'devel' of https://github.com/rudis/Nim into rudis-develAraq2016-10-241-1/+31
|/| | | | | | | |
| * | | | | | | | tests: add more tests for getFileInfo()Simon Ruderich2016-09-171-1/+31
| | | | | | | | |
* | | | | | | | | cleanup tgorge testAraq2016-10-242-2/+2
| |/ / / / / / / |/| | | | | | |
* | | | | | | | news entry for upcoming changesAraq2016-10-241-0/+53
| | | | | | | |
* | | | | | | | 'koch tools' does not yet work from githubAraq2016-10-241-1/+0
| | | | | | | |
* | | | | | | | document the new way of doing things; refs #4934Araq2016-10-243-5/+9
| | | | | | | |
* | | | | | | | Merge pull request #4872 from flyx/gorgefixAndreas Rumpf2016-10-245-4/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes #4871
| * | | | | | | | Fixes #4871Felix Krause2016-10-095-4/+23
| | | | | | | | |
* | | | | | | | | Merge pull request #4943 from nigredo-tori/fix-4942Andreas Rumpf2016-10-241-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reset HttpClient if new URL has different port
| * | | | | | | | | Reset HttpClient if new URL has different portDmitry Polienko2016-10-241-2/+4
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4935 from flyx/tablefixAndreas Rumpf2016-10-242-4/+70
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Table fixes. fixes #4901
| * | | | | | | | | | Table fixes. fixes #4901Felix Krause2016-10-232-4/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added `==` for OrderedTable, CountTable and the *Ref types * added missing documentation to all `==` procs * fixed clear() for OrderedTables, which did not work because `var` does not work well with `|` * added tests
* | | | | | | | | | | Merge pull request #4938 from FedericoCeratto/unittestAndreas Rumpf2016-10-241-3/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve unittest docs
| * | | | | | | | | | | Improve unittest docsFederico Ceratto2016-10-231-3/+21
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4937 from cheatfate/newosAndreas Rumpf2016-10-241-36/+125
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Some changes to os.nim
| * | | | | | | | | | | Fix for getCurrentDir().cheatfate2016-10-231-36/+125
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for expandFilename(). Fix for getAppFilename().
* | | | | | | | | | | Merge pull request #4944 from arnetheduck/cleanup-tyiterAndreas Rumpf2016-10-2411-26/+22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | remove remnants of tyIter
| * | | | | | | | | | | remove remnants of tyIterJacek Sieka2016-10-2411-26/+22
| | | | | | | | | | | |
* | | | | | | | | | | | deprecate install_tools.nims in favor of 'koch tools'; refs #4934Araq2016-10-242-24/+46
| | | | | | | | | | | |
* | | | | | | | | | | | deprecated install_nimble.nims in favor of 'koch nimble'; refs #4934Araq2016-10-243-34/+25
| | | | | | | | | | | |