pep8analysis: add copyright info for viz.js
[nit.git] / contrib /
2014-06-17 Alexis Laferrièrepep8analysis: add copyright info for viz.js
2014-06-17 Alexis Laferrièrepep8analysis: improve initial loading speed
2014-06-17 Alexis Laferrièrepep8analysis: show annotated CFG in web interface
2014-06-17 Alexis Laferrièrepep8analysis: add doc to web interface
2014-06-17 Alexis Laferrièrepep8analysis: intro the web interface
2014-06-17 Alexis Laferrièrepep8analysis: intro a variant main program for a web...
2014-06-17 Alexis Laferrièrepep8analysis: intro a feature to clear the list of...
2014-06-17 Alexis Laferrièrepep8analysis: print CFG as dot graph to OStream
2014-06-17 Alexis Laferrièrepep8analysis: enable analyzing from stream
2014-06-17 Alexis Laferrièrepep8analysis: fix format and encoding of some sample...
2014-05-23 Jean Privatlib/privileges: drop class `OptionDropPrivileges`
2014-05-13 Jean Privatgithub_merge: do not crash if PR is not tested (no...
2014-05-13 Jean Privatgithub_merge: do not crash if a user has no public...
2014-05-13 Jean Privatrest-of-code: prepare for new init
2014-04-28 Jean PrivatMerge: Fix to inkscape_tools and introduce Float::ceil...
2014-04-27 Alexis Laferrièrecontrib/inkscape_tools: remove all to_i_strip_e
2014-04-27 Alexis Laferrièrecontrib/inkscape_tools: use floor and ceil to better...
2014-04-26 Jean Privatgithub_merge: copy the merge message for commit when...
2014-04-22 Jean PrivatMerge: github_merge tool
2014-04-22 Jean Privatcontrib: add `github_merge` the script I use to produce...
2014-04-22 Jean Privatcontrib/github_search_for_jni: update to use github_api
2014-04-18 Alexis Laferrièrecontrib/inkscape_tools: update to use a nested module
2014-04-18 Alexis LaferrièreMerge branch 'master' into inkscape-tool
2014-04-17 Alexis Laferrièrecontrib/inkscape_tools: add test for icons
2014-04-17 Alexis Laferrièrecontrib/inkscape_tools: intro the svg_to_icons tool
2014-04-17 Alexis Laferrièrecontrib: intro the svg_to_png_and_nit project
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-07 Jean PrivatMerge: Contrib: Github search tool to find JNI using...
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-03 Alexis Laferrièretests: add github_search_for_jni to testfull.sh
2014-04-03 Alexis Laferrièrecontrib: intro of a script to find projects using the...
2014-04-02 Alexis Laferrièrejson grammar: fix support for empty strings
2014-03-31 Alexis Laferrièremigration: update pep8analyis to latest Nit spec
2014-03-31 Alexis Laferrièrecontrib/pep8analysis: minor clean up
2014-03-31 Alexis LaferrièreMerge branch 'privat' into contrib-pep8analysis
2014-03-26 Jean Privatcontrib/nitcc: use FlatBuffer instead of Buffer
2014-03-03 Alexis Laferrièrecontrib/pep8analysis: standardize the usage message
2014-02-17 Alexis Laferrièrelib: update sort_downloads to the latest FFI spec
2014-02-03 Alexis Laferrièrecontrib/pep8analysis: move file output to main module
2014-02-03 Alexis Laferrièrecontrib/pep8analyis: fix path of micro tests in Makefile
2014-02-03 Alexis Laferrièrecontrib/pep8analysis: rename range module to prevent...
2014-02-03 Alexis Laferrièrecontrib/pep8analysis: add missing parser files
2014-02-03 Alexis Laferrièrelib: add Set::union and Set::intersection from pep8analysis
2014-02-03 Alexis Laferrièrecontrib/pep8analysis: intro a .gitignore file
2014-02-03 Alexis Laferrièrecontrib/pep8analysis: add tests written by experts
2014-02-03 Alexis Laferrièrecontrib: bring in the pep8 analysis framework
2014-02-02 Alexis Laferrièrecontrib/nitcc: use better alternative names in the...
2014-01-29 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes'
2014-01-29 Alexis Laferrièrecontrib/sort_downloads: fix missing C include
2014-01-17 Jean Privatnitcc: update test because of the migration nitc->nitg
2014-01-16 Jean PrivatMerge branch 'killnitc' old branch renamed as 'oldnitc'
2013-11-29 Jean Privatnitcc/tests: add lexer-shortest.sablecc
2013-11-19 Jean Privatnitcc: tests use nitg (so `Nodes`->`Nodes[...]`
2013-10-31 Jean Privatnitcc: cleanup README (TODO use github Task List)
2013-10-31 Jean Privatnitcc: add test/ignored
2013-10-31 Jean Privatnitcc: allows elem_list in Ignored
2013-10-31 Jean Privatnitcc: avoid conflict in ignored for test/empty
2013-10-31 Jean Privatnitcc: add Token::build_nfa to isolate concerns
2013-10-31 Jean Privatnitcc: classes and elements allow any forms of text
2013-10-31 Jean Privatnitcc: add Empty keyword
2013-10-31 Jean Privatnitcc: add test/conflict-bracket and test/conflitc...
2013-10-31 Jean Privatnitcc: improve auto-dangling
2013-10-31 Jean Privatnitcc: improve displaying of firsts/afters/lookahead
2013-10-30 Jean Privatnitcc: add test/priority.input1
2013-10-30 Jean Privatnitcc: add automatic Dangling
2013-10-30 Jean Privatnitcc: store item instead of tokens in lookahead
2013-10-30 Jean Privatnitcc: Automaton::to_dot does not display the objectid
2013-10-30 Jean Privatnitcc: solve inclusion before outputting the DFA
2013-10-30 Jean Privatnitcc: remove forgotten debugging print
2013-10-30 Jean Privatnitcc: remove buggy LALR, use SLR instead
2013-10-30 Jean Privatnitcc: merge Nodes#items and Node#children
2013-10-30 Jean Privatnitcc: add tests/lexer-aaa
2013-10-30 Jean Privatnitcc: add Automaton::reverse
2013-10-30 Jean Privatnitcc: uptate tests wrt DFA minimization
2013-10-30 Jean Privatnitcc: minimize DFA
2013-10-29 Jean Privatnitcc: efficient intervals in nfa/dfa
2013-10-29 Jean Privatnitcc: use 'Any' in minilang and json
2013-10-24 Jean Privatnitcc: update tests for longest/shortest
2013-10-24 Jean Privatnitcc: add Shortest/Longest
2013-10-24 Jean Privatnitcc: Automaton::to_dot include tag names even in...
2013-10-24 Jean Privatnitcc: reject tokens that match nothing
2013-10-24 Jean Privatnitcc: remove And/Except hack on nicc_parser_gen
2013-10-24 Jean Privatnitcc: update README with Except and And
2013-10-24 Jean Privatnitcc: update tests for And and Except
2013-10-24 Jean Privatnitcc: add And and Except
2013-10-24 Jean Privatnitcc: add Automaton::clear_tag
2013-10-24 Jean Privatnitcc: fix visibility of Nelem::set_elem
2013-10-24 Jean Privatnitcc: fix print with nullable
2013-10-24 Jean Privatnitcc: add Automation::tag_acept and Automaton::absorb
2013-10-24 Jean Privatnitcc: Makefile add nitcc.sablecc in some rule arguments
2013-10-24 Jean Privatnitcc: generate the dfa.dot file before complaining...
2013-10-22 Jean Privatnitcc: alttrans need no id
2013-10-22 Jean Privatnitcc: error on duplicated alternative name
2013-10-22 Jean Privatnitcc: error on duplicated element name
2013-10-22 Jean Privatnitcc: error on duplicated expr/prod name
2013-10-18 Jean Privatnitcc: error if a token is rejected twice
2013-10-18 Jean Privatnitcc: update README wrt Rejected
2013-10-18 Jean Privatnitcc: reject unknown keywords
2013-10-18 Jean Privatnitcc: add tests for rejected tokens
next