nit.git
2015-07-17 Jean Privattests: update deserializations tests with nitce because...
2015-07-14 Jean Privatlib/neo4j: use `nosuper` in named constructors to avoid...
2015-07-14 Jean Privatlib/geometry: named constructors use autoinit
2015-07-14 Jean Privatlib/date: named constructors use autoinit
2015-07-13 Jean Privatrefund: `Dollar::from_float` use the autoinit constructor
2015-07-13 Jean Privatnitrpg: `from_json` constructors use the autoinit const...
2015-07-13 Jean Privatnitcc: make the autoinit constructor of Automation...
2015-07-13 Jean Privattests: update sav for enforced superautoinit
2015-07-13 Jean Privatautosuperinit: constructors can be defined in interface...
2015-07-13 Jean Privattests: update example_hanoi with saner constructor
2015-07-13 Jean Privatsrc/niti: PrimitiveNativeFile use autoinit in named...
2015-07-13 Jean Privatlib/sqlite3: use autoinit in named init `open`
2015-07-13 Jean Privatsrc/location: use `nosuper in some specific named const...
2015-07-13 Jean Privatlib/string: named constructors call the autoinit explicitly
2015-07-09 Jean PrivatMerge: Some bugfixes and small improvements for nitiwiki
2015-07-09 Jean Privattests: update sav for nitiwiki
2015-07-09 Jean PrivatMerge: Bytes migration
2015-07-09 Jean Privatnitiwiki: remove `-s` as short `--status` because it...
2015-07-09 Jean Privatnitiwiki: custom config messages are less verbose
2015-07-09 Jean Privatnitiwiki: error on --rsync if wiki.rsync_dir is not...
2015-07-09 Jean Privatnitiwiki: protect arguments of sys.system
2015-07-09 Jean Privatnitiwiki: improve rendering messages with name and...
2015-07-09 Jean Privatnitiwiki: remove completely root_url as everything...
2015-07-09 Jean Privatnitiwiki: reintroduce `allow absolute wikilinks` (c2802...
2015-07-09 Jean Privatnitiwiki: reintroduce `make wikilink relative` (d03b2d9...
2015-07-09 Lucas Bajolettests: Update for new NativeString and Byte views
2015-07-09 Lucas Bajoletsrc: Compiler and interpreter updates for NativeString
2015-07-09 Lucas Bajoletbase64/websocket: Rewrite for clarity and compliance...
2015-07-09 Lucas Bajoletlib/standard: NativeString operations are now Byte...
2015-07-09 Lucas Bajoletlib/binary: Update modules to work more with Bytes now
2015-07-08 Lucas Bajoletlib/standard/text: Most chars operations are no longer...
2015-07-08 Lucas Bajoletlib/io: Changed the semantics of read/write byte to...
2015-07-08 Lucas Bajoletlib/standard/ropes: Substrings now work with FlatStrings
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytes services on Text
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytelen in abstract_text
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...
next