summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* import sigmatch, not suggest in nimsuggestSimon Hafner2015-05-081-3/+5
|
* manually reapplied d40098adSimon Hafner2015-05-021-2/+3
|
* method arrives as symbolSimon Hafner2015-05-021-1/+1
|
* removed debug echosSimon Hafner2015-05-021-2/+0
|
* some more bugs in epc fixed - removed trySimon Hafner2015-05-021-29/+32
|
* fixed first round of bugsSimon Hafner2015-05-021-9/+8
|
* implemented nextFreePort for nimsuggestSimon Hafner2015-05-021-4/+21
|
* epc waits on recv, not on acceptSimon Hafner2015-04-271-4/+5
|
* Fixed a few socket thingsSimon Hafner2015-04-271-4/+3
|
* rough guess how methods should look likeSimon Hafner2015-04-261-1/+12
|
* proc execute / return-error handlingSimon Hafner2015-04-261-49/+59
|
* final Section -> IdeCmdSimon Hafner2015-04-261-4/+4
|
* removed a few consts and rewired to IdeCmdSimon Hafner2015-04-262-18/+28
|
* findEPCPort defined, but not implementedSimon Hafner2015-04-261-1/+5
|
* always raise ValueExceptionSimon Hafner2015-04-261-1/+1
|
* epc request/response barebonesSimon Hafner2015-04-261-10/+19
|
* added id for sexpSimon Hafner2015-04-261-0/+3
|
* barebones in nimsuggest for EPCSimon Hafner2015-04-223-27/+104
|
* epc skeletonSimon Hafner2015-04-221-7/+17
|
* parseEnum ftwSimon Hafner2015-04-221-40/+4
|
* enabled sexp testsSimon Hafner2015-04-221-6/+6
|
* rewrite suggest.nim for suggestionResultHookSimon Hafner2015-04-221-39/+106
|
* sexp also accepts consSimon Hafner2015-04-142-102/+81
|
* renamed sexpSimon Hafner2015-04-141-0/+0
|
* sexp parsing & generationSimon Hafner2015-04-141-0/+716
|
* The getSubsystem<T> example in the manual currently fails with a codegen errorZahary Karadjov2015-04-143-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 Karadjov2015-04-136-16/+101
| | | | apostrophe operator
* Merge pull request #2531 from endragor/lexing-doc-typoVarriount2015-04-121-1/+1
|\ | | | | Fix typo in lexing.txt: UINT8_LIT -> UINT_LIT
| * Fixed typo in lexing.txt: UINT8_LIT -> UINT_LITRuslan Mustakov2015-04-121-1/+1
|/
* fixes #2498Araq2015-04-112-3/+7
|
* fixes #1658Araq2015-04-112-1/+16
|
* fixes #1691Araq2015-04-113-7/+24
|
* make test greenAraq2015-04-111-1/+1
|
* fixes #2509Araq2015-04-116-2/+54
|
* fixes #2508Araq2015-04-111-10/+10
|
* make test greenAraq2015-04-111-2/+4
|
* re-enable git hash compiler infoAraq2015-04-111-3/+3
|
* Merge pull request #2516 from novist/doc-compiletime-variablereactormonk2015-04-111-4/+3
|\ | | | | Doc: compileTime pragma can be used on variable
| * Doc: compileTime pragma can be used on variablenovist2015-04-111-4/+3
|/
* fixes #2448Araq2015-04-101-4/+10
|
* fixes bootstrapping on windowsAraq2015-04-101-2/+3
|
* fixes #2481Araq2015-04-104-4/+46
|
* minor lexer cleanups; fixes #2504Araq2015-04-103-20/+10
|
* fixes #2500Araq2015-04-103-28/+23
|
* Merge pull request #2329 from def-/readlineAndreas Rumpf2015-04-101-16/+52
|\ | | | | Speed up readLine by using getc_unlocked
| * Speed up readLine by using getc_unlockeddef2015-03-121-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-ropesAndreas Rumpf2015-04-102-130/+142
|\ \ | | | | | | More comp ropes
| * | lib_ropes: better buffering in equalsFile, cleanupsJacek Sieka2015-04-081-63/+80
| | |
| * | compiler_ropes: more lib_ropes portingJacek Sieka2015-04-081-67/+62
| | |
* | | Merge pull request #2502 from def-/pcreAndreas Rumpf2015-04-102-45/+55
|\ \ \ | | | | | | | | Fix infinite loop in re.findAll