nit.git
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-08 Alexis Laferrièrecore: invert dependencies between `text` and `fixed_ints`
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-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 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
2016-12-06 Alexandre Terrasalib/postgres: remove documentation warnings
2016-12-06 Alexandre Terrasalib/mongo: use NIT_TESTING_ID
2016-12-05 Jean PrivatMerge: nitweb: rewritte stars
2016-12-05 Jean PrivatMerge: nitweb: misc fixes
2016-12-05 Jean PrivatMerge: proposal: lib/config
2016-12-05 Jean PrivatMerge: nitweb: encode URIs
2016-12-05 Alexandre Terrasacatalog: fix double H1 display from package page
2016-12-05 Alexandre Terrasatests: fix model_json output with alphabetical order
2016-12-05 Alexandre Terrasatests: use NIT_TESTING_ID in neo4j tests
2016-12-05 Alexandre Terrasatests: fix nitrpg tests
2016-12-05 Alexandre Terrasanitweb: migrate to config
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-05 Alexandre Terrasanitweb: add sumaries to doc pages
2016-12-05 Alexandre Terrasadoc_down: render synopsis as `h1`
2016-12-05 Alexandre Terrasanitweb: remove useless links on locations
2016-12-05 Alexandre Terrasanitweb: remove useless code tabs for propdefs and classdefs
2016-12-05 Alexandre Terrasanitweb: sort mentities list by name
2016-12-05 Alexandre Terrasanitweb: clean defs list rendering
2016-12-05 Alexandre Terrasanitweb: show grade overview in specific page
2016-12-05 Alexandre Terrasanitweb: show grades in user page
2016-12-05 Alexandre Terrasanitweb: rewrite stars display
next