summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-202-2/+29
|
* fixed some testsAraq2011-11-192-55/+55
|
* tester: threading tests addedAraq2011-11-191-10/+12
|
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-182-18/+20
|
* new osproc implementation may work with mac os xAraq2011-11-182-6/+7
|
* tester compiles in taint mode againAraq2011-11-181-1/+1
|
* cgen: no type canon for integral types; osproc use posix_spawn instead of ↵Araq2011-11-185-52/+139
| | | | fork&exec
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-151-2/+53
|\
| * Added new features to the ftpclient module.dom962011-11-151-2/+53
| |
* | bugfixes: objects still invalid for constants; fixed a typo concerning ↵Araq2011-11-151-0/+3
|/ | | | 'high' in eval context
* new FTPClient module compiles in taint modeAraq2011-11-151-21/+34
|
* tester uses same layout as nimbuildAraq2011-11-122-6/+8
|
* better streams implemenation; fixes #63Araq2011-11-124-45/+109
|
* fixing bootstrapping when stack frames are enabledZahary Karadjov2011-11-101-28/+28
|
* when running unit tests, the tester will print only failures using colorless ↵Zahary Karadjov2011-11-101-8/+24
| | | | output (this should be better for nimbuild)
* Added system.program_results for controlling the exit code of the program ↵Zahary Karadjov2011-11-103-11/+55
| | | | | | | | under normal circumstances Implemented operators like +=, -=, etc for ordinals, floats and string Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
* bugfixes for the testsuiteAraq2011-11-081-1/+1
|
* bugfixes for the tester; the tester now supports running of single testsAraq2011-11-081-7/+5
|
* tester checks exitcode; osproc additions; DLL fixes; taint mode fixesAraq2011-11-076-50/+89
|
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-061-5/+10
|
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-054-68/+113
|
* logical typo in the previous commitZahary Karadjov2011-11-041-3/+3
|
* new kind of AST printer that prints indented treesZahary Karadjov2011-11-041-36/+73
| | | | | AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
* memory-mapped files for posix and windowsZahary Karadjov2011-11-042-30/+176
|
* Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-043-10/+375
| | | | test suite.
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-032-32/+22
|
* small bugfixes to make more tests greenAraq2011-11-022-4/+7
|
* DLL generation may work againAraq2011-11-022-8/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-022-3/+4
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-312-3/+4
| |
* | better code generation for constant aggregatesAraq2011-11-021-3/+4
|/
* Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-302-31/+85
| | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* splicing tested and documentedAraq2011-10-281-21/+22
|
* compilation cache: tests now part of test suiteAraq2011-10-271-0/+4
|
* new compiler option tlsEmulationAraq2011-10-271-1/+1
|
* compilation cache: mostly working; generics not yetAraq2011-10-251-28/+28
|
* compilation cache: methods have a chance to workAraq2011-10-231-10/+14
|
* thread local vs. global system.raiseHookAraq2011-10-232-4/+15
|
* rod files: next trivial examples workingAraq2011-10-221-1/+1
|
* preparations for proper memmap'ed filesAraq2011-10-221-0/+51
|
* much more efficient rod file generationAraq2011-10-181-2/+1
|
* libuv working on windows tooZahary Karadjov2011-10-124-29/+28
| | | | Added: vcc compilation flags for proper debug symbol generation
* Added wrappers for joyent's libuv and http_parser librarierZahary Karadjov2011-10-123-0/+783
|
* 'bind' as a declarative statementAraq2011-10-101-1/+3
|
* new syntactic construct: a{i}Araq2011-10-082-2/+2
|
* slurp uses path; unidecode is improved and threadsafeAraq2011-10-083-23/+31
|
* *Pimped up* the test runner with colorful outputZahary Karadjov2011-10-072-7/+39
| | | | Added: terminal.styledEcho macro
* Cleaned up the circular dependecies and remaining issuesZahary Karadjov2011-10-073-41/+28
| | | | Changed: The []= operator for strings and sequences is now capable of splicing
* Basic unit testing facilities (suites, fixtures, cases)Zahary Karadjov2011-10-073-7/+187
| | | | | | | | Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal).
* code generator supports constant sequences; more consistent compile time ↵Araq2011-10-073-12/+25
| | | | evaluation