nit.git
2015-08-04 Lucas Bajoletsrc: Modified compilers for the support of the new...
2015-08-04 Lucas Bajoletparser: Factorized variants of Integer under one production
2015-08-04 Lucas Bajoletlib/standard/text: Added parsing method for all integers
2015-08-03 Jean PrivatMerge: Tinks! a multiplayer crossplatform action game...
2015-08-03 Jean PrivatMerge: nitrpg: fix crash when the Reviews/Work requests...
2015-08-03 Jean PrivatMerge: to_i behaviour coherent with parser
2015-08-03 Jean PrivatMerge: Remove memory leak in Ropes
2015-08-03 Lucas Bajolettests: Updated sav for base_error_literal
2015-08-03 Lucas Bajoletsrc: Update literal to simplify the code
2015-08-03 Lucas Bajoletlib/standard/text: Update Text.to_i to parse all bases
2015-08-03 Lucas Bajoletlib/standard/text: Added is_int validation function...
2015-08-03 Lucas Bajoletlib/standard/text: Added validation and conversion...
2015-08-03 Lucas Bajoletlib/standard/text: Move and generalize remove_underscor...
2015-08-03 Jean Privatversion 0.7.7 v0.7.7
2015-08-02 Alexis Laferrièrecontrib/tinks: add README.md
2015-08-02 Alexis Laferrièrecontrib/tinks: intro the android client
2015-08-02 Alexis Laferrièrecontrib/tinks: add icon source
2015-08-02 Alexis Laferrièrelib/android: fix `just_went_down` to support secondary...
2015-08-02 Alexis Laferrièrecontrib/tinks: add makefile
2015-08-02 Alexis Laferrièrecontrib/tinks: intro art source
2015-08-02 Alexis Laferrièrecontrib/tinks: add sounds
2015-08-02 Alexis Laferrièrecontrib/tinks: add the client
2015-08-02 Alexis Laferrièrecontrib/tinks: add the server
2015-08-02 Alexis Laferrièrecontrib/tinks: add the game logic
2015-08-02 Alexis Laferrièrecontrib/tinks: intro git structure for tinks
2015-08-02 Alexis Laferrièrelib: intro gamnit::network
2015-08-01 Jean PrivatMerge: misc/vim: highlight the new Int literals
2015-07-31 Alexandre Terrasanitrpg: fix crash when the Reviews/Work requests return...
2015-07-31 Lucas Bajoletropes: Removed useless dump_buffer in to_s
2015-07-30 Alexis Laferrièremisc/vim: highlight the new Int literals
2015-07-30 Jean PrivatMerge: jwrapper supports static properties, primitive...
2015-07-30 Jean PrivatMerge: A little fix to android::audio
2015-07-30 Jean PrivatMerge: contrib/rss_downloader: compressed feeds and...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: make the java_lib example...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: intro an example using the...
2015-07-29 Alexis Laferrièrecontrib/jwrapper tests: add 2 tests with static propert...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: fix dependency of the queue...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: fix gitignore of examples...
2015-07-29 Alexis Laferrièrecontrib/jwrapper examples: android_lib extract more...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip wrapping Java classes with inval...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip wrapping anonymous classes
2015-07-29 Alexis Laferrièrecontrib/jwrapper: skip all vararg types in code generation
2015-07-29 Alexis Laferrièrecontrib/jwrapper: fix constructors of generics classes
2015-07-29 Alexis Laferrièrecontrib/jwrapper: use declared upper bounds to set...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: resolve parameter types before code...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: collect methods and constructors...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: add more top-level methods as reserve...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: avoid property name conflicts on...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: fix == between arrays of different...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: print unsupported types in verbose...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: reorganize and document the different...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate JNI services for each extern...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: do not skip primitive array types
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate primitive array variants...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: accept [] (and anything) in search...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: intro `JavaType::clone`
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate top-level getter & setter...
2015-07-29 Alexis Laferrièrecontrib/rss_downloader: use `ProcessDuplex::write_and_read`
2015-07-29 Alexis Laferrièrelib/exec: intro `ProcessDuplex::write_and_read`
2015-07-29 Alexis Laferrièrelib/file: revamp `poll_in` to use in `FileReader`
2015-07-29 Alexis Laferrièrecontrib/rss_downloader: prettier output when the links...
2015-07-29 Alexis Laferrièrecontrib/rss_downloader: support compressed RSS feeds
2015-07-29 Alexis Laferrièrecontrib/rss_downloader: move tag link to Config
2015-07-29 Alexis Laferrièrecontrib/rss_downloader: report errors parsing XML
2015-07-29 Alexis Laferrièrelib/dom: intro a checker/example program
2015-07-29 Alexis Laferrièrecontrib/jwrapper: generate top-level methods for static...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: add more of the signature to generate...
2015-07-29 Alexis Laferrièrecontrib/jwrapper: revamp method generation code
2015-07-29 Alexis Laferrièrelib/java: reorganize the java group to include the...
2015-07-29 Alexis Laferrièrelib/java: make pop_from_local_frame_with_env protected...
2015-07-29 Alexis Laferrièrelib/collections: intro `Map::not_empty`
2015-07-29 Jean PrivatMerge: Decimal literals with underscores
2015-07-29 Jean PrivatMerge: Cached ropes
2015-07-28 Lucas Bajolettests: Update base_test_bases to check support of undercore
2015-07-28 Lucas Bajoletsrc: Update literal to properly support underscores...
2015-07-28 Lucas BajoletParser regeneration
2015-07-28 Lucas Bajoletparser: Update parser for underscores support in decima...
2015-07-28 Lucas Bajolettests: Fix for cached_ropes, lines had changed in Nitpick
2015-07-28 BlackMinouAndroid/audio: load from res before assets
2015-07-27 Lucas Bajoletlib/standard: Read all now builds ropes
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
2015-07-27 Lucas Bajoletlib/standard/ropes: Added cache mechanism on indexed...
2015-07-27 Jean PrivatMerge: Fix Chainz of Friendz buttons on Android
2015-07-26 Alexis Laferrièrecontrib/friendz: fix input using is_move
2015-07-26 Alexis Laferrièrelib/android: intro `AndroidPointerEvent::is_move`
2015-07-26 Alexis Laferrièrelib/android: remove a few warnings
2015-07-25 Jean PrivatMerge: jwrapper generates full APIs, with contructors...
2015-07-25 Jean PrivatMerge: Improve documentation of kernel
2015-07-24 Jean Privattests: update sav because line changes in kernel
2015-07-24 Jean Privatlib: add a README for standard
2015-07-24 Jean Privatlib: improve documentation of Object and Sys in kernel
2015-07-24 Alexis Laferrièrecontrib/jwrapper: fix commenting out unknown types...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: find extern classes with underscore...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: check-libs depends on each other...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an example that generates an...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a practical example use of...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: make casting base objects (Integer...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not remove get_ or replace set_
2015-07-24 Alexis Laferrièrecontrib/jwrapper: comment out all primitive arrays
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an option to search for existing...
next