opportunity: nicer meetup creation confirmation
[nit.git] / contrib /
2014-10-30 Alexis Laferrièreopportunity: nicer meetup creation confirmation
2014-10-30 Alexis Laferrièreopportunity: improve look of welcome message
2014-10-30 Alexis Laferrièreopportunity: restrict modification of old entries
2014-10-30 Alexis Laferrièreopportunity: use a container in "meetup" and "meetup_co...
2014-10-30 Alexis Laferrièreopportunity: meetups hash also rely on timestamp
2014-10-30 Alexis Laferrièreopportunity: support not being at web server root
2014-10-30 Alexis Laferrièreopportunity: by default the server uses port 8080
2014-10-30 Alexis Laferrièreopportunity: prettier meetup participation form
2014-10-30 Alexis Laferrièreopportunity: prettier meetup creation
2014-10-29 Alexis Laferrièreopportunity: accept meetup without date or location
2014-10-28 Lucas Bajoletopportunity: Fixed a few typos.
2014-10-27 Lucas Bajoletopportunity: Bugfix for answers at creation of a new...
2014-10-27 Lucas Bajoletopportunity: Cosmetic changes to meetup visualization...
2014-10-27 Lucas Bajoletopportunity: Fixed useless null check
2014-10-27 Lucas Bajoletopportunity: Creation of a Meetup can now return to...
2014-10-27 Lucas Bajoletopportunity: Changed layout from contrainer-fluid to...
2014-10-27 Lucas Bajoletopportunity: Corrected typo in welcome message
2014-10-16 Lucas Bajoletbrainfuck: Added a simple Brainfuck interpreter
2014-10-09 Jean PrivatMerge: Tester over MPI
2014-10-08 Jean PrivatMerge: Opportunity
2014-10-08 Alexis Laferrièrecontrib: intro nitester, a tester of Nit engines using MPI
2014-10-08 Lucas Bajoletopportunity: Added Makefile and README
2014-10-08 Lucas Bajoletcontrib/opportunity: Added tests for opportunity
2014-10-08 Lucas Bajoletcontrib: Intro Opportunity, a meetup planner in Nit
2014-10-06 Jean PrivatMerge: stream: push-back reader
2014-10-06 Jean-Christophe... stream: Introduce a push-back reader.
2014-10-02 Jean Privatlib: new API for Comparator
2014-09-27 Jean Privatsrc: migrate some modules to new constructors
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-09-25 Jean PrivatMerge: Various fixes and improvements from We Broke...
2014-09-25 Jean PrivatMerge: Clean stuff
2014-09-25 Jean Privatgithub_search_for_jni: really execute contracts
2014-09-25 Jean Privatbenitlux: fix a nitunit
2014-09-24 Jean Privatinkscape_tools: add .gitignore
2014-09-24 Jean Privatinkscape_tools: all makes tests
2014-09-24 Jean Privatnitcc: make builds minilang
2014-09-24 Jean Privatinkscape_tools: comment broken commands in inkscape_too...
2014-09-24 Jean Privatinkscape_tools: update s2pn to current lib
2014-09-24 Jean Privatinkscape_tools: add noinit in code generated by svg_to_...
2014-09-24 Jean Privatonlineide/pnacl_nit: remove useless `.as(not null)`
2014-09-24 Jean Privatpep8analysis: remove unused nitcc generated files
2014-09-24 Jean Privatpep8analysis_web: imports cpp
2014-09-23 Jean PrivatMerge: Embarassing fixes
2014-09-23 Alexis Laferrièrebenitlux/view: add missing opening <html> tag
2014-09-23 Jean PrivatMerge: Model uml
2014-09-23 Lucas Bajoletlib/standard/string: Moved escape_to_dot from nitcc...
2014-09-23 Alexis Laferrièrecontrib/inkscape_tools: clip one pixel larger to get...
2014-09-18 Alexis Laferrièrenitcorn: minor fix in the header of the HTML page
2014-09-10 Alexis Laferrièretnitter: redirect after posting
2014-09-09 Jean PrivatMerge: Benitlux web interface
2014-09-08 Alexis Laferrièrepep8analysis: use header of xymus.net
2014-09-08 Alexis Laferrièrecontrib: intro the benitlux project
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-04 Jean PrivatMerge: Kill oldstyle attributes
2014-09-04 Jean PrivatMerge: Clean src
2014-09-03 Jean Privatpep8analysis: update and remove old-style attributes
2014-09-03 Jean Privatcontrib/online_ide: fix import of interpreter modules
2014-09-03 Jean Privatpep8analysis: rename its Error class to P8Error.
2014-08-27 Jean Privatcontrib/sort_downloads: use relative nitg binary
2014-08-27 Jean PrivatMakefile: clean the clean recipes
2014-08-27 Jean Privatonline_ide: add .gitignore
2014-08-27 Jean Privatjwrapper: add .gitignore
2014-08-27 Jean Privatnitcc: .gitignore .out files
2014-08-27 Jean Privatnitcc: generate info files with .out instead of .txt
2014-08-20 Jean Privatsrc: new annotation old_style_init
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
next