Merge: Benitlux: Improve the iOS variation and general bug fixes
[nit.git] / lib /
2016-12-30 Jean PrivatMerge: lib/graph: Fix `to_dot`
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-19 Lucas Bajoletlib/graph: Fix `to_dot` that could produce invalid...
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrecore: update doc of `CString`
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-08 Jean PrivatMerge: lib/counter: Added pack function
2016-12-08 Jean PrivatMerge: lib/for_abuse: Fix typos in documentation
2016-12-08 Jean PrivatMerge: tests: use NIT_TESTING_ID in neo4j tests
2016-12-07 Lucas Bajoletlib/counter: Added pack function
2016-12-07 Lucas Bajoletlib/for_abuse: Fix typos in documentation
2016-12-06 Alexandre Terrasalib/core: more tests for percent_encoding
2016-12-06 Alexandre Terrasalib/text: do not replace undecoded `%` by `?`
2016-12-06 Alexandre Terrasalib/postgres: use NIT_TESTING_ID in table names
2016-12-06 Alexandre Terrasalib/postgres: remove documentation warnings
2016-12-06 Alexandre Terrasalib/mongo: use NIT_TESTING_ID
2016-12-05 Alexandre Terrasatests: fix nitrpg tests
2016-12-05 Alexandre Terrasapopcorn: pop_repos use config
2016-12-05 Alexandre Terrasapopcorn: pop_config use config
2016-12-05 Alexandre Terrasalib: introduce basic config classes
2016-12-03 Alexandre Terrasaopts: fix weird indent
2016-12-02 Jean PrivatMerge: mongo: More queries
2016-12-02 Jean PrivatMerge: lib/github: load more user data
2016-11-28 Alexandre Terrasamongo: add array related queries
2016-11-28 Alexandre Terrasamongo: fix query prefixes
2016-11-28 Alexandre Terrasalib/github: load more user data
2016-11-28 Alexandre Terrasalib/math: fix some nitunits
2016-11-04 Alexis Laferrièrelib/github: update for Github API changes
2016-10-24 Jean PrivatMerge: serialization: subtype check attributes & serial...
2016-10-24 Jean PrivatMerge: nitcorn: handle SIGINT and SIGTERM
2016-10-24 Jean PrivatMerge: nitcorn: decode GET args from percent encoding
2016-10-18 Alexis Laferrièrelibevent: fix compatibility with light FFI and global...
2016-10-14 Alexis Laferrièrelib serialization: `deserialize` accepts the name of...
2016-10-14 Alexis Laferrièrejson::serialization: check before deserializing an...
2016-10-14 Alexis Laferrièrejson::serialization: intro services to get the class...
2016-10-14 Alexis Laferrièrejson::serialization: whitelist deserializable classes
2016-10-14 Alexis Laferrièrelib/poset: implement serialization compatible with...
2016-10-14 Alexis Laferrièrelib/poset: fix warnings and a typo
2016-10-14 Alexis Laferrièrejson::serialization: fix use null when an instance...
2016-10-13 Alexis Laferrièrenitcorn: clean exit on SIGINT & SIGTERM
2016-10-13 Alexis Laferrièrelibevent: intro basic event and signals support
2016-10-13 Alexis Laferrièrelibevent: rename `exit_loop` and `destroy` to their...
2016-10-13 Alexis Laferrièrelib/signals: silence C warning
2016-10-12 Alexis Laferrièrenitcorn: fix decoding GET args from percent encoding
2016-10-11 Alexis Laferrièrenitcorn: document the `restful` annotation
2016-10-11 Alexis Laferrièrenitcorn: update nitrestful example
2016-10-11 Alexis Laferrièrelibevent: intro enable_debug_mode
2016-10-07 Jean PrivatMerge: iOS: complete support for the UI API
2016-10-07 Jean PrivatMerge: android: click event on button release, better...
2016-09-30 Alexis Laferrièreios: don't force spacing between elements of layouts
2016-09-30 Alexis Laferrièreios: intro services for UIColor, UILabel & UITextField
2016-09-30 Alexis Laferrièreios: workaround for unicode issue #1945
2016-09-30 Alexis Laferrièreios: intro custom view controller and catch back button...
2016-09-30 Alexis Laferrièreios: fix ListLayout to fit horizontally
2016-09-30 Alexis Laferrièreios: redirect prints to NSLog (printf is no longer...
2016-09-30 Alexis Laferrièreios: duplicate full implementation of `size= & align...
2016-09-30 Alexis Laferrièreios: Button relay `size= & align=` to its `title_label`
2016-09-30 Alexis Laferrièreios: refactor `Label::size= & align=` services implemen...
2016-09-29 Jean PrivatMerge: iOS: fix compilation problems, warnings and...
2016-09-29 Alexis Laferrièrejava: don't crash on `to_s` when not null in Nit (even...
2016-09-29 Alexis Laferrièreandroid: trigger click event on button release
2016-09-29 Alexis Laferrièreandroid::http_request: fix exception handling
2016-09-23 Jean PrivatMerge: lib/json: unify the writing API using serializat...
2016-09-23 Jean PrivatMerge: nitcorn: possible fix for the bug on input with...
2016-09-21 Alexis Laferrièrenitcorn: fix input buffer containing unicode
2016-09-21 Alexis Laferrièrelib: fix clang warnings in md5 and pthreads
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-19 Alexis Laferrièrelib/json: split the serialization module, replace packa...
2016-09-19 Alexis Laferrièreneo4j: update expected test results with full serialize...
2016-09-19 Alexis Laferrièrejson::serialization: inline arrays
2016-09-19 Alexis Laferrièrejson::serialization: 2 less spaces in non-pretty mode
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-09-16 Alexis Laferrièrejson::serialization: add an example for building a...
2016-09-16 Alexis Laferrièrejson::serialization: add compatibility methods to_json...
2016-09-16 Alexis Laferrièrejson::static: all Jsonable are Serializable
2016-09-16 Alexis Laferrièrejson::static: reword module doc
2016-09-16 Alexis Laferrièrelib/json & nitcc_runtime: make some classes serializable
2016-09-15 Alexis Laferrièrelib/json: remove duplicated JSON writing services from...
2016-09-15 Alexis Laferrièrelib/json: bring back string to JSON service to `json...
2016-09-09 Alexis Laferrièrecore::file: fix error management in recursive calls...
2016-09-09 Alexis Laferrièrecore::file: add docunit for expected behavior on deleti...
2016-09-09 Alexis Laferrièrecore::file: fix `rmdir` to raise an error on failure...
2016-09-07 Jean PrivatMerge: StatementRow::map
2016-09-06 Lucas Bajoletlib/sqlite: Added `map` method to `StatementRow`
2016-09-05 Alexis Laferrièregamnit: the magic number has been fixed by the fovy
2016-09-05 Alexis Laferrièregamnit: fix setting camera field of view
2016-09-01 Jean PrivatMerge: app::audio: remove deprecated services and other...
2016-08-30 Alexis Laferrièrejson::serialization: document reading from JSON with...
2016-08-30 Alexis Laferrièreserialization: don't throw missing attribute error...
2016-08-30 Alexis Laferrièrejson::serialization: engines report when an attributes...
2016-08-28 Alexis Laferrièreandroid::audio: remove indirection to sounds.add
2016-08-28 Alexis Laferrièreandroid::audio: revamp param and doc of `load_name`
2016-08-28 Alexis Laferrièreapp::audio: rename `name` to `path`
2016-08-28 Alexis Laferrièreapp::audio: update doc
2016-08-28 Alexis Laferrièreandroid::audio: print errors at loading sounds
2016-08-28 Alexis Laferrièreapp::audio: drop the old load_sound and load_music
2016-08-26 Jean PrivatMerge: serialization: fix a bug, improve doc and clean...
2016-08-26 Lucas Bajoletlib/core: `String::mkdir` will only produce an error...
2016-08-26 Lucas Bajoletlib/core: Make `file_exists` a `Text` function instead...
2016-08-26 Alexis Laferrièrelib/serialization: better doc for `AttributeTypeError`
next