tests: add some runtime error in nitin.input
[nit.git] / lib /
2017-02-09 Jean Privatlib/ordered_tree: factorize `write_line` so subclasses...
2017-02-08 Alexis Laferrièrecore: invert dependencies between `text` and `fixed_ints`
2017-02-08 Alexandre Terrasamongo: add query unwind stage
2017-02-08 Alexandre Terrasamongo: fix query op name to follow the comment/spec
2017-02-06 Jean PrivatMerge: nitunit: fix before and after methods
2017-02-04 Alexis Laferrièrenitcorn: add test for nitrestful
2017-02-04 Alexis Laferrièrenitcorn: update restful example with an async method...
2017-02-04 Alexis Laferrièrenitcorn: intro module to simplify pthreads support
2017-02-04 Alexis Laferrièrenitrestful & lib: use static type to limit and as heuri...
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitcorn: intro RestfulTask
2017-02-03 Alexis Laferrièrelibevent: intro services for threads and fork
2017-02-03 Alexis Laferrièrepthreads: intro `ThreadPool::join_all`
2017-02-03 Alexis Laferrièrepthreads: allow to set `ThreadPool::nb_thread` before...
2017-02-03 Alexis Laferrièrepthreads: `ThreadPool` accept any `Task`
2017-02-03 Alexandre Terrasalib/test_suite: update Sys class to nitunit fix
2017-02-02 Alexis Laferrièrecore: Float::sleep to handle interruptions
2017-02-02 Alexis Laferrièrejson: support reading plain JSON map when the static...
2017-02-02 Alexis Laferrièrerealtime: don't use custom functions on Sierra
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2016-12-30 Jean PrivatMerge: lib/graph: Fix `to_dot`
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-27 Alexis Laferrièrecore: keep `to_s_full` as an indirection for retro...
2016-12-27 Alexis Laferrièrecore: revamp `CString::to_s` services
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
next