Commit Graph

890 Commits

Author SHA1 Message Date
Araq
4812d41376 we have no windows binaries yet 2016-06-07 03:05:39 +02:00
Dominik Picheta
b0848101e0 Finish Version 0.14.0 Released news post. 2016-06-06 23:33:08 +01:00
Andreas Rumpf
b2d02e5fd0 preparations for 0.14 2016-06-06 23:33:04 +02:00
Andreas Rumpf
5d4380dd0c news updates for the upcoming release; fixes #4090 2016-06-06 20:35:41 +02:00
Dominik Picheta
93fc6684df Finished Bugfixes list in news article. 2016-06-06 10:27:52 +01:00
Dominik Picheta
6c72d078f6 Generated some bug fix listings for news post. 2016-06-06 02:01:40 +01:00
Dominik Picheta
62da869eee Added more information to the download.rst page. Fixes #4022. 2016-06-05 14:10:13 +01:00
Dominik Picheta
92af223ab1 Fixed date in Meet Our Sponsors page. 2016-06-04 23:35:50 +01:00
Dominik Picheta
b992e0b055 Fixes RSS feed generated by nimweb. 2016-06-04 23:15:46 +01:00
Dominik Picheta
e62b55054a Adds Meet Our BountySource Sponsors news article. 2016-06-04 22:25:30 +01:00
Dominik Picheta
16381364c2 News articles are now placed in separate pages.
Also given each rst file its rightful extension.
2016-06-04 22:06:50 +01:00
Dominik Picheta
5031b638d7 Adds "Meet our Sponsors" slide to website. 2016-06-04 18:49:04 +01:00
Dominik Picheta
cf70fe629a Implemented generation of sponsors page + missing assets. 2016-06-04 17:16:20 +01:00
Dominik Picheta
3074973f54 The asynchttpserver module now uses a HttpHeaders object. 2016-06-02 18:31:22 +01:00
Andreas Rumpf
c8c5001151 document change for == for cstrings 2016-06-02 17:13:54 +02:00
Andreas Rumpf
99be6dce81 Merge pull request #4157 from flaviut/update-nre-docs
Generate NRE docs for website
2016-06-02 15:30:16 +02:00
A. S. Budden
47b707cd32 Implemented string formatting functions for engineering format (fixes #4197). 2016-06-02 10:27:55 +01:00
A. S. Budden
1b2c599854 Moved zero trimming into a separate function (code review comment) 2016-06-01 14:30:02 +01:00
A. S. Budden
d855ad7045 Reimplementation of formatSize to return a more meaningful value (fixes #4198). 2016-06-01 12:56:01 +01:00
A. S. Budden
46a2993917 Implemented function to split floating point numbers at the decimal place (equivalent to C's modf function). Fixes #4195. 2016-05-31 13:26:41 +01:00
A. S. Budden
0cc7c9a13c Modification to implementation of round() such that it returns a float and accepts a places argument (fixes #3473).
This also involved moving some functions around to get the hierarchy correct and the documentation for frexp was modified such that it was clear that it can return a float in either the range [-1, -0.5] or [0.5, 1].
2016-05-31 13:17:40 +01:00
Andreas Rumpf
893be3a5a4 changed the compiler's path handling; fixes #546 2016-05-31 03:04:45 +02:00
Andreas Rumpf
95bb19a579 moved random procs from math to its own module (breaking change) 2016-05-30 16:24:52 +02:00
Andreas Rumpf
5575cfd3ec added pure Nim random stdlib module 2016-05-30 16:24:52 +02:00
Flaviu Tamas
755225d0e0 Generate nre docs with website 2016-05-13 16:36:00 -04:00
Yuriy Glukhov
6e135468f8 Json serialization for openarrays and objects 2016-05-13 17:25:40 +03:00
Araq
b357e80833 added strscans stdlib module 2016-05-10 22:03:07 +02:00
Jacek Sieka
ba1a52614b Merge remote-tracking branch 'origin/devel' into malloc-store-size 2016-04-26 21:25:57 +08:00
Dominik Picheta
b1b14a5e7b Add Bountysource banner to website. 2016-04-06 22:24:50 +01:00
Dominik Picheta
3379646c16 Add -d:nimJsonGet flag for json.[] and news entry. 2016-04-05 21:28:53 +01:00
Dominik Picheta
38d6e2c221 Deprecated matchers module. Fixes #2446. 2016-04-04 20:22:22 +01:00
Dominik Picheta
73e48f9c9c Fixes #4037 2016-04-04 13:39:42 +01:00
Jacek Sieka
a2501321c3 document useMalloc changes 2016-04-02 21:16:11 +08:00
Ruslan Mustakov
b235e5b279 mersenne.nim public procs no longer work with platform-dependent int type 2016-03-24 20:54:11 +06:00
Andreas Rumpf
cc925d97f4 the stdlib supports &= in more contexts; refs #3524 2016-03-05 16:13:23 +01:00
andri lim
c7842c53b9 npp-plugin 2016-02-29 19:42:06 +07:00
Andreas Rumpf
c9966a3e17 use 'using' instead of 'sig' keyword; cleans up new features a bit 2016-02-29 12:19:54 +01:00
Andreas Rumpf
983f6d53ca news.txt updated 2016-02-26 23:50:09 +01:00
def
5d50cd6c26 Add note to news.txt about json changes 2016-02-24 19:05:01 +01:00
Ruslan Mustakov
378c904131 Added --noCppExceptions switch 2016-02-18 23:01:43 +06:00
Anatoly Galiulin
b0eeacf71e Added rlocks module to documentation and news.txt 2016-02-18 09:46:34 +06:00
Yuriy Glukhov
b293e2a9ec Fixes #3871 2016-02-16 14:12:51 +02:00
reactormonk
06bd5a61a4 Merge pull request #3860 from yuutayamada/fix-document
Fix few documentation a typo and old link
2016-02-12 08:31:01 +01:00
Yuta Yamada
e5145cc7b6 Fix old link 2016-02-11 20:36:49 -08:00
Dominik Picheta
bd2832fa1a Fix donation buttons. 2016-02-08 16:51:05 +00:00
Dominik Picheta
2d153bd818 Remove Nim in Action discount code. 2016-02-08 16:50:51 +00:00
Dominik Picheta
5a086718a0 Add discount code to Nim in Action news. 2016-02-08 16:50:29 +00:00
Dominik Picheta
b420d8b66e Added Nim in Action news. 2016-01-27 16:19:22 +00:00
Dominik Picheta
9cad19f528 Small typo fixes in news. 2016-01-21 22:53:04 +00:00
Hans Raaf
74be2ebe0e I added the Gitter Chatroom for Nim which is really nice actually! 2016-01-19 17:06:48 +01:00