summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'couven92-devel' into develAraq2018-12-129-147/+367
|\ \ \
| * | | resolve merge conflictsAraq2018-12-129-147/+367
|/| | |
| * | | VCCEXE: lower case const identifierFredrik Høisæther Rasch2017-04-041-2/+2
| * | | Moved vccdiscover to vccexeFredrik Høisæther Rasch2017-04-042-108/+66
| * | | Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-264-36/+117
| * | | Exchanged debug compilation with verbose command-line argumentFredrik Høisæther Rasch2017-03-212-14/+15
| * | | vcvarsallpath explaination no longer needed with vccdiscoverFredrik Høisæther Rasch2017-03-211-29/+0
| * | | vccdiscover: Added additional documentationFredrik Høisæther Rasch2017-03-211-0/+4
| * | | vccexe tool can use vccdiscover utilityFredrik Høisæther Rasch2017-03-211-2/+22
| * | | Created vccdiscover utility for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+76
| * | | vccenv module for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+25
| * | | Fixed vccexe, now regards the command argumentFredrik Høisæther Rasch2017-03-211-1/+1
| * | | Reduced verbosity of vcvarsallFredrik Høisæther Rasch2017-03-211-2/+3
| * | | Added explanatory comments about vccexe and its path argument in nim.cfgFredrik Høisæther Rasch2017-03-211-0/+33
| * | | Corrected erroneous vccexe tool path in kochFredrik Høisæther Rasch2017-03-211-1/+1
| * | | Moved vccexe to a more logical place (vccexe)Fredrik Høisæther Rasch2017-03-212-0/+0
| * | | Moved vccenv over to vcvarsallFredrik Høisæther Rasch2017-03-213-72/+116
| * | | Added Visual Studio build artifacts to gitignoreFredrik Høisæther Rasch2017-03-211-0/+2
| * | | Removed arch option in compiler definitionFredrik Høisæther Rasch2017-03-211-1/+1
| * | | Added missing VCC C++ options to nim.cfgFredrik Høisæther Rasch2017-03-211-0/+13
* | | | fix merge conflictAraq2018-12-123-6/+51
|\ \ \ \
| * \ \ \ Merge pull request #9552 from recloser/strmisc-docAndreas Rumpf2018-12-121-1/+28
| |\ \ \ \
| | * | | | Add runnable examples for strmisc procs and a better doc for expandTabsrecloser2018-10-291-1/+28
| * | | | | Merge pull request #9879 from data-man/sorted_deduplicateAndreas Rumpf2018-12-122-4/+22
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'devel' into sorted_deduplicateAndreas Rumpf2018-12-12494-2655/+2507
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Add the parameter isSorted for the sequtils.deduplicatedata-man2018-12-072-3/+22
* | | | | | | move diff.nim to experimentalAraq2018-12-124-3/+3
|/ / / / / /
* | | | | | added diff.nim to the stdlibAraq2018-12-123-0/+8
* | | | | | Merge branch 'krux02-std-diff' into develAraq2018-12-121-0/+387
|\ \ \ \ \ \
| * | | | | | diff.nim: massive code cleanupsAraq2018-12-121-166/+90
| * | | | | | Merge branch 'std-diff' of https://github.com/krux02/Nim into krux02-std-diffAraq2018-12-121-0/+463
|/| | | | | |
| * | | | | | added lib/std/diff.nimArne Döring2018-12-071-0/+463
* | | | | | | clean up the implementation of the new memfiles.resizeAraq2018-12-121-27/+27
* | | | | | | export every field of MemFile for more low level trickery; refs #9922Araq2018-12-121-4/+5
* | | | | | | advopt.txt: minor layouting changeAraq2018-12-121-1/+1
* | | | | | | Merge pull request #9922 from c-blake/develAndreas Rumpf2018-12-121-0/+29
|\ \ \ \ \ \ \
| * | | | | | | For now just implement `resize` per https://github.com/nim-lang/Nim/pull/9922Charles Blake2018-12-111-15/+29
| * | | | | | | Address dom96/Araq opinions in https://github.com/nim-lang/Nim/pull/9922Charles Blake2018-12-111-4/+19
| * | | | | | | Let handles be seen outside of `memfiles` module so that "updating"Charles Blake2018-12-101-4/+4
* | | | | | | | Merge pull request #9937 from cooldome/pragmablock_custom_pragmaAndreas Rumpf2018-12-124-9/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | add testAndrii Riabushenko2018-12-111-0/+22
| * | | | | | | | Add changelog itemAndrii Riabushenko2018-12-111-0/+3
| * | | | | | | | custom pragmas in pragma blocksAndrii Riabushenko2018-12-112-9/+7
| |/ / / / / / /
* | | | | | | | Merge pull request #9755 from flaviut/nre-missing-matchAndreas Rumpf2018-12-126-83/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-116-87/+126
| * | | | | | | | Revert 7f49364fd0 for nreFlaviu Tamas2018-12-114-12/+16
|/ / / / / / / /
* | | | | | | | minor cleanupsAndreas Rumpf2018-12-113-18/+8
* | | | | | | | cleanup of excpt.nimAndreas Rumpf2018-12-111-1/+4
* | | | | | | | Merge pull request #9805 from pacien/181126-list-appendAndreas Rumpf2018-12-112-1/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | add SinglyLinkedList.append procspacien2018-11-272-1/+17