nit.git
2015-07-09 Alexis Laferrièrelib/android: support secondary pointers in motion event...
2015-07-09 Alexis Laferrièrelib/android: as alternative to motion events feed in...
2015-07-09 Alexis Laferrièrelib/android: intro: `acting_pointer` and fix warnings...
2015-07-09 Alexis Laferrièrelib/android: use latest language features for `AndroidM...
2015-07-09 Alexis Laferrièrelib/android: intro the real `pointer_id`
2015-07-09 Alexis Laferrièrelib/android: rename `pointer_id` to `pointer_index`
2015-07-09 Alexis Laferrièrelib/android: landscape mode use sensor
2015-07-09 Alexis Laferrièresrc/android: use the project to find the assets, res...
2015-07-08 Jean PrivatMerge: Rosetta Code: S-Expressions
2015-07-08 Jean PrivatMerge: lib/geometry: intro more services on points...
2015-07-08 Jean PrivatMerge: Intro HashMap23::has, Timespec::millisec|microse...
2015-07-08 Jean PrivatMerge: Intro the performance_analysis module to gather...
2015-07-08 Jean PrivatMerge: contrib/inkscape_tools: Report invalid files...
2015-07-08 Jean PrivatMerge: Binary serialization
2015-07-08 Lucas Bajoletexamples/rosettacode: Added s_expression task
2015-07-08 Lucas Bajoletlib/parsers: Added S-Expression parser
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-07-07 Alexis Laferrièrelib/geometry: add few services for angles
2015-07-07 Alexis Laferrièrelib/geomerty: intro Point::dist, dist2, lerp and ==
2015-07-07 Alexis Laferrièrelib/realtime: intro micro|millisec
2015-07-07 Alexis Laferrièrelib/serialization: do not abort when deserializing...
2015-07-07 Alexis Laferrièretests: add test for `binary::serialization`
2015-07-07 Alexandre Terrasagithub: enhance Github documentation as example for...
2015-07-07 Alexandre Terrasanitdoc: update tests
2015-07-07 Alexandre Terrasanitdoc: generate README file doc pages
2015-07-07 Alexis Laferrièrelib/binary: intro `BinarySerializer` and `BinaryDeseria...
2015-07-07 Alexis Laferrièrelib/more_collections: intro `HashMap[2|3]::has`
2015-07-07 Alexis Laferrièrelib/pthreads: relay error on init from C to Nit
2015-07-07 Alexis Laferrièrelib/opengles1: clean up C warning
2015-07-07 Alexis Laferrièrelib/geometry: points_and_lines are serializable
2015-07-07 Alexis Laferrièrelib: intro performance_analysis
2015-07-07 Alexis Laferrièrelib/mnit: fix `KeyEvent::is_up`
2015-07-07 Alexis Laferrièresrc/serialization: use how_serialize to fix generation...
2015-07-07 Alexis Laferrièresrc/serialization: call constructor only on concrete...
2015-07-07 Alexis Laferrièresrc/serialization: extract annotation search logic...
2015-07-06 Jean Privatversion 0.7.6 v0.7.6
2015-07-02 Alexis Laferrièrecontrib/inkscape_tools: better error message on invalid...
2015-07-02 Alexis Laferrièrecontrib/inkscape_tools: clean up Makefile
2015-06-30 Jean PrivatMerge: Use the DOM parser in the RSS Downloader contrib
2015-06-30 Jean PrivatMerge: Remove niti hacks on NativeString and NativeFile
2015-06-30 Jean PrivatMerge: nitdoc: use svg instead of png
2015-06-30 Alexis Laferrièrecontrib/rss: fix using the short filename to build...
2015-06-30 Alexis Laferrièrecontrib/rss: do not check for previously downloaded...
2015-06-30 Alexis Laferrièrecontrib/rss: extract action applied to selected elements
2015-06-30 Alexis Laferrièrecontrib/rss: use the dom parser
2015-06-30 Alexis Laferrièrelib/file: fix doc of `Path::filename`
2015-06-30 Alexis Laferrièrelib/dom: intro `XMLStartTag::data`
2015-06-30 Alexis Laferrièrelib/dom: intro `XMLEntity::[]`
2015-06-30 Alexis Laferrièresrc/nitc: ignore SIGPIPE
2015-06-30 Jean PrivatMerge: Deserialization manage errors & easily create...
2015-06-30 Jean PrivatMerge: Minor Improvements to the Parallelisation Phase
2015-06-30 Jean PrivatMerge: Fix issues in tests introduced by previous series
2015-06-30 Jean PrivatMerge: mongodb: auto generate ObjectId for inserted...
2015-06-30 Jean PrivatMerge: lib/markdown: add some tests for xml parsing...
2015-06-30 Jean PrivatMerge: examples: add json example from rosetta code
2015-06-30 Jean PrivatMerge: DOM XML
2015-06-29 Alexis Laferrièretests: niti does not report the same line than nitc
2015-06-29 Alexis Laferrièretests: update json serialization test results
2015-06-29 Alexis Laferrièretests: test a custom JsonDeserializer::class_name_heuristic
2015-06-29 Alexis Laferrièrelib/json: add hook to customize the deserialization...
2015-06-29 Alexis Laferrièrelib/json: document deserializing custom JSON code to...
2015-06-29 Alexis Laferrièretests: test the tolerance of the JSON deserializer...
2015-06-29 Jean Privattests: tests.sh do not grep on inexisting file to avoid...
2015-06-29 Jean Privattests: tests. use local variable in functions to avoid...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: minor style tweaks
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: do not rely on module name...
2015-06-29 Alexis Laferrièresrc/parellalization_phase: support nullable parameters...
2015-06-29 Alexis Laferrièresrc/parallelisation_phase: remove superfluous if block
2015-06-29 Alexandre Terrasalib/markdown: add some tests for xml parsing inside...
2015-06-29 Alexandre Terrasalib/mongodb: check null receiver when accessing names...
2015-06-29 Alexandre Terrasalib/mongodb: set automatic last id when inserting or...
2015-06-29 Lucas Bajolettests: Added tests for DOM XML parser
2015-06-29 Alexis Laferrièrelib/json: infer type of simple JSON array at deserializ...
2015-06-29 Alexis Laferrièrelib/json: serialize `Array[nullable Serializable]`...
2015-06-29 Jean PrivatMerge: contrib/opportunité: prevent useless xss exploit...
2015-06-29 Jean PrivatMerge: Personalized tests
2015-06-29 Jean PrivatMerge: Opportunity templates and pizzas
2015-06-29 Jean PrivatMerge: Third batch of rosettacode
2015-06-29 Jean PrivatMerge: Audio API implementation for linux
2015-06-29 Jean PrivatMerge: example: add arithmetic mean example from rosett...
2015-06-29 Alexis Laferrièrelib&src/serialization: use deserialize_class_intern...
2015-06-29 Alexis Laferrièresrc/serialization_phase: fix searching for `deserialize...
2015-06-29 Alexis Laferrièrelib/json: there's no need for the length attribute...
2015-06-29 Alexis Laferrièrelib/json: clear error list on each call to deserialize
2015-06-29 Alexis Laferrièrelib/json: improve the human readable version of JsonPar...
2015-06-29 Alexis Laferrièrelib/json: the `__kind` attribute is optional
2015-06-29 Alexis Laferrièrelib/json: parse errors are moved to deserializer errors
2015-06-29 Alexis Laferrièrelib/json: serialization is more tolerant to errors
2015-06-29 Alexis Laferrièrelib/json: object __id is optional
2015-06-29 Alexis Laferrièresrc/serialization_phase: generate code to be more toler...
2015-06-29 Alexis Laferrièrelib/serialization: deserialize_class should not be...
2015-06-29 Alexis Laferrièrelib/serialization: prepare to collect errors and custom...
2015-06-29 Alexis Laferrièresrc/serialization: use multiline strings
2015-06-26 Alexis Laferrièretests: remove undefined tests results that work without...
2015-06-26 Alexis Laferrièresrc/niti: mkdir the compile dir only if it doesn't...
2015-06-26 Alexis Laferrièresrc/niti: use a real NativeString
2015-06-26 Alexis Laferrièresrc/niti: remove hack on NativeFile
2015-06-26 Alexis Laferrièresrc/niti: remove intern implementations to extern methods
2015-06-25 Alexis Laferrièrecontrib/opportunité: prevent useless xss exploit in...
2015-06-24 Alexandre Terrasanitdoc: introduce DocCommand `list`
next