Andreas Rumpf
c2fced129f
makes tests green again
2019-09-21 06:43:37 +02:00
Araq
5abe880469
last stdlib cleanups
2019-09-21 06:43:37 +02:00
Araq
9776f926a2
htmlgen update; don't use deprecated callsite feature
2019-09-21 06:43:37 +02:00
Araq
908b553215
asyndispatch: removed deprecated setEvent proc
2019-09-21 06:43:37 +02:00
Araq
96b3bae99b
json: removed deprecatedGet pragma
2019-09-21 06:43:37 +02:00
Araq
dea9e38d26
removed the deprecatedGet pragma
2019-09-21 06:43:37 +02:00
Araq
f576df2bcc
smtp: renamed starttls to startTls
2019-09-21 06:43:37 +02:00
Araq
05e80e1cda
lib\pure\htmlgen.nim
...
avoid callsite for htmlgen
2019-09-21 06:43:37 +02:00
Araq
7839658323
mark events.nim as unstable
2019-09-21 06:43:37 +02:00
Arne Döring
38ab51c445
importjs symbol ( #12218 )
...
* importjs symbol
* importjs warning message, minor warning fixes
2019-09-20 20:26:30 +02:00
Andreas Rumpf
7bc5bf8334
consistent floating point output ( #12219 )
...
* unify float printing
* makes tests green
2019-09-20 10:41:40 +02:00
Araq
04c803d6df
expose more fields of TNimType
2019-09-19 20:54:17 +02:00
Arne Döring
188ce5f3ee
add nodeId proc to macros ( #11456 )
...
* add nodeId proc to macros
* add doc comment.
* fix typo
2019-09-18 20:02:30 +02:00
Araq
f8000d4ba1
fixes #12186
2019-09-18 12:16:52 +02:00
Araq
48537fec81
fixes #12209
2019-09-18 12:16:52 +02:00
treeform
910ed5888e
Add -d:androidNDK to fix echo on Android NDK builds. ( #12203 )
...
* Add -d:echoToAndroidLog to fix echo.
* Change to androidNDK and add docs.
* Some word changes to docs.
2019-09-17 23:00:06 +02:00
Miran
618316beb9
fix #12200 , cannot 'inc' CountTable by a negative value ( #12208 )
...
* fix #12200 , cannot 'inc' CountTable by a negative value
* use Positive
2019-09-17 21:29:25 +02:00
Andreas Rumpf
62aa1a3cfe
gc:destructors progress
2019-09-16 23:54:31 +02:00
Andreas Rumpf
77c6425e65
gc_common: typo
2019-09-16 23:54:31 +02:00
Andreas Rumpf
3f87453981
fixes a weird quote do regression
2019-09-16 12:12:44 +02:00
Andreas Rumpf
eb241f4241
count 64 bits at a time instead of 8 ( #12159 )
...
* count 64 bits at a time
* spacing
* only do 64bts on x86
* add amd64
* use while
2019-09-12 08:20:53 +02:00
Brent Pedersen
5b923cd149
use while
2019-09-11 15:40:34 -06:00
Andreas Rumpf
e134a722de
fixes #12152 ( #12165 )
...
* fixes #12152
* makes test green
2019-09-11 20:28:24 +02:00
Brent Pedersen
944bab4c3c
add amd64
2019-09-11 08:39:33 -06:00
Brent Pedersen
5a520a8454
only do 64bts on x86
2019-09-11 08:35:44 -06:00
Andreas Rumpf
1fa1024ddf
typo
2019-09-10 08:36:24 +02:00
Andreas Rumpf
58077450cc
parsejson: typo
2019-09-10 08:36:24 +02:00
Yuriy Glukhov
5d9c1544bf
Allow ProcTy in addPragma and friends ( #12158 )
2019-09-10 07:54:51 +02:00
Brent Pedersen
81c23bba7b
spacing
2019-09-09 20:20:35 -06:00
Brent Pedersen
92f2d68802
count 64 bits at a time
2019-09-09 20:00:28 -06:00
Araq
4bbafb47dc
streams.nim: indentation change
2019-09-08 13:08:41 +02:00
pgkos
5a8fddf29b
Fix mode_t posix definitions ( fixes #12119 ) ( #12132 )
...
* fixes #12119
2019-09-06 20:15:07 +02:00
Andreas Rumpf
e0f3e8432a
fixes a critical --gc:boehm regression
2019-09-06 18:06:08 +02:00
Euan
0e01a5f76c
Fix #12133 - use libgc.so.4.0 for OpenBSD ( #12134 )
2019-09-06 14:31:39 +02:00
Araq
0882a09986
fixes a subtle tables.nim regression
2019-09-05 16:45:07 +02:00
Andreas Rumpf
58bcf6cd46
fixes #12121 ( #12126 )
2019-09-05 08:21:01 +02:00
Araq
fa5707e7e2
fixes #11713 , fixes #1034
2019-09-04 11:20:30 +02:00
Andreas Rumpf
ea1a26294f
prepare sqlite3 wrapper for static linking
2019-09-03 18:43:23 +02:00
Chris Heller
35f1519ad6
Add delOutputFormatter proc to unittest.nim ( #12032 )
2019-09-03 08:14:19 +01:00
Andreas Rumpf
ac6fcab7a4
Merge branch 'devel' into uint-range-checks
2019-09-02 22:03:10 +02:00
narimiran
545ddf4a4f
mark nimprof as used when profiling
2019-09-02 16:00:26 +02:00
Arne Döring
3d4ad9739c
fix min/max for float numbers ( #12068 )
2019-09-02 11:21:26 +02:00
Araq
e765687646
Merge branch 'devel' into uint-range-checks
2019-09-02 10:27:35 +02:00
Araq
ad82e65387
gc:destructors progress
2019-09-01 23:28:26 +02:00
Miran
ab48d7901e
hashes: implement murmur3 ( #12022 )
...
* 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
2019-09-01 00:04:10 +02:00
cooldome
2b565aad89
Support iterators returning lent T ( #11938 )
...
* lent iterators
* rebase tests
* update changelog
* fix comments, more tests
2019-08-31 19:23:54 +02:00
Clyybber
f9600b7207
Remove ENDB ( #12095 )
2019-08-31 07:44:53 +02:00
Andreas Rumpf
9203d3a982
fixes 5870 ( #11704 )
...
* fixes #5870
* make tclosure test green again
* this check is correct but breaks some Nimble packages
2019-08-29 07:49:58 +02:00
Andreas Rumpf
cd106cf680
fixes #12074 ( #12080 )
2019-08-29 07:43:35 +02:00
Ico Doornekamp
84351da9d8
Fixes #12044 ( #12071 )
2019-08-28 12:05:07 +02:00