nit.git
2015-05-28 Jean PrivatMerge: nitdoc: introduce useful services
2015-05-28 Alexandre Terrasanitdoc: check multiple page with same id
2015-05-28 Alexandre Terrasanitdoc: introduce `Page::title` and `Page::id` in ...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_namespace` lookup servi...
2015-05-28 Alexandre Terrasanitdoc: introduce `mentities_by_name` lookup service...
2015-05-28 Jean PrivatMerge: Correct warn on noautoinit
2015-05-28 Jean PrivatMerge: Rename the visit function of minilang example.
2015-05-28 Jean PrivatMerge: Use self in the FFI
2015-05-28 Jean PrivatMerge: Improve internal mechanisms of the nitvm
2015-05-28 Jean PrivatMerge: Markdown location
2015-05-28 Jean PrivatMerge: contrib/header_static: a cog in the toolchains...
2015-05-27 Jean Privattests: add alt to base_init_autoinit3 to check warning...
2015-05-27 Jean Privatmodelize: `noautoinit` check inherited initializes...
2015-05-27 MehdiFix incoherent name function in minilang
2015-05-27 Jean PrivatMerge: sepcomp: fix hardening related to the instantiat...
2015-05-27 Jean PrivatMerge: `Int::times`: clean nitunit and expose negative...
2015-05-27 Jean PrivatMerge: Rename all REAMDE to README.md
2015-05-27 Jean PrivatMerge: Intro an unrolled linked list, and fix `List...
2015-05-27 Jean PrivatMerge: Binary/Octal literal Ints
2015-05-27 Alexis Laferrièretests: remove utf_noindex_tests
2015-05-27 Alexis Laferrièretests: update expected results of nitpretty on the FFI
2015-05-27 Alexis Laferrièrelib: update more libs to use `self`
2015-05-27 Alexis Laferrièretests: update tests using the FFI
2015-05-27 Alexis Laferrièrelib/mongodb: fix invalid FFI code
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-27 Alexis Laferrièrelib/java: update to use `self` from Java code
2015-05-27 Alexis Laferrièrelib/standard: update to use `self` in C code
2015-05-27 Alexis Laferrièrelib/standard: update style of doc and fix whitespace...
2015-05-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/cocoa: update Objective-C code to use `self`
2015-05-27 Alexis Laferrièrelib/gtk: update to use `self` from C code
2015-05-27 Alexis Laferrièrelib/android: clean up whitespace errors in `bundle`
2015-05-27 Alexis Laferrièrelib/android: update to use `self` in Java code
2015-05-26 Julien Pagèsnitvm: Optimize the loading of classes
2015-05-26 Julien Pagèsnitvm: Deleting absolute offset for properties
2015-05-26 Julien Pagèsnitvm: Optimizing subtyping tests with new mechanisms
2015-05-26 Julien Pagèsnitvm: The positions of methods and attributes are...
2015-05-26 Julien Pagèsnitvm: Bug fixe in the recursion of class loading
2015-05-26 Jean Privatsepcomp: fix hardening related to the instantiation...
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-05-26 Alexis Laferrièretests: update sav of nitserial to latest changes
2015-05-26 Alexis Laferrièrelib/android: fix style of `shared_preferences_api10...
2015-05-26 Alexis Laferrièreexamples: fix style of FFI examples
2015-05-26 Alexis Laferrièreexamples: update FFI examples to use `self`
2015-05-26 Alexis Laferrièrecontrib: update contribs to use `self` in FFI
2015-05-26 Alexis Laferrièrecontrib/jwrapper: generate FFI code using `self`
2015-05-26 Alexis Laferrièresrc: update Java and C++ FFI to use `self`
2015-05-26 Alexis Laferrièresrc: update core FFI to use `self` instead of `recv...
2015-05-26 Lucas Bajolettests: Added tests for literal bases
2015-05-26 Lucas Bajoletsrc/literal: Support for the new binary and octal literals
2015-05-26 Lucas Bajoletsrc/parser: Regenerated parser
2015-05-26 Lucas Bajoletsrc/parser: Updated grammar and parser_nodes
2015-05-26 Lucas Bajoletlib/standard/string: Added to_oct and to_bin functions...
2015-05-26 Jean PrivatMerge: Binary over network
2015-05-26 Jean PrivatMerge: nitx: finish migration to new nitdoc architecture
2015-05-26 Jean PrivatMerge: Nitiwiki next
2015-05-26 Jean PrivatMerge: Apply serialization in calculator, a_star, more_...
2015-05-26 Jean PrivatMerge: File and Bytes
2015-05-26 Alexandre Terrasalib/markdown: add MDLocation tests
2015-05-26 Alexandre Terrasalib/markdown: fix tests
2015-05-26 Alexandre Terrasalib/markdown: introduce MDLocation
2015-05-25 Alexandre Terrasarange: better nitunit on `Int::times`
2015-05-25 Alexis Laferrièrelib/serialization: intro the shortcut `CachingSerialize...
2015-05-25 Alexis Laferrièrelib/serialization: intro DuplexCache
2015-05-25 Alexis Laferrièrelib/serialization: extract caches from json_serialization
2015-05-25 Alexis Laferrièretests: test UnrolledList
2015-05-25 Alexis Laferrièrelib/more_collections: intro `UnrolledLinkList`
2015-05-25 Alexandre Terrasarange: remove white space in license
2015-05-25 Alexis Laferrièrelib/binary: intro read/write strings as blocks
2015-05-25 Alexis Laferrièrelib/binary: intro services to read/write null terminate...
2015-05-25 Alexis Laferrièrelib/socket: fix `NativeSocket::write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: implement `write_byte`
2015-05-25 Alexis Laferrièrelib/libevent: `Connection` subclass `Writer`
2015-05-25 Alexis Laferrièrelib/serialization: optimize `StrictHashMap` as a subcla...
2015-05-25 Alexis Laferrièrelib/serialization: intro `serialization_hash` to comple...
2015-05-25 Alexis Laferrièrelib/json: fix json serialization to play well with...
2015-05-25 Alexandre Terrasadebugger: remove dependency to `nitx`
2015-05-25 Alexandre Terrasanitiwiki: use `InlineDecorator` for markdown titles...
2015-05-25 Alexandre Terrasamarkdown: add misc decorators
2015-05-25 Alexis Laferrièreexamples/calculator: use serialization
2015-05-25 Alexis Laferrièrelib/serialization: support serializing Couple and Container
2015-05-25 Alexis Laferrièrelib/more_collections: update classes as serializable
2015-05-25 Alexis Laferrièrelib/a_star: update `a_star` to be serializable
2015-05-25 Alexis Laferrièrelib/collections: fix `List::insert` to insert at the...
2015-05-23 Jean PrivatMerge: metrics: `--nullables` distinguishes safe and...
2015-05-23 Jean PrivatMerge: model: introduce the bottom type
2015-05-23 Jean PrivatMerge: Markdown: some improvement and fixes
2015-05-23 Jean PrivatMerge: Missing a unboxing when compiling a call to...
2015-05-23 Jean PrivatMerge: lib/standard: reimplement `files` with light FFI
2015-05-23 Jean PrivatMerge: Nit objects to plain JSON
2015-05-22 Jean Privatlib/standard: reimplement `files` with basic FFI (so...
2015-05-22 Lucas Bajoletlib: Various fixes on lib with the new file and stream API
2015-05-22 Lucas Bajoletlib/standard/stream: Doc fixes
2015-05-22 Lucas Bajoletlib/standard: Updated stream and file to support byte...
2015-05-22 Jean Privattests: update sav/nitmetrics_args1.res
2015-05-22 Alexandre Terrasanitx: update man page
2015-05-22 Alexandre Terrasanitx: introduce code search
2015-05-22 Alexandre Terrasanitx: introduce search calls to MProperty
2015-05-22 Alexandre Terrasanitx: redo search for MType in new calls
2015-05-21 Jean Privatmetrics: `--nullables` distinguishes safe and unsafe...
next