Sami Vaarala
|
9b56d9f187
|
Update examples for file API removal
|
9 years ago |
Sami Vaarala
|
649c780869
|
Example fixes for duk_safe_call() change
|
9 years ago |
Sami Vaarala
|
a06aeb204d
|
Fix codepolicycheck issues in examples
|
9 years ago |
Sami Vaarala
|
f3e0c797fd
|
Fix trailing whitespace in examples
|
9 years ago |
Sami Vaarala
|
0f2b9df9b8
|
Rename various READMEs to .rst suffix
|
10 years ago |
Sami Vaarala
|
55a06e9214
|
Eventloop limitation note
|
10 years ago |
Sami Vaarala
|
10f94b554d
|
Move files from examples to dist-files/
The coffeescript makefile is a special case, as it doesn't rely on Duktape.
|
10 years ago |
Sami Vaarala
|
d2781cc043
|
jsonx -> jx rename
|
11 years ago |
Sami Vaarala
|
d79f10bd99
|
fix eventloop example callback argument handling (fixes #3)
|
11 years ago |
Sami Vaarala
|
0a7c56e1e2
|
change eventloop example to use the function/number list helpers
|
11 years ago |
Sami Vaarala
|
b91f6e7124
|
fix protected/safe call sites in code examples to omit errhandler_index
|
11 years ago |
Sami Vaarala
|
708c370219
|
eventloop cleanups for buffer handling, now using buffer virtual props
|
11 years ago |
Sami Vaarala
|
f9dc55d432
|
downgrade a few XXX, add a few genuine FIXMEs
|
11 years ago |
Sami Vaarala
|
bacc96e5f6
|
eventloop cleanups
|
11 years ago |
Sami Vaarala
|
b7a21f0e6d
|
document more limitations
|
11 years ago |
Sami Vaarala
|
e8edf13d04
|
sockets into c eventloop example
|
11 years ago |
Sami Vaarala
|
4e78764771
|
change Ecmascript eventloop to a singleton (no explicit instantiation which is pointless), other consistency fixes
|
11 years ago |
Sami Vaarala
|
d0c7560193
|
init trivia, better convenience api use
|
11 years ago |
Sami Vaarala
|
ce6a0f5b15
|
client and server socket examples
|
11 years ago |
Sami Vaarala
|
6c3e272d7c
|
async connect handling
|
11 years ago |
Sami Vaarala
|
10b2829ca0
|
incomplete socket stuff for eventloop example
|
11 years ago |
Sami Vaarala
|
148d3b6a04
|
eventloop c binding FIXMEs cleaned up
|
11 years ago |
Sami Vaarala
|
5a9a6ac353
|
use eval.bind() instead of workaround as master branch has a fix to eval caller assumption
|
11 years ago |
Sami Vaarala
|
5a309c07ba
|
merge Ecmascript EventLoop and TimerManager classes to align better with the C example; exit primitive for easier valgrinding
|
11 years ago |
Sami Vaarala
|
bfb7686fba
|
use global stash in eventloop example
|
11 years ago |
Sami Vaarala
|
2b80bc56c5
|
implement a C eventloop example comparable to the Ecmascript one (still no sockets); simplify the Ecmascript eventloop version also; C code cleanup and reorganization
|
11 years ago |
Sami Vaarala
|
c5daede8f7
|
improve eventloop.js example to use a sorted timer list for more efficient processing, some more example code
|
11 years ago |
Sami Vaarala
|
f2db9991dc
|
eventloop example drafting
|
11 years ago |
Sami Vaarala
|
1504bbb151
|
move unused cmdline modules (fileiso, socket, ncurses) to eventloop example, which is perhaps a more useful place for them
|
11 years ago |