1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
Commit graph

892 commits

Author SHA1 Message Date
psyc://loupsycedyglgamf.onion/~lynX
8b2d725514 Merging rust bindings from lurchi, thxaloz! 1984-04-04 00:44:04 +00:00
lurchi
dd62ec934c first version of the rust bindings: parsing and rendering is mostly functional 2016-08-23 00:04:57 +02:00
lurchi
9d7ad2a67f Switch static inline to inline
The linker does not create symbols for static functions so Rust FFI
can't find them. All static inline function have been changed to 'inline'
functions with an 'extern inline' declaration in the corresponding .c
files. Other than Rust FFI seeing the functions this has other
advantages. See [1] for a nice explanation.

[1]
https://gustedt.wordpress.com/2010/11/29/myth-and-reality-about-inline-in-c99/
2016-08-21 09:58:36 +02:00
psyc://loupsycedyglgamf.onion/~lynX
33f2862476 + 2016-01-29 23:33:29 +00:00
psyc://loupsycedyglgamf.onion/~lynX
2819fa86b4 - 2016-01-29 23:33:28 +00:00
psyc://loupsycedyglgamf.onion/~lynX
be9ceb909d avoid shadowing a global declaration from unistd.h 2016-01-29 23:33:27 +00:00
psyc://loupsycedyglgamf.onion/~lynX
f5e2ea036d Merge branch 'master' of l:libpsyc 2016-01-30 00:33:26 +01:00
psyc://psyced.org/~lynX
0db0869443 update org-mode syntax, include benchmark.html 2015-08-14 10:45:55 +02:00
psyc://psyced.org/~lynX
ba5245a6b0 _notice_peer_connect merger, gmake for BSD 2013-09-04 15:58:37 +02:00
psyc://psyced.org/~lynX
c66ef5227f BSD 2013-09-04 15:54:18 +02:00
tg(x)
3cc1c8127a license header 2013-07-16 16:53:51 +02:00
tg(x)
0ff2f220df copying 2013-06-23 21:20:49 +02:00
psyc://psyced.org/~lynX
d37879cae5 - 2012-09-07 21:57:30 +02:00
psyc://psyced.org/~lynX
359915a568 thx to urs, made it less confusing 2012-05-11 11:49:17 +02:00
psyc://psyced.org/~lynX
7d8b963cc7 Merge commit 'l/master' 2012-05-07 21:40:40 +02:00
psyc://psyced.org/~lynX
450af97612 Merge commit 'l/master' 2012-05-07 21:40:40 +02:00
psyc://psyced.org/~lynX
352575e329 criticism of "id" was inaccurate. fixed. 2012-05-06 15:39:02 +02:00
psyc://psyced.org/~lynX
a676950b28 criticism of "id" was inaccurate. fixed. 2012-05-06 15:39:02 +02:00
tg(x)
975a3cdd99 template var names 2012-03-08 10:29:43 +01:00
Gabor Adam Toth
cda6a4331e template var names 2012-03-08 10:29:43 +01:00
tg(x)
4dac647766 _notice_peer_(dis)connect methods 2012-03-06 02:36:30 +01:00
Gabor Adam Toth
7513578c43 _notice_peer_(dis)connect methods 2012-03-06 02:36:30 +01:00
psyc://psyced.org/~lynX
6727662171 having to look through docs if you just want to install things can be confusing.. mami just spent time finding the line that says "make" 2012-02-27 23:13:32 +01:00
psyc://psyced.org/~lynX
01a79a3755 having to look through docs if you just want to install things can be confusing.. mami just spent time finding the line that says "make" 2012-02-27 23:13:32 +01:00
Gabor Adam Toth
6bc4dbb8cc c++ compat 2012-02-21 03:00:52 +01:00
tg(x)
ece5c86cb4 c++ compat 2012-02-21 03:00:52 +01:00
Gabor Adam Toth
89b1466d58 linking fix for -lm 2012-02-15 22:47:16 +01:00
tg(x)
dbd2c1f19d linking fix for -lm 2012-02-15 22:47:16 +01:00
Gabor Adam Toth
2a7778f868 modifier, psyc-mode fix 2012-02-15 22:39:19 +01:00
tg(x)
545ee184a1 modifier, psyc-mode fix 2012-02-15 22:39:19 +01:00
Gabor Adam Toth
632616a2fb Revert "we usually do it like this, but maybe we should do it like you say?"
This reverts commit c0ec7c3e21.
2012-02-06 15:07:27 +01:00
tg(x)
a2e54dfdd0 Revert "we usually do it like this, but maybe we should do it like you say?"
This reverts commit c0ec7c3e21.
2012-02-06 15:07:27 +01:00
Gabor Adam Toth
a91eb849b7 Merge branch 'master' of supraverse.net:libpsyc 2012-02-06 15:05:12 +01:00
tg(x)
5163c1a1a7 Merge branch 'master' of supraverse.net:libpsyc 2012-02-06 15:05:12 +01:00
Gabor Adam Toth
d3aa4508b9 dict syntax; index & update mod parser; psyc-mode for emacs 2012-02-06 15:05:08 +01:00
tg(x)
71866659f9 dict syntax; index & update mod parser; psyc-mode for emacs 2012-02-06 15:05:08 +01:00
Gabor Adam Toth
3ee2f0e392 psyc_is_var_routing() -> psyc_var_routing() 2012-01-31 19:34:11 +01:00
tg(x)
eaeab8c226 psyc_is_var_routing() -> psyc_var_routing() 2012-01-31 19:34:11 +01:00
psyc://psyced.org/~lynX
c0ec7c3e21 we usually do it like this, but maybe we should do it like you say? 2012-01-27 15:57:02 +01:00
psyc://psyced.org/~lynX
a6f41c6754 we usually do it like this, but maybe we should do it like you say? 2012-01-27 15:57:02 +01:00
Gabor Adam Toth
777d4960c2 Merge branch 'master' of supraverse.net:libpsyc 2012-01-25 18:16:12 +01:00
tg(x)
8fcceff88f Merge branch 'master' of supraverse.net:libpsyc 2012-01-25 18:16:12 +01:00
Gabor Adam Toth
04842f9105 uniform path; more methods 2012-01-25 18:05:44 +01:00
tg(x)
80eb590987 uniform path; more methods 2012-01-25 18:05:44 +01:00
psyc://psyced.org/~lynX
b76b9d2fd2 + 2012-01-21 20:02:20 +01:00
psyc://psyced.org/~lynX
0017da2079 + 2012-01-21 20:02:20 +01:00
Gabor Adam Toth
f7e40dcf52 + 2012-01-17 10:53:34 +01:00
tg(x)
a210128091 + 2012-01-17 10:53:34 +01:00
Gabor Adam Toth
97d5ae6af3 better psyc_dict_lookup 2012-01-09 11:52:09 +01:00
tg(x)
382fd3c779 better psyc_dict_lookup 2012-01-09 11:52:09 +01:00