Commit graph

203 commits

Author SHA1 Message Date
alisdair sullivan
ac5e0e4fe3 removed author tag from modules 2010-08-25 21:40:16 -07:00
alisdair sullivan
203ec6e5e0 removed types and specs, since they are not supported in the default erlang's some linux distros supply 2010-08-25 21:28:13 -07:00
alisdair sullivan
d58fc57ab4 fixed eunit test macro definition 2010-08-23 19:59:23 -07:00
alisdair sullivan
4d8246dcdc updated edoc 2010-08-23 13:42:22 -07:00
alisdair sullivan
ba423bce3e whitespace 2010-08-23 13:42:05 -07:00
alisdair sullivan
a952af9bf2 removed all wonky option matching, replaced with records 2010-08-23 13:40:56 -07:00
alisdair sullivan
1f1cb04cfd moved option parsing into the decoder module,trying to get as much implementation outside the interface module as possible 2010-08-23 13:36:53 -07:00
alisdair sullivan
00baba4dc7 renamed format opts record 2010-08-22 23:59:39 -07:00
alisdair sullivan
aa96606c61 small enhancement to testing multi value json bodies 2010-08-22 11:46:57 -07:00
alisdair sullivan
2959ec4e45 removed last vestiges of messed up preprocessing stage 2010-08-22 11:35:15 -07:00
alisdair sullivan
134aa8cc49 removed the need to regenerate the jsx_utfxx decoders. not sure why i didn't do that before, pretty sure i had a bad reason 2010-08-22 11:31:14 -07:00
alisdair sullivan
67d2e6219e Merge branch 'master' of github.com:talentdeficit/jsx 2010-08-22 10:41:27 -07:00
alisdair
8c308159e1 interstitial commit to preserve experiment 2010-08-22 02:01:22 +00:00
alisdair sullivan
24af6c36cb minor updates to edocs 2010-08-20 18:25:06 -07:00
alisdair sullivan
6ff74e6d59 edoc documentation added 2010-08-19 23:30:22 -07:00
alisdair sullivan
c098b06e88 general cleanup of modules, moved most types, specs, defines and records to header files and did some minor reformatting to adhere to style guidelines 2010-08-19 18:22:34 -07:00
alisdair sullivan
86b4fbbec9 wrong link to wiki in readme, grrrrr 2010-08-12 22:37:36 -07:00
alisdair sullivan
6d5424f295 updated readme 2010-08-12 22:36:43 -07:00
alisdair sullivan
317d757b45 minor api change, More(end_stream) is now a badarg exception in any case except the ambiguous number 2010-08-12 21:32:03 -07:00
alisdair sullivan
485c4d74ea fixed a misleading comment about eventify 2010-08-12 20:55:07 -07:00
alisdair sullivan
dbc6dd4f80 gitignored .gitignore finally 2010-08-12 20:16:20 -07:00
alisdair sullivan
45b9bc1dd0 moved function that fakes the jsx parser iterator to jsx so any client program can take advantage of it 2010-08-12 20:08:39 -07:00
alisdair sullivan
422f5958a0 it'd be nice if jsx:is_json accounted for repeat keys in a correct manner, right? 2010-08-12 17:20:58 -07:00
alisdair sullivan
e2d7e7b3f9 removed make test dependency on compile 2010-08-11 23:34:00 -07:00
alisdair sullivan
93e4be1ba3 added eep0018 url to readme 2010-08-11 23:27:14 -07:00
alisdair sullivan
cc5537165a supressed compiler warning in jsx_eep0018 about an unused variable 2010-08-11 23:19:05 -07:00
alisdair sullivan
174a6dedb8 added tiny example to project 2010-08-11 23:17:47 -07:00
alisdair sullivan
83226b7c30 added some more types to readme 2010-08-11 23:16:36 -07:00
alisdair sullivan
bfe9f2678c new readme, with new api 2010-08-11 23:11:27 -07:00
alisdair sullivan
b016087ceb more type fixes 2010-08-11 23:11:12 -07:00
alisdair sullivan
6120455a22 updated modules to use the new eep0018() type 2010-08-11 22:33:50 -07:00
alisdair sullivan
f02724602c changed a few types 2010-08-11 22:32:57 -07:00
alisdair sullivan
0c15ac0baf commented out verbose mode for eunit tests 2010-08-11 19:30:30 -07:00
alisdair sullivan
dfe880e09f Merge branch 'eunit' 2010-08-11 19:28:56 -07:00
alisdair sullivan
55f1f18366 tests working, finally 2010-08-11 19:27:33 -07:00
alisdair sullivan
843b3cdf24 more tests plus associated bug fixes, some tests still broken (in the sense they are not being run, not that they fail) 2010-08-10 21:56:29 -07:00
alisdair sullivan
80d42c4e49 removed fake test and redundant functions 2010-08-10 17:51:04 -07:00
alisdair sullivan
4c3b5559d4 housekeeping, fixed makefile 2010-08-10 13:09:09 -07:00
alisdair sullivan
36c322c4a6 added format tests 2010-08-10 13:07:16 -07:00
alisdair sullivan
d73ce1eae8 removed superfluous tests 2010-08-10 12:31:05 -07:00
alisdair sullivan
55540969a6 small modification to jsx_test 2010-08-10 11:52:18 -07:00
alisdair sullivan
a6a0a1ead8 fixed typo in decoder gen 2010-08-10 11:05:40 -07:00
alisdair sullivan
1617c878f5 abandoning branch for now, work is in intermediate state 2010-08-10 11:04:14 -07:00
alisdair sullivan
bff9a38d39 refactoring of eep0018 2010-08-07 23:01:04 -07:00
alisdair sullivan
beaab9d909 Merge branch 'master' into eunit 2010-08-07 18:10:34 -07:00
alisdair sullivan
00d1511b4d renamed jsx_decoder to jsx_decoder_template to hopefully make it clearer why it's not in /src 2010-08-07 18:10:23 -07:00
alisdair sullivan
5da5b6d782 eunit tests for verify module 2010-08-07 18:09:07 -07:00
alisdair sullivan
16cb0ad95e eunit tests for eep0018 module 2010-08-07 18:08:52 -07:00
alisdair sullivan
55e7f701c7 updated rebar config to suppress most eunit output 2010-08-07 18:08:31 -07:00
alisdair sullivan
eaa4ab4018 some minor changes to eep0018 2010-08-06 18:18:46 -07:00