nit.git
2017-02-16 Jean Privatjson: use `write_char c` instead of `write c.to_s`
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-13 Alexandre Terrasalib/github: fix api pull request
2017-02-13 Alexandre Terrasalib/github: fix api milestone
2017-02-13 Alexandre Terrasalib/github: fix Commit api for users
2017-02-13 Alexandre Terrasalib/github/curl: fix error message matching
2017-02-13 Alexandre Terrasalib/json/serialization: fix serialization of first...
2017-02-13 Alexandre Terrasalib/json/store: fix object paths
2017-02-12 Alexandre Terrasalib/popcorn: add response handler for csv documents
2017-02-12 Alexandre Terrasalib/nitcorn: add some media types
2017-02-11 Alexis Laferrièrecore: simplify_path supports Windows style path
2017-02-10 Alexis Laferrièretoolcontext: support Windows PATH separator ';'
2017-02-10 Alexis Laferrièrenitc: silence pointer to int cast warnings on Windows
2017-02-10 Alexis Laferrièrenitc: link with pcreposix but not rt on Windows when...
2017-02-10 Alexis Laferrièrenitc: use '> nul' on windows
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean PrivatMerge: improve AST dump
2017-02-10 Jean PrivatMerge: mongo::queries: add unwind method
2017-02-10 Jean Privattests: update nitserial & nitresful sav files with...
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-10 Jean Privattests: update sav for test_parser
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Jean Privatnitc: test_parser use dump_tree instead of an adhoc...
2017-02-09 Alexis Laferrièreios: remove temporary Unicode fix
2017-02-09 Alexis Laferrièrenitc: explicitly cast long to int
2017-02-09 Alexis Laferrièrenitc: fix large int constants
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-09 Jean Privatnitc: dump_tree can display the lines of the source...
2017-02-09 Jean Privatlib/ordered_tree: factorize `write_line` so subclasses...
2017-02-09 Jean Privatnitc: typing and modelbuilder extends dump_info
2017-02-09 Jean Privatnitc: ASTDump exposes color helpers
2017-02-09 Jean Privatnitc: ASTDump can display aditionnal information
2017-02-09 Jean Privatnitc: ANode::dump_tree can skip structural nodes
2017-02-09 Jean Privatnitc: add ANode::is_structural
2017-02-09 Jean Privatnitc: add Location::get_line
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-06 Jean PrivatMerge: macOS: update realtime lib for Sierra
2017-02-06 Jean PrivatMerge: nitc: inject importation
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: use mclassdef instead of mclass
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitrestful: detect the async keyword
2017-02-03 Alexis Laferrièrenitcorn: intro RestfulTask
2017-02-03 Alexis Laferrièrenitrestful: intercept at `prepare_respond_and_close...
2017-02-03 Alexis Laferrièrenitrestful: fallback on other restful services if one...
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 Terrasatests: add tests for nitunit before and after module
2017-02-03 Alexandre Terrasalib/test_suite: update Sys class to nitunit fix
2017-02-03 Alexandre Terrasatesting: compile before and after methods
2017-02-03 Alexandre Terrasatesting: fix `before_module` and `after_module` method...
2017-02-03 Alexandre Terrasatesting: extract `fail` method to make a test case...
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 Jean Privattests: update metrics because the new fictive bottom...
2017-02-02 Jean Privatmodelbuilder: drop the fictive bottom module if unneeded
2017-02-02 Jean Privatmodelbuilder: add `inject_module_subimportation` to...
2017-02-02 Jean Privatphase: use a extensible work-list for `run_phases`
2017-02-02 Jean Privatloader: only apply conditional importation on strict...
2017-02-02 Jean Privatmodelbuilder: always create a main fictive module
2017-02-02 Jean Privatnitc: first_real_mmodule is now explicitly set.
2017-02-02 Alexis Laferrièrerealtime: don't use custom functions on Sierra
2017-01-18 Jean PrivatMerge: nitweb: close quicksearch box when clicking...
2017-01-18 Jean PrivatMerge: nitweb: auto link entitites found in `span code`
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2017-01-17 Alexandre Terrasanitweb: link entities from Markdown code span
2017-01-17 Alexandre Terrasanitweb: factorize md utilies to MDEmiter instead of...
2017-01-17 Alexandre Terrasanitweb: close quick search box when clicking outside
2017-01-17 Jean PrivatMerge: Benitlux: Improve the iOS variation and general...
2017-01-02 Alexis Laferrièrebenitlux: move manual checkin feature to its own module
2017-01-02 Alexis Laferrièrebenitlux: prettier iOS adaptation
2017-01-02 Alexis Laferrièrebenitlux: revamp the signup window with more variation...
2017-01-02 Alexis Laferrièrebenitlux: classify views in simple classes as variation...
2017-01-02 Alexis Laferrièrebenitlux server: don't suggest current friends
2017-01-02 Alexis Laferrièrebenitlux: make BeerView labels public attributes so...
2017-01-02 Alexis Laferrièrebenitlux: refresh home window on receiving an invalid...
2017-01-02 Alexis Laferrièrebenitlux: don't endlessly recheck token if its invalid
2017-01-02 Alexis Laferrièrebenitlux: fix size and alignment of Star & Follow Button
2017-01-02 Alexis Laferrièrebenitlux: flatten icon text to path
2017-01-02 Alexis Laferrièrebenitlux: expect that native objects will be freed...
2017-01-02 Alexis Laferrièrebenitlux: disable autocorrect and autocapital.. on...
2017-01-02 Alexis Laferrièrebenitlux: disable star buttons when not logged in
2017-01-02 Alexis Laferrièrebenitlux: drop the custom ellipsizing
2016-12-30 Jean PrivatMerge: calculator: bug fix and small tweaks to the...
2016-12-30 Jean PrivatMerge: lib/graph: Fix `to_dot`
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-29 Alexis Laferrièrecalculator: improve iOS variation
2016-12-28 Alexis Laferrièrecalculator: update language in variations doc
2016-12-28 Alexis Laferrièrecalculator: rename the module `ios_calculator` to ...
2016-12-28 Alexis Laferrièrecalculator: fix numbers limited to a single digit after...
next