summary refs log tree commit diff stats
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Fixes RSS feed generated by nimweb.Dominik Picheta2016-06-041-0/+0
|
* Adds Meet Our BountySource Sponsors news article.Dominik Picheta2016-06-043-0/+38
|
* News articles are now placed in separate pages.Dominik Picheta2016-06-0435-2471/+2576
| | | | Also given each rst file its rightful extension.
* Adds "Meet our Sponsors" slide to website.Dominik Picheta2016-06-043-1/+1
|
* Implemented generation of sponsors page + missing assets.Dominik Picheta2016-06-045-0/+53
|
* The asynchttpserver module now uses a HttpHeaders object.Dominik Picheta2016-06-021-0/+4
|
* document change for == for cstringsAndreas Rumpf2016-06-021-0/+4
|
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-1/+1
|\ | | | | Generate NRE docs for website
| * Generate nre docs with websiteFlaviu Tamas2016-05-131-1/+1
| |
* | Implemented string formatting functions for engineering format (fixes #4197).A. S. Budden2016-06-021-0/+2
| |
* | Moved zero trimming into a separate function (code review comment)A. S. Budden2016-06-011-2/+2
| |
* | Reimplementation of formatSize to return a more meaningful value (fixes #4198).A. S. Budden2016-06-011-0/+7
| |
* | Implemented function to split floating point numbers at the decimal place ↵A. S. Budden2016-05-311-0/+2
| | | | | | | | (equivalent to C's modf function). Fixes #4195.
* | Modification to implementation of round() such that it returns a float and ↵A. S. Budden2016-05-311-0/+5
| | | | | | | | | | | | 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].
* | changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-0/+3
| |
* | moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-4/+9
| |
* | added pure Nim random stdlib moduleAndreas Rumpf2016-05-301-1/+1
| |
* | Json serialization for openarrays and objectsYuriy Glukhov2016-05-131-0/+2
|/
* added strscans stdlib moduleAraq2016-05-102-1/+5
|
* Merge remote-tracking branch 'origin/devel' into malloc-store-sizeJacek Sieka2016-04-262-0/+24
|\
| * Add Bountysource banner to website.Dominik Picheta2016-04-061-0/+11
| |
| * Add -d:nimJsonGet flag for json.[] and news entry.Dominik Picheta2016-04-051-0/+4
| |
| * Deprecated matchers module. Fixes #2446.Dominik Picheta2016-04-041-0/+2
| |
| * Fixes #4037Dominik Picheta2016-04-041-0/+3
| |
| * mersenne.nim public procs no longer work with platform-dependent int typeRuslan Mustakov2016-03-241-0/+3
| |
* | document useMalloc changesJacek Sieka2016-04-021-1/+5
|/
* the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-051-0/+2
|
* npp-pluginandri lim2016-02-291-1/+2
|
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-2/+16
|
* news.txt updatedAndreas Rumpf2016-02-261-0/+2
|
* Add note to news.txt about json changesdef2016-02-241-1/+5
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+7
|
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-182-1/+7
|
* Fixes #3871Yuriy Glukhov2016-02-161-0/+10
|
* Merge pull request #3860 from yuutayamada/fix-documentreactormonk2016-02-121-1/+1
|\ | | | | Fix few documentation a typo and old link
| * Fix old linkYuta Yamada2016-02-111-1/+1
| |
* | Fix donation buttons.Dominik Picheta2016-02-081-3/+7
| |
* | Remove Nim in Action discount code.Dominik Picheta2016-02-081-2/+0
| |
* | Add discount code to Nim in Action news.Dominik Picheta2016-02-081-1/+2
| |
* | Added Nim in Action news.Dominik Picheta2016-01-274-4/+55
| |
* | Small typo fixes in news.Dominik Picheta2016-01-211-3/+1
| |
* | I added the Gitter Chatroom for Nim which is really nice actually!Hans Raaf2016-01-191-0/+7
| |
* | Merge pull request #3739 from fmamud/add-nim-meetupAndreas Rumpf2016-01-191-0/+7
|\ \ | | | | | | Add Nim Meetup
| * | Add Nim MeetupFelipe Mamud2016-01-191-0/+7
| | | | | | | | | The Nim BR Meetup (http://www.meetup.com/pt-BR/nim-br) is a brazilian user group about Nim where they are having discussions, talks or workshops about Nim programming language.
* | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-193-9/+3
|\ \ \
| * | | minor website and documentation updatesAraq2016-01-183-9/+3
| | |/ | |/|
* / | fixes some typosAndreas Rumpf2016-01-191-2/+2
|/ /
* | website updatesAraq2016-01-181-4/+4
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-183-3/+18
|\ \
| * | Added news item about OSCON talk.Dominik Picheta2016-01-182-5/+20
| | |