Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4398 from vegansk/issue88 | Andreas Rumpf | 2016-06-27 | 1 | -2/+23 |
|\ | | | | | Fix generics inheritance issues | ||||
| * | Accumulate penalties | Anatoly Galiulin | 2016-06-27 | 1 | -1/+1 |
| | | |||||
| * | Speedup generic relations detection | Anatoly Galiulin | 2016-06-24 | 1 | -1/+1 |
| | | |||||
| * | Fix generics inheritance issues | Anatoly Galiulin | 2016-06-23 | 1 | -2/+23 |
| | | |||||
* | | fixes #4395, getType still not entirely correct | Andreas Rumpf | 2016-06-23 | 3 | -65/+83 |
| | | |||||
* | | PHP codegen: code works with PHP 5.3 (with some luck) | Andreas Rumpf | 2016-06-23 | 1 | -1/+23 |
|/ | |||||
* | C code generation now deterministic; fixes #4364 | Andreas Rumpf | 2016-06-22 | 8 | -56/+50 |
| | |||||
* | PHP backend: proper setLen implementation | Andreas Rumpf | 2016-06-21 | 1 | -2/+3 |
| | |||||
* | Fix disabling hintProcessing | Eduardo Bart | 2016-06-20 | 2 | -2/+3 |
| | |||||
* | Merge pull request #4369 from Varriount/fix-4363 | Andreas Rumpf | 2016-06-19 | 1 | -0/+1 |
|\ | | | | | Fix #4393 | ||||
| * | Fix #4393 | Clay Sweetser | 2016-06-18 | 1 | -0/+1 |
| | | |||||
* | | add install_nimble.nims to the tar.xz | Andreas Rumpf | 2016-06-15 | 1 | -0/+1 |
| | | |||||
* | | Fixed rethrowing not to generate C++ throw with noCppExceptions switch | Ruslan Mustakov | 2016-06-14 | 1 | -1/+1 |
| | | |||||
* | | more niminst fixes | Andreas Rumpf | 2016-06-13 | 1 | -2/+0 |
|/ | |||||
* | adds --excessiveStackTrace:on|off flag for nim | Parashurama | 2016-06-11 | 3 | -1/+10 |
| | | | | display absolute file path in error messages. | ||||
* | generated source code links also work when generated on Unix | Andreas Rumpf | 2016-06-09 | 1 | -4/+3 |
| | |||||
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 1 | -0/+1 |
| | |||||
* | added missing files to the installation process | Araq | 2016-06-08 | 1 | -0/+1 |
| | |||||
* | adds missing web/ticker.html to the tarballs so that documentation building ↵ | Andreas Rumpf | 2016-06-08 | 1 | -0/+1 |
| | | | | works | ||||
* | version bump to 0.14.2 | Araq | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | don't package nimble this way for now | Andreas Rumpf | 2016-06-08 | 1 | -1/+1 |
| | |||||
* | fixes #4295 | Andreas Rumpf | 2016-06-07 | 2 | -6/+12 |
| | |||||
* | finally make niminst smart about which files are important | Andreas Rumpf | 2016-06-07 | 1 | -162/+6 |
| | |||||
* | installer fixes and improvements | Andreas Rumpf | 2016-06-07 | 1 | -0/+4 |
| | |||||
* | fixes #3986 | Andreas Rumpf | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | fixes #3993 | Andreas Rumpf | 2016-06-06 | 2 | -2/+2 |
| | |||||
* | next attempt to fix #4272 | Andreas Rumpf | 2016-06-06 | 1 | -27/+27 |
| | |||||
* | Fixes #1801. | Dominik Picheta | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Niminst now bundles the `compiler` dir when packaging. | Dominik Picheta | 2016-06-06 | 1 | -0/+4 |
| | |||||
* | fixes a critical bug about template instantiations in generics | Andreas Rumpf | 2016-06-05 | 1 | -2/+2 |
| | |||||
* | fixes #4272 | Andreas Rumpf | 2016-06-05 | 1 | -2/+4 |
| | |||||
* | hotfix: don't crash for wrong template calls | Andreas Rumpf | 2016-06-03 | 2 | -1/+2 |
| | |||||
* | fixes codegen regression | Andreas Rumpf | 2016-06-02 | 1 | -3/+4 |
| | |||||
* | fixes #2259, fixes #1389 | Andreas Rumpf | 2016-06-02 | 2 | -8/+12 |
| | |||||
* | fixes #4186 | Andreas Rumpf | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | system. for cstrings uses value comparisons, not reference comparisons | Andreas Rumpf | 2016-06-02 | 4 | -7/+6 |
| | |||||
* | adds support for unicode hexcode in string literals. | Parashurama | 2016-06-01 | 1 | -2/+21 |
| | |||||
* | Improve error message for exported generated types | Anatoly Galiulin | 2016-06-01 | 1 | -1/+4 |
| | |||||
* | bugfix: make visibility more robust for macros | Andreas Rumpf | 2016-06-01 | 1 | -3/+3 |
| | |||||
* | fixes #4207 | Andreas Rumpf | 2016-06-01 | 2 | -7/+11 |
| | |||||
* | fixes #3532 | Andreas Rumpf | 2016-06-01 | 1 | -1/+2 |
| | |||||
* | fixes #1611 | Andreas Rumpf | 2016-06-01 | 1 | -1/+6 |
| | |||||
* | Modification to implementation of round() such that it returns a float and ↵ | A. S. Budden | 2016-05-31 | 1 | -1/+1 |
| | | | | | | 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]. | ||||
* | hotfix: --noNimblePath wasn't working when in a config file | Andreas Rumpf | 2016-05-31 | 1 | -0/+3 |
| | |||||
* | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 5 | -12/+23 |
| | |||||
* | fixes #786 | Andreas Rumpf | 2016-05-31 | 1 | -0/+2 |
| | |||||
* | fixes #765 | Andreas Rumpf | 2016-05-31 | 1 | -2/+4 |
| | |||||
* | fixes #1262 | Andreas Rumpf | 2016-05-31 | 1 | -10/+12 |
| | |||||
* | fixes #1713 | Andreas Rumpf | 2016-05-30 | 5 | -11/+32 |
| | |||||
* | refactorings | Andreas Rumpf | 2016-05-30 | 1 | -42/+55 |
| |