Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | import sigmatch, not suggest in nimsuggest | Simon Hafner | 2015-05-08 | 1 | -3/+5 |
| | |||||
* | manually reapplied d40098ad | Simon Hafner | 2015-05-02 | 1 | -2/+3 |
| | |||||
* | method arrives as symbol | Simon Hafner | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | removed debug echos | Simon Hafner | 2015-05-02 | 1 | -2/+0 |
| | |||||
* | some more bugs in epc fixed - removed try | Simon Hafner | 2015-05-02 | 1 | -29/+32 |
| | |||||
* | fixed first round of bugs | Simon Hafner | 2015-05-02 | 1 | -9/+8 |
| | |||||
* | implemented nextFreePort for nimsuggest | Simon Hafner | 2015-05-02 | 1 | -4/+21 |
| | |||||
* | epc waits on recv, not on accept | Simon Hafner | 2015-04-27 | 1 | -4/+5 |
| | |||||
* | Fixed a few socket things | Simon Hafner | 2015-04-27 | 1 | -4/+3 |
| | |||||
* | rough guess how methods should look like | Simon Hafner | 2015-04-26 | 1 | -1/+12 |
| | |||||
* | proc execute / return-error handling | Simon Hafner | 2015-04-26 | 1 | -49/+59 |
| | |||||
* | final Section -> IdeCmd | Simon Hafner | 2015-04-26 | 1 | -4/+4 |
| | |||||
* | removed a few consts and rewired to IdeCmd | Simon Hafner | 2015-04-26 | 2 | -18/+28 |
| | |||||
* | findEPCPort defined, but not implemented | Simon Hafner | 2015-04-26 | 1 | -1/+5 |
| | |||||
* | always raise ValueException | Simon Hafner | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | epc request/response barebones | Simon Hafner | 2015-04-26 | 1 | -10/+19 |
| | |||||
* | added id for sexp | Simon Hafner | 2015-04-26 | 1 | -0/+3 |
| | |||||
* | barebones in nimsuggest for EPC | Simon Hafner | 2015-04-22 | 3 | -27/+104 |
| | |||||
* | epc skeleton | Simon Hafner | 2015-04-22 | 1 | -7/+17 |
| | |||||
* | parseEnum ftw | Simon Hafner | 2015-04-22 | 1 | -40/+4 |
| | |||||
* | enabled sexp tests | Simon Hafner | 2015-04-22 | 1 | -6/+6 |
| | |||||
* | rewrite suggest.nim for suggestionResultHook | Simon Hafner | 2015-04-22 | 1 | -39/+106 |
| | |||||
* | sexp also accepts cons | Simon Hafner | 2015-04-14 | 2 | -102/+81 |
| | |||||
* | renamed sexp | Simon Hafner | 2015-04-14 | 1 | -0/+0 |
| | |||||
* | sexp parsing & generation | Simon Hafner | 2015-04-14 | 1 | -0/+716 |
| | |||||
* | The getSubsystem<T> example in the manual currently fails with a codegen error | Zahary Karadjov | 2015-04-14 | 3 | -5/+25 |
| | | | | | | | | A faulty proc declaration is generated: N_NIMCALL(System::Input*, SystemManager::getSubsystem<'*0>())(void); The manual has been edited to add a nodecl pragma, which alleviates the issue Fix a typo in the vector_iterator example from the previous commit. | ||||
* | importing of C++ nested generics like std::vector<T>::iterator, using the ↵ | Zahary Karadjov | 2015-04-13 | 6 | -16/+101 |
| | | | | apostrophe operator | ||||
* | Merge pull request #2531 from endragor/lexing-doc-typo | Varriount | 2015-04-12 | 1 | -1/+1 |
|\ | | | | | Fix typo in lexing.txt: UINT8_LIT -> UINT_LIT | ||||
| * | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT | Ruslan Mustakov | 2015-04-12 | 1 | -1/+1 |
|/ | |||||
* | fixes #2498 | Araq | 2015-04-11 | 2 | -3/+7 |
| | |||||
* | fixes #1658 | Araq | 2015-04-11 | 2 | -1/+16 |
| | |||||
* | fixes #1691 | Araq | 2015-04-11 | 3 | -7/+24 |
| | |||||
* | make test green | Araq | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | fixes #2509 | Araq | 2015-04-11 | 6 | -2/+54 |
| | |||||
* | fixes #2508 | Araq | 2015-04-11 | 1 | -10/+10 |
| | |||||
* | make test green | Araq | 2015-04-11 | 1 | -2/+4 |
| | |||||
* | re-enable git hash compiler info | Araq | 2015-04-11 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2516 from novist/doc-compiletime-variable | reactormonk | 2015-04-11 | 1 | -4/+3 |
|\ | | | | | Doc: compileTime pragma can be used on variable | ||||
| * | Doc: compileTime pragma can be used on variable | novist | 2015-04-11 | 1 | -4/+3 |
|/ | |||||
* | fixes #2448 | Araq | 2015-04-10 | 1 | -4/+10 |
| | |||||
* | fixes bootstrapping on windows | Araq | 2015-04-10 | 1 | -2/+3 |
| | |||||
* | fixes #2481 | Araq | 2015-04-10 | 4 | -4/+46 |
| | |||||
* | minor lexer cleanups; fixes #2504 | Araq | 2015-04-10 | 3 | -20/+10 |
| | |||||
* | fixes #2500 | Araq | 2015-04-10 | 3 | -28/+23 |
| | |||||
* | Merge pull request #2329 from def-/readline | Andreas Rumpf | 2015-04-10 | 1 | -16/+52 |
|\ | | | | | Speed up readLine by using getc_unlocked | ||||
| * | Speed up readLine by using getc_unlocked | def | 2015-03-12 | 1 | -16/+52 |
| | | | | | | | | | | | | - Only on POSIX and Windows (_fgetc_nolock here) systems - File is locked to our thread before and unlocked after readLine - About 3 times faster in some simple tests | ||||
* | | Merge pull request #2493 from arnetheduck/more-comp-ropes | Andreas Rumpf | 2015-04-10 | 2 | -130/+142 |
|\ \ | | | | | | | More comp ropes | ||||
| * | | lib_ropes: better buffering in equalsFile, cleanups | Jacek Sieka | 2015-04-08 | 1 | -63/+80 |
| | | | |||||
| * | | compiler_ropes: more lib_ropes porting | Jacek Sieka | 2015-04-08 | 1 | -67/+62 |
| | | | |||||
* | | | Merge pull request #2502 from def-/pcre | Andreas Rumpf | 2015-04-10 | 2 | -45/+55 |
|\ \ \ | | | | | | | | | Fix infinite loop in re.findAll |