Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3160 from r-ku/coroutines | Andreas Rumpf | 2015-08-25 | 1 | -0/+1 |
|\ | | | | | Coroutines | ||||
| * | Coroutine support for i386/amd64 platforms unix/windows OSes ↵ | rku | 2015-07-31 | 1 | -0/+1 |
| | | | | | | | | markAndSweep/refCounting GCs. | ||||
* | | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -1/+0 |
|/ | |||||
* | documentation generator emits configurable html for code listings | Araq | 2015-07-14 | 1 | -0/+3 |
| | |||||
* | Add NEP1 to documentation. | Varriount | 2015-07-10 | 1 | -1/+5 |
| | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers. | ||||
* | use linenoise instead of GNU readline | Araq | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Add -ldl with clang cpp compilation | def | 2015-05-10 | 1 | -0/+1 |
| | | | | This fixes compilation with --cc:clang and cpp. | ||||
* | Corrected gcc path on windows | Abhishek Pandey | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | | When gcc path is set to r"$nimrod\dist\mingw\bin", the compiler gives an error: Error : unhandled exception : invalid format string [Value Error], but works correctly with gcc.path set to r"$nim\dist\mingw\bin". I think this issue was caused due to the name change from nimrod to nim , but the name change was not replicated in the config file. | ||||
* | Add linker flags for the Objective-C compilation mode. | Philip Wernersbach | 2015-03-15 | 1 | -0/+16 |
| | | | | Fixes Araq/Nim#2153. | ||||
* | fixed the tester; more tests green | Araq | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2145 from oderwat/fix-osx-gcc49 | Andreas Rumpf | 2015-02-16 | 1 | -2/+2 |
|\ | | | | | Removing -fasm-blocks default for OS X | ||||
| * | Removing -fasmblocks default for OS X | Hans Raaf | 2015-02-16 | 1 | -2/+2 |
| | | | | | | | | | | Considering that alternatives to the Apple compiler versions of xcode like GCC 4.9 (as installed by Homebrew) error out because it is an unknown parameter. Modern Xcode's clang + gcc do not seem to need this anymore. I think it is ok to remove because developer with old xcode are rare and can easily add this to their systems if needed. | ||||
* | | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -2/+2 |
|/ | |||||
* | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -136/+0 |
| | |||||
* | fixes #2103 | Araq | 2015-02-13 | 1 | -6/+6 |
| | |||||
* | merged #2083 manually | Araq | 2015-02-08 | 1 | -0/+14 |
| | |||||
* | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1936 from sa2ajj/freebsd-compiler | Andreas Rumpf | 2015-01-12 | 1 | -1/+1 |
|\ | | | | | make FreeBSD's compiler clang | ||||
| * | make FreeBSD's compiler clang | Mikhail Sobolev | 2015-01-12 | 1 | -1/+1 |
| | | | | | | | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin | ||||
* | | Improve documentation CSS for smaller resolutions | def | 2015-01-11 | 1 | -8/+9 |
|/ | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 2 | -2/+2 |
| | |||||
* | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 1 | -0/+2 |
| | |||||
* | Fix paragraph break issue in nimc.txt. Add spacing to command line options ↵ | Nick Greenfield | 2014-12-21 | 1 | -0/+4 |
| | | | | table. | ||||
* | Fix blockquotes in documentation; stylize only in docinfo or immediately ↵ | Nick Greenfield | 2014-12-21 | 1 | -3/+7 |
| | | | | after an h1 | ||||
* | better CSS; better docs for teh tables module | Araq | 2014-12-21 | 1 | -2/+2 |
| | |||||
* | Improved nimdoc styling. | Nick Greenfield | 2014-12-19 | 1 | -210/+1114 |
| | | | | | | | This updates the inlined CSS in nimdoc.cfg, adds several helper classes (and a few divs) to the generated HTML (some in nimdoc.cfg, one in rstgen.nim), and tweaks the anchor linking scheme for headers in rstgen.nim. | ||||
* | Added generic OpenWrt compilers for --cpu:mips | Elie Zedeck | 2014-11-16 | 1 | -0/+3 |
| | |||||
* | Fix #1599 | Clay Sweetser | 2014-10-29 | 1 | -7/+7 |
| | | | | | Compiler-specific options are now read with the '{compiler}.cpp' prefix in C++ mode. GCC C++ mode is fixed. | ||||
* | Add nimblepath so Nim can find Nimble-installed packages out-of-the-box | Nick Greenfield | 2014-10-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 2 | -6/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | disable 'view source' feature | Araq | 2014-10-20 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #1573 from trustable-code/PR1 | Andreas Rumpf | 2014-10-19 | 1 | -0/+5 |
| |\ | | | | | | | Fixed missing color definion in docs CSS | ||||
| | * | Fixed missing color definion in docs CSS | Simon Krauter | 2014-10-14 | 1 | -0/+5 |
| | | | |||||
| * | | website updates for 0.9.6 | Araq | 2014-10-19 | 1 | -5/+0 |
| |/ | |||||
| * | fixes #1444 | Araq | 2014-09-11 | 1 | -0/+139 |
| | | |||||
* | | added nimfix tool | Araq | 2014-09-05 | 1 | -1/+3 |
| | | |||||
* | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 1 | -0/+141 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -2/+4 |
|/ | |||||
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 1 | -3/+32 |
| | |||||
* | Punctation -> Punctuation; fix remaining typos. | EXetoC | 2014-01-29 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | removed deprecated libraries from nimrod.cfg | fowlmouth | 2013-12-02 | 1 | -5/+5 |
| | | |||||
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -0/+1 |
|/ | |||||
* | some fixes for Haiku | Araq | 2013-09-01 | 1 | -1/+2 |
| | |||||
* | 'nirmod pretty': almost working | Araq | 2013-07-31 | 1 | -0/+9 |
| | |||||
* | Modify babelpath | Erik Johansson Andersson | 2013-07-04 | 1 | -1/+1 |
| | | | Babel looks in this dir now. | ||||
* | fixes #466 | Araq | 2013-06-06 | 1 | -2/+2 |
| | |||||
* | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed). | ||||
* | fixes #257 | Araq | 2013-03-18 | 1 | -1/+1 |
| |