nit.git
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...
2016-12-27 Alexis Laferrièretests: update `test_text_stat.res`
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-14 Alexis Laferrièrec_src: update with CString
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièretests: update to use `CString`
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: nitweb: misc fixes
2016-12-08 Jean PrivatMerge: tests: use NIT_TESTING_ID in neo4j tests
2016-12-08 Jean PrivatMerge: nitweb: add READMEs summaries
2016-12-08 Jean PrivatMerge: lib/text: do not replace undecoded `%` by `?`
2016-12-07 Lucas Bajoletlib/counter: Added pack function
2016-12-07 Lucas Bajoletlib/for_abuse: Fix typos in documentation
2016-12-06 Alexandre Terrasanitweb: fix card headers
2016-12-06 Alexandre Terrasanitweb: clean scripts import
2016-12-06 Alexandre Terrasanitweb: add some icons in menus
2016-12-06 Alexandre Terrasanitweb: extract user sidebar directive
2016-12-06 Alexandre Terrasanitweb: move github login configuration to its own...
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 Terrasatests: update test for nitcatalog
2016-12-06 Alexandre Terrasatests: test_neo use NIT_TESTING_ID
2016-12-06 Alexandre Terrasatests: use NIT_TESTING_ID for postgresql tests
2016-12-06 Alexandre Terrasalib/postgres: use NIT_TESTING_ID in table names
next