1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-07-31 00:21:03 +00:00
Commit graph

129 commits

Author SHA1 Message Date
Gabor Adam Toth
804a2ab394 psyc_text + tests 2011-05-03 22:18:35 +02:00
Gabor Adam Toth
aa98e00fba parser: added return code aliases for routing-only mode 2011-05-01 12:08:09 +02:00
Gabor Adam Toth
5a75ec3a6e parser: added return code aliases for routing-only mode 2011-05-01 11:59:15 +02:00
Gabor Adam Toth
d60d694d7f render: removed old code 2011-05-01 00:30:25 +02:00
Gabor Adam Toth
1315363410 parser: renamed flags, testServer: added routing only option 2011-04-30 17:07:01 +02:00
Gabor Adam Toth
8488c39ce1 + 2011-04-30 16:46:09 +02:00
Gabor Adam Toth
357f0f6de4 parser: fixes for header only parsing 2011-04-30 16:42:03 +02:00
Marenz
293f9160ae added check for invalid flags combination 2011-04-30 15:48:52 +02:00
Marenz
10e8deff47 adjusted functions for flag PARSE_BEGIN_AT_CONTENT 2011-04-30 15:43:00 +02:00
Marenz
d48aa1e53b added flag to parse only contents of a packet 2011-04-30 15:35:34 +02:00
Marenz
14feb9dc08 more work on the d binding 2011-04-30 14:39:04 +02:00
Marenz
28400d0553 added first draft for d binding 2011-04-30 14:30:01 +02:00
Gabor Adam Toth
ea3e40d575 getVarType 2011-04-29 22:58:19 +02:00
psyc://psyced.org/~lynX
d0d07f7410 + 2011-04-28 15:20:07 +02:00
Gabor Adam Toth
ac60e2b4f0 fixes for parsing partial packets 2011-04-27 18:37:03 +02:00
Gabor Adam Toth
e77cb20b70 render: restructuring into more functions, added some docs 2011-04-26 22:44:48 +02:00
Gabor Adam Toth
7a225b79c5 list rendering 2011-04-26 17:23:06 +02:00
psyc://psyced.org/~lynX
d1ec497ef3 new style: psyc_functions, psycTypes, PSYC_MACROS 2011-04-25 23:40:38 +02:00
Gabor Adam Toth
0f9f1bdc94 render doc 2011-04-25 23:14:22 +02:00
Gabor Adam Toth
677d05b784 printf 2011-04-25 22:34:08 +02:00
Gabor Adam Toth
a253f96283 added assert for render, removed LPC assert 2011-04-25 22:31:21 +02:00
psyc://psyced.org/~lynX
d1d4e3c516 used by psyclpc's configure script 2011-04-25 22:02:24 +02:00
Gabor Adam Toth
4fbaf4ecec fixes & test for rendering 2011-04-25 21:57:03 +02:00
psyc://psyced.org/~lynX
8d47fdee40 don't use sprintf for rendering numbers 2011-04-25 16:11:47 +02:00
Gabor Adam Toth
a7c928f4e5 fixed modifier array 2011-04-25 14:39:58 +02:00
Gabor Adam Toth
5a1e4825ad functions for creating packet & modifier structs, rendering 2011-04-25 14:20:13 +02:00
Gabor Adam Toth
7db73bacda bsd memmem .h 2011-04-24 18:11:57 +02:00
psyc://psyced.org/~lynX
1c0d6f8e51 Merge commit 'origin' 2011-04-23 17:16:24 +02:00
psyc://psyced.org/~lynX
2e71c012f1 how to pass constrant strings with length at compile time 2011-04-23 17:16:05 +02:00
Gabor Adam Toth
2e688127c8 added missing ; 2011-04-23 16:58:02 +02:00
Gabor Adam Toth
094db6c07a function definitions for creating packet & modifier structs 2011-04-23 16:51:46 +02:00
Gabor Adam Toth
c2ad0f0bd7 more PSYC_Packet fields; s/Var/Modifier/ 2011-04-22 23:16:50 +02:00
Gabor Adam Toth
427ef9ac56 s/operator/oper/ 2011-04-22 22:59:15 +02:00
psyc://psyced.org/~lynX
746054dd03 PSYC_Packet struct? 2011-04-22 22:44:14 +02:00
Gabor Adam Toth
4de626227a s/modifier/operator/ 2011-04-22 20:50:59 +02:00
Gabor Adam Toth
0e54f3f76a compiles again 2011-04-22 20:33:22 +02:00
Gabor Adam Toth
83e18a5f4a s/binary/length 2011-04-22 20:22:20 +02:00
Gabor Adam Toth
ec76ea765e isRoutingVar, rendering, some renames 2011-04-22 17:09:32 +02:00
psyc://psyced.org/~lynX
f31a44ea6a RenderHeader 2011-04-22 11:50:13 +02:00
Gabor Adam Toth
0841b3676f renaming & moving stuff around; psyc logo 2011-04-21 14:20:24 +02:00
psyc://psyced.org/~lynX
13ffb3a120 PSYC_inherits() 2011-04-20 23:08:20 +02:00
psyc://psyced.org/~lynX
44950099a1 some typedef renames 2011-04-20 22:31:04 +02:00
psyc://psyced.org/~lynX
2efca8dc96 memmem, not rendering yet 2011-04-20 22:22:55 +02:00
Gabor Adam Toth
8e7236009a moved types to psyc.h; added getVarType & isRoutingVar definitions; more doc 2011-04-20 19:18:35 +02:00
psyc://psyced.org/~lynX
1b3d5704c0 stupid gcc wants me to put extra () around the ret = 2011-04-20 17:15:03 +02:00
Gabor Adam Toth
45efc9e050 typedef enums, more doc 2011-04-20 16:28:15 +02:00
psyc://psyced.org/~lynX
561eb31aa9 + 2011-04-20 15:37:38 +02:00
psyc://psyced.org/~lynX
d019c261c4 typedef my enum! 2011-04-20 15:36:56 +02:00
Gabor Adam Toth
7113d6e68c moar documentation & fix PSYC_parse return type 2011-04-20 14:52:40 +02:00
Mathias Laurenz Baumann
c01d95f883 more documentation 2011-04-19 22:57:49 +02:00
Gabor Adam Toth
b8b9698b4c Merge branch 'master' of supraverse.net:libpsyc 2011-04-19 22:31:47 +02:00
Gabor Adam Toth
7ccc4e661a doxygen 2011-04-19 22:31:43 +02:00
Mathias Laurenz Baumann
5240637577 added doxygen file documentation 2011-04-19 22:27:38 +02:00
psyc://psyced.org/~lynX
98e8e65c9a + 2011-04-19 22:01:51 +02:00
psyc://psyced.org/~lynX
3b53517897 here's PSYC_Types - now shoot me 2011-04-19 22:00:24 +02:00
Mathias Laurenz Baumann
2d43e33f99 Merge branch 'master' of supraverse.net:libpsyc 2011-04-19 21:55:36 +02:00
Mathias Laurenz Baumann
b382194ca7 added include guard 2011-04-19 21:55:22 +02:00
Gabor Adam Toth
fc7d22f604 comment fixes 2011-04-19 21:54:44 +02:00
Gabor Adam Toth
875d48ee07 list parsing 2011-04-19 19:41:25 +02:00
Gabor Adam Toth
eb34439925 size_t 2011-04-19 12:26:51 +02:00
Gabor Adam Toth
e3d1bbd66f parser fixes & refactoring; added more tests 2011-04-19 09:21:00 +02:00
psyc://psyced.org/~lynX
b44cca63dc render.h & size_t 2011-04-18 16:54:56 +02:00
psyc://psyced.org/~lynX
e7772acb02 definition of PSYC_text() 2011-04-18 16:51:54 +02:00
Gabor Adam Toth
561174798f compiles again 2011-04-18 13:27:48 +02:00
Marenz
33d4896e0a commiting broken state 2011-04-18 10:09:35 +02:00
Marenz
f1c03b463e added some documentation 2011-04-17 14:47:25 +02:00
Marenz
eecbdc001c ready for testing now. 2011-04-17 13:59:07 +02:00
Marenz
9178516d81 updated testparser to work with the new api. Debugging time now 2011-04-17 13:25:06 +02:00
Marenz
c4ffec80c4 added flag for parsing header only 2011-04-17 12:56:24 +02:00
Mathias L. Baumann
8507dd9659 started to fix the return values. WIP 2011-04-17 12:05:14 +02:00
psyc://psyced.org/~lynX
dbadcf407d debug macros 2011-04-16 17:30:03 +02:00
Mathias L. Baumann
c688bab1f8 compiles now. setting of expectedBytes and parsing of length is still missing 2011-04-16 11:30:26 +02:00
Mathias Laurenz Baumann
453011001d started new interface. incomplete. 2011-04-16 01:42:36 +02:00
Mathias Laurenz Baumann
f7043c2278 fixed comments 2010-09-18 21:37:26 +02:00
Mathias Laurenz Baumann
1c9bbd185c psyc subdir for include files 2010-09-18 20:02:40 +02:00
Mathias Laurenz Baumann
01031ceca7 moved include file to include dir. 2010-09-18 18:08:18 +02:00
Mathias Laurenz Baumann
0b012a091f added tests & test code 2010-02-20 17:41:16 +01:00
Mathias Laurenz Baumann
db8bb01bd6 added api without callbacks, added first impl. 2010-02-05 18:39:42 +01:00
Mathias Laurenz Baumann
da875b083c inital commit with suggested api from the wiki 2010-01-31 15:27:00 +01:00