Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARC related bugfixes and refactorings (#12781) | Andreas Rumpf | 2019-12-05 | 1 | -4/+9 |
| | |||||
* | fix db_mysql getRow() when column is null error raised (#12806) [backport] | itsumura-h | 2019-12-05 | 1 | -3/+4 |
| | | | | | * fix db_mysql getRow() * added if y == nil [backport] | ||||
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Ref #12103 - adds FreeBSD CI * Fix getApplFreebsd - length of the string includes the null terminator byte, so minus 1 for result length * Show last commit in setup task. * Remove .git from repository URL * Don't include noisy details showing last commit. * Add FreeBSD build status badge * Fix #12182 - disable tconsole on FreeBSD * Disable tgetaddrinfo on FreebSD as getaddrinfo doesn't support the ICMP protocol. * Install boehm-gc-threaded * Use libgc-threaded.so on FreeBSD rather than libgc.so. * Simplify build failure handling. Update alt text for CI badge. * Disable test on FreeBSD * Simplify build config - use GNU make to build csources - set PATH variable using the environment key - remove modification of config to set CC as this is already set * Install git which seems to be missing from current freebsd images * Revert change to how path is set * Add a comment explaining why the length is truncated * Fix tconsole. | ||||
* | make addQuoted work on nimscript (#12717) [backport] | Jasper Jenkins | 2019-11-28 | 1 | -5/+6 |
| | |||||
* | ARC: ported the GC tests over to --gc:arc | Araq | 2019-11-26 | 1 | -12/+13 |
| | |||||
* | gc:arc: support GC_ref/unref for ref T | Araq | 2019-11-13 | 1 | -1/+1 |
| | |||||
* | fix compilation warning (#12618) | cooldome | 2019-11-08 | 1 | -5/+5 |
| | | | | | | * fix compilation warning * comments incorporated | ||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -90/+0 |
| | |||||
* | NimPatch of devel version should be an odd number because of the earlier hacks | narimiran | 2019-11-03 | 1 | -1/+1 |
| | |||||
* | [backport] Add docs to better distinguish among getProjectPath, ↵ | Kaushal Modi | 2019-10-31 | 1 | -1/+13 |
| | | | | | getCurrentDir and currentSourcePath (#12565) Fixes https://github.com/nim-lang/Nim/issues/10477. | ||||
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 1 | -3/+5 |
| | |||||
* | --gc:destructors now means Nim uses pure refcounting (#12557) | Andreas Rumpf | 2019-10-30 | 1 | -8/+10 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -4/+4 |
| | |||||
* | Extent json.to testing to VM, add workrounds for VM bugs. (#12493) | Arne Döring | 2019-10-28 | 1 | -2/+8 |
| | | | fixes #12479 | ||||
* | fixes #12502 | Andreas Rumpf | 2019-10-27 | 1 | -2/+2 |
| | |||||
* | development version should be 1.1.0 so that version checking can work properly | Andreas Rumpf | 2019-10-27 | 1 | -2/+2 |
| | |||||
* | minor improvements | Andreas Rumpf | 2019-10-27 | 1 | -7/+7 |
| | |||||
* | Fix word wrapping | Jjp137 | 2019-10-22 | 1 | -13/+16 |
| | |||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -10/+10 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | first implementation of the new --seqsv2 switch | Araq | 2019-10-20 | 1 | -10/+10 |
| | |||||
* | Revert "Fixes #12187 (#12321)" (#12447) | Andreas Rumpf | 2019-10-18 | 1 | -2/+2 |
| | | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb. | ||||
* | ungeneric unsigned ops (#12230) | Jasper Jenkins | 2019-10-11 | 1 | -78/+115 |
| | | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry | ||||
* | Fixes #12187 (#12321) | Clyybber | 2019-10-08 | 1 | -2/+2 |
| | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only | ||||
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -8/+8 |
| | |||||
* | devel version is 1.0.99 [ci skip] | narimiran | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | remove nimnomagic64 (#12243) | Jasper Jenkins | 2019-09-24 | 1 | -38/+12 |
| | |||||
* | version 1.0 | narimiran | 2019-09-23 | 1 | -3/+3 |
| | |||||
* | gc:destructors progress | Andreas Rumpf | 2019-09-16 | 1 | -2/+2 |
| | |||||
* | Fix #12133 - use libgc.so.4.0 for OpenBSD (#12134) | Euan | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | Merge branch 'devel' into uint-range-checks | Andreas Rumpf | 2019-09-02 | 1 | -9/+13 |
|\ | |||||
| * | fix min/max for float numbers (#12068) | Arne Döring | 2019-09-02 | 1 | -9/+13 |
| | | |||||
* | | Merge branch 'devel' into uint-range-checks | Araq | 2019-09-02 | 1 | -40/+52 |
|\| | |||||
| * | gc:destructors progress | Araq | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | hashes: implement murmur3 (#12022) | Miran | 2019-09-01 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | * hashes: implement murmur3 * refactoring; there is only one murmurHash and it works at compile-time via VM hooks * fixes JS tests * makes toOpenArrayByte work with C++ * make it bootstrap in C++ mode for 0.20 | ||||
| * | Remove ENDB (#12095) | Clyybber | 2019-08-31 | 1 | -7/+0 |
| | | |||||
| * | fixes #12074 (#12080) | Andreas Rumpf | 2019-08-29 | 1 | -0/+5 |
| | | |||||
| * | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -17/+17 |
| | | | | | | | | | | * fix to(Biggest)Int * kill toFloat magics as well | ||||
| * | fixes #11833 (#12018) | Andreas Rumpf | 2019-08-24 | 1 | -15/+19 |
| | | |||||
* | | squashed and merged with devel | Arne Döring | 2019-08-21 | 1 | -1/+1 |
|/ | |||||
* | more enhancements for #11618 (#11976) | Andreas Rumpf | 2019-08-18 | 1 | -6/+0 |
| | | | | | | * finish the Windows IO layer changes; refs #11618 * added system.getOsFileHandle which is less error-prone on Windows * make tests green again | ||||
* | fixes #11618 (#11969) | Andreas Rumpf | 2019-08-17 | 1 | -1/+2 |
| | |||||
* | fix warnings in system.nim (#11944) | Arne Döring | 2019-08-14 | 1 | -16/+16 |
| | |||||
* | Consistent behavior of exec; Improved docs around exec, staticExec, gorgeEx, ↵ | Fabian Keller | 2019-08-13 | 1 | -1/+2 |
| | | | | | | | etc. (#10967) * improved docs around exec, staticExec, gorgeEx, etc. * incorporate review comment; made behavior of exec consistent | ||||
* | set[T].len is an alias for set[T].card (#11885) [feature] | Andy Davidoff | 2019-08-05 | 1 | -0/+3 |
| | |||||
* | newruntime: make system.delete and friends work with owned ref (bugfix); ↵ | Araq | 2019-08-05 | 1 | -6/+13 |
| | | | | reported on the forum | ||||
* | run runnableExamples in the module scope (#11732) [feature] | Timothee Cour | 2019-07-22 | 1 | -4/+6 |
| | |||||
* | style improvements; fixes #11774 | Araq | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | minor update for the genode target | Araq | 2019-07-14 | 1 | -1/+1 |
| | |||||
* | preparations to be able to use atomics in runtime_v2.nim | Araq | 2019-07-12 | 1 | -11/+16 |
| |