tests: do not check whitespace errors in *.res files
[nit.git] / contrib /
2014-08-15 Jean Privatcontrib: prepare for new constructors
2014-08-11 Jean PrivatMerge: AI backtrack
2014-08-11 Jean Privatfriendz: add solver_cmd for solve from command line
2014-08-11 Jean Privatfriendz: use ai::backtrack instead of the ad-hoc solver
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added README
2014-08-07 Frédéric Vachoncontrib/jwrapper: Auto-generate licence
2014-08-07 Frédéric Vachoncontrib/jwrapper: Added basic UI
2014-08-07 Frédéric Vachoncontrib/jwrapper: Retrieves existing extern classes...
2014-08-01 Alexis Laferrièreinkscape_tools: detect if inkscape is installed
2014-07-31 Alexis Laferrièrecontrib: intro of tnitter
2014-07-30 Jean Privatpnacl: redef exit as a top-level
2014-07-22 Jean PrivatMerge: jwrapper: An extern class `in "Java"` generator
2014-07-22 Jean PrivatMerge: friendz, a new game for contrib
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added static overload support
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added code generation module with...
2014-07-21 Frédéric Vachoncontrib/jwrapper: Added AST visitor for data extraction
2014-07-21 Frédéric Vachoncontrib/jwrapper: Definition of a grammar to parse...
2014-07-21 Jean Privatcontrib: introduce the game friendz
2014-07-10 Jean Privatnitcc: add prerecence in the README
2014-07-10 Jean Privatnitcc: update examples to use precedence
2014-07-10 Jean Privatnitcc/tests: some update of error messages
2014-07-10 Jean Privatnitcc/tests: add re.sablecc to test precedences
2014-07-10 Jean Privatnitcc: add precedence on the grammar
2014-07-10 Jean Privatnitcc: add Alternative::phony for those in the AST...
2014-07-10 Jean Privatnitcc: does not crash if a production has no alternatives
2014-07-10 Jean Privatnitcc: Accept special token End, but implement it as...
2014-07-08 Jean Privatnitcc: implements complex minus with except
2014-07-08 Jean Privatnitcc: promote `except` to Automaton
2014-07-08 Jean Privatnitcc: add Automaton::trim to remove useless states
2014-07-08 Jean Privatnitcc: do not use object_id in Automaton::to_dot
2014-07-08 Jean Privatnitcc: tests various literal strings
2014-07-08 Jean Privatnitcc: accepts literal hexadecimal chars (ex `#x0A`)
2014-07-08 Jean Privatnitcc: accept but ignore the Tree part
2014-07-08 Jean Privatnitcc: ignore `\r` in grammars (to be compatible with...
2014-07-08 Jean Privatnitcc: escape also `<` and `>` in dot
2014-07-07 Jean PrivatMerge: pep8analysis: use Google Analytics asynchronously
2014-07-03 Jean PrivatMerge: Refuse null in superstrings
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-02 Jean PrivatMerge: Online IDE
2014-07-02 Jean Privatonline_ide: make use `--semi-global` instead of global
2014-07-02 Jean Privatonline_ide: make can construct www/
2014-07-02 DjomanixAdded pnacl manifest.
2014-07-02 DjomanixAdded JS files.
2014-07-02 DjomanixAdded index and favicon.
2014-07-02 DjomanixAdded CSS files.
2014-07-01 Jean PrivatMerge: Improvements to Pep8analysis Web version
2014-06-30 DjomanixAdded sources files.
2014-06-27 DjomanixAdded setup files.
2014-06-27 DjomanixAdded README and Makefile
2014-06-27 Alexis Laferrièrepep8analysis: use Google Analytics asynchronously
2014-06-27 Alexis Laferrièrepep8analysis: do work async using workers
2014-06-27 Alexis Laferrièrepep8analysis: Web interface launches only the analysis...
2014-06-27 Alexis Laferrièrepep8analysis: report fatal crash of the tool
2014-06-27 Alexis Laferrièrepep8analysis: fix use of #consolePanel and its code...
2014-06-27 Alexis Laferrièrepep8analysis: add "Working..." panel to Web interface
2014-06-27 Alexis Laferrièrepep8analysis: add some google analytics event tracking
2014-06-27 Alexis Laferrièrepep8analysis: set larger maximum memory
2014-06-27 Alexis Laferrièrepep8analysis: minor correction in text
2014-06-27 Alexis Laferrièrepep8analysis: minor indentation fix
2014-06-27 Alexis Laferrièrepep8analysis: clean up include of Google Analytics
2014-06-27 Alexis Laferrièrepep8analysis: remove duplicated code
2014-06-27 Alexis Laferrièrepep8analysis: improve error messages
2014-06-27 Alexis Laferrièrepep8analysis: short format of CFG contains code only
2014-06-27 Alexis Laferrièrepep8analysis: make `manager` a top level method
2014-06-27 Alexis Laferrièrepep8analysis: suggest garbage collection between phases
2014-06-27 Alexis Laferrièrepep8analysis: do not crash on expected errors
2014-06-27 Alexis Laferrièrepep8analysis: reduce the max amount of looping to find...
2014-06-26 Jean PrivatMerge: No old style accessors
2014-06-26 Jean Privatpep8analysis: remove old-style accessors in the AST
2014-06-26 Jean Privatnitcc: DFAStates are private
2014-06-17 Alexis Laferrièrepep8analysis: add copyright and doc to the pep8analysis...
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
next