nit.git
2016-11-28 Alexandre Terrasaman: document `NIT_TESTING_PATH`
2016-11-28 Alexandre Terrasatests: test nitunit `NIT_TESTING_PATH`
2016-11-28 Alexandre Terrasanitunit: set NIT_TESTING_PATH before running a test...
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_suite (and unifor...
2016-11-28 Alexandre Terrasanitunit: toolcontext set `NIT_TESTING_PATH`
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_base
2016-11-24 Jean PrivatMerge: Updates some tests and the tests.sh script for...
2016-11-19 Alexis Laferrièresrc: fix the scary typo boostrap
2016-11-19 Alexis Laferrièretests: fix test_annot_pkgconfig.nit so it actually...
2016-11-19 Alexis Laferrièrepkgconfig annot: try all args before giving up
2016-11-19 Alexis Laferrièretests.sh: don't use -s on coreutils hostname
2016-11-19 Alexis Laferrièretests.sh: rename $tmp to avoid conflict with the $tmp...
2016-11-19 Alexis Laferrièretests.sh: ignore end of line characters
2016-11-19 Alexis Laferrièretests: make the very bad name test compatible with...
2016-11-11 Jean PrivatMerge: Delete the debugger from the interpreter
2016-11-11 Jean PrivatMerge: lib/github: update unit test for change in Githu...
2016-11-09 Alexis Laferrièrenit: purge the debugger from the interpreter
2016-11-04 Alexis Laferrièrelib/github: update for Github API changes
2016-11-02 Jean PrivatMerge: pkgconfig annotation: improve error on missing...
2016-10-26 Alexis Laferrièrepkgconfig: more precise error on missing dev package
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-24 Jean PrivatMerge: nitrestful: rename resources and restrict HTTP...
2016-10-20 Alexis Laferrièremetrics: don't visit annotation nodes
2016-10-18 Alexis Laferrièrelibevent: fix compatibility with light FFI and global...
2016-10-14 Alexis Laferrièrenitc: only serialize the type model if `json::serializa...
2016-10-14 Alexis Laferrièretests: update error_unk_class2 sav with change in linea...
2016-10-14 Alexis Laferrièretests: update nitserial test
2016-10-14 Alexis Laferrièretests: add test_json_deserilizer_safe
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èrenitc & niti: support intern method to generate serializ...
2016-10-14 Alexis Laferrièreinterpreter: remove duplicated intern methods
2016-10-14 Alexis Laferrièresrc: complete some missing doc
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èrefrontend serialization: resolve type before using their...
2016-10-14 Alexis Laferrièrefrontend serialization: don't create `core_serialize_to...
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: test a url-encoded GET arg with a space
2016-10-12 Alexis Laferrièrebenitlux: percent encode GET args
2016-10-12 Alexis Laferrièreshibuqam: we can use `string_arg` directly
2016-10-12 Alexis Laferrièrenitcorn: fix decoding GET args from percent encoding
2016-10-11 Alexis Laferrièrenitrestful: update tests results
2016-10-11 Alexis Laferrièrenitcorn: document the `restful` annotation
2016-10-11 Alexis Laferrièrenitcorn: update nitrestful example
2016-10-11 Alexis Laferrièrenitrestful: support custom resource name and HTTP metho...
2016-10-11 Alexis Laferrièrenitrestful: fix naming of "resources" as recommended
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èreinkscape_tools: update the format of icons generated...
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-27 Alexis Laferrièretests: skip postgres tests on macOS
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-22 Alexis Laferrièretests: iOS app have one more file
2016-09-21 Alexis Laferrièrenitcorn: fix input buffer containing unicode
2016-09-21 Alexis Laferrièrebenitlux: fix ios-release rule and keep the compiled...
2016-09-21 Alexis Laferrièrelib: fix clang warnings in md5 and pthreads
2016-09-21 Alexis Laferrièresrc: `exec_and_check` print to stderr
2016-09-21 Alexis Laferrièrenitc iOS: quiet output of `xcodebuild`
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 Jean PrivatMerge: core: fix rmdir not reporting some errors
2016-09-19 Alexis Laferrièreneo_doxygen: fix some typos and warnings
2016-09-19 Alexis Laferrièreneo_doxygen: remove duplicate tests (copied from docunits)
2016-09-19 Alexis Laferrièreneo4j: update expected test results with full serialize...
2016-09-19 Alexis Laferrièrerefund: force last line break and update expected errors
2016-09-19 Alexis Laferrièretests: update expected results of serialization & json...
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-19 Alexis Laferrièrerefund & nitrpg: rename 2 conflictual to_json to to_jso...
2016-09-16 Alexis Laferrièretests: update deserialization expected error
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...
next