nit.git
2016-06-10 Jean PrivatMerge: Added contributing guidelines and link from...
2016-06-10 Jean PrivatMerge: Base64: Revamped base64_decode and added a stric...
2016-06-08 Lucas Bajolettests: Updated old tests sav
2016-06-08 Lucas Bajolettests: Improved base64 test for edge strict cases
2016-06-08 Lucas Bajoletlib/base64: Revamped `decode_base64` for better perform...
2016-06-08 Lucas Bajoletlib/core: Added `is_whitespace` method to `Byte`
2016-06-08 Lucas Bajoletnit: Added link to `CONTRIBUTING.md` from the README
2016-06-08 Lucas Bajoletnit: Added `CONTRIBUTING.md` file to repository
2016-06-08 Jean PrivatMerge: nitweb: add misc features
2016-06-08 Alexandre Terrasanitweb/angular: show mclass all properties
2016-06-08 Alexandre Terrasanitweb/angular: show module definitions
2016-06-08 Alexandre Terrasanitweb/angular: load mentity definitions for classes...
2016-06-08 Alexandre Terrasanitweb: add /api/defs/:entity to list definitions
2016-06-08 Alexandre Terrasanitweb/angular: show code in definition cards
2016-06-07 Jean PrivatMerge: nitweb: add `code` tab for modules, classdefs...
2016-06-07 Jean PrivatMerge: nitweb: list linearized definitions
2016-06-07 Jean PrivatMerge: catalog: only render the asked packages (not...
2016-06-07 Jean PrivatMerge: nitunit: testsuites are explicit
2016-06-07 Jean PrivatMerge: popcorn: use nitunit for blackbox testing
2016-06-07 Jean Privatnitrpg: `test_helper` is not a test_suite. just an...
2016-06-07 Jean Privatloader: make module name mismatch a false error so...
2016-06-07 Jean Privattests: update niunit .sav
2016-06-07 Jean Privatnitunit: update man page about test-suite
2016-06-07 Jean Privatnitunit: drop -t option
2016-06-07 Jean Privatnitunit: just process test_suite when given
2016-06-07 Jean Privatnitunit: compile with -q to silent warnings
2016-06-07 Alexandre Terrasanitweb/angular: show code tab for modules, classdefs...
2016-06-07 Alexandre Terrasanitweb/angular: add code to model
2016-06-07 Jean PrivatMerge: nitunit: Fix documentation to reflect actual...
2016-06-07 Jean PrivatMerge: escape_to_c: Escape trigraphs
2016-06-07 Jean PrivatMerge: lib/nitcorn: fix last warnings
2016-06-07 Alexandre Terrasa.gitattributes: add *.res to ignore whitespaces
2016-06-07 Alexandre Terrasanitweb/angular: fix some bootstrap components
2016-06-07 Alexandre Terrasanitweb/angular: show linearization for mclasses, mclass...
2016-06-07 Alexandre Terrasanitweb/angular: add linearization directives
2016-06-07 Alexandre Terrasanitweb/angular: add linearization to model
2016-06-07 Alexandre Terrasanitweb: add /api/linearization/:full_name service
2016-06-07 Alexandre Terrasamodel_collect: introduce `collect_linearization` service
2016-06-07 Jean-Christophe... text: Test all implementations of `escape_to_c`
2016-06-07 Jean-Christophe... escape_to_c: Escape trigraphs
2016-06-07 Alexandre Terrasapopcorn: remove useless tests/ dir
2016-06-06 Jean Privatcatalog: only render the asked packages (not the import...
2016-06-06 Jean-Christophe... nitunit: Fix documentation to reflect actual test disco...
2016-06-06 Jean PrivatMerge: nitweb: use ConsoleLog middleware
2016-06-06 Jean PrivatMerge: nitweb: use catalog as homepage
2016-06-06 Alexandre Terrasanitweb: use ConsoleLog middleware
2016-06-06 Alexandre Terrasanitweb/angular: display Catalog as homepage
2016-06-06 Alexandre Terrasanitweb/angular: introduce Catalog model
2016-06-06 Alexandre Terrasanitweb: introduce API catalog route
2016-06-06 Alexandre Terrasanitweb: move APIRouter to nitweb.nit
2016-06-06 Alexandre Terrasanitweb: move APIHandler to web_base
2016-06-05 Jean PrivatMerge: nitls: fix tree representation of nested groups
2016-06-05 Jean PrivatMerge: Honor `source.exclude` in ini files
2016-06-05 Jean PrivatMerge: nitunit with black boxes: alternative sav files...
2016-06-04 Jean Privatcode: add some `source.exclude` to remove errors in...
2016-06-04 Jean Privattests: add test for source.exclude ini entry
2016-06-04 Jean Privattests: update sav/test_basename_perf_args1.res that...
2016-06-04 Jean Privattests: improve nitls tests
2016-06-04 Jean Privatnitls: fix broken group tree when there is a chain...
2016-06-04 Jean Privatloader: honor `source.exclude` config in the package.ini
2016-06-04 Jean Privatmodelbuilder: stop reporting hints again and again...
2016-06-03 Jean Privatnitunit: update manpage with multiple .res and --autosav
2016-06-03 Jean Privatnitunit: add `--autosav` for testsuites
2016-06-03 Jean Privatnitunit: add a `info` to unit-test for noteworthy infor...
2016-06-03 Jean Privattests: nitunit with multiple .res files
2016-06-03 Jean Privatnitunit: testsuite+diff tries additional `.res` files
2016-06-03 Jean Privatnitunit: testsuite+diff do not info missing diff if...
2016-06-03 Jean PrivatMerge: nitunit: improve progress display
2016-06-03 Jean PrivatMerge: niti: teach the interpreter to read from the...
2016-06-03 Jean PrivatMerge: nitweb: search field
2016-06-03 Jean Privattests: update nitunit
2016-06-03 Jean Privatnitunit: improve status bar
2016-06-03 Jean Privatnitunit: rename `has_status` and cie to `has_progress_bar`
2016-06-03 Jean Privatnitunit: fix typo in doc
2016-06-03 Jean Privatman: nit.md documents `-`
2016-06-03 Jean Privattests: add `-` for nit
2016-06-03 Jean Privatniti: add `-` to read the standard input
2016-06-03 Jean PrivatMerge: lib/app: update doc for http_request and the...
2016-06-03 Jean PrivatMerge: Benitlux app: improve signup screen
2016-06-03 Jean PrivatMerge: nitweb: show mentities details
2016-06-03 Jean PrivatMerge: Factorize `capitalize` and add option to preserv...
2016-06-02 Alexandre Terrasanitweb/angular: add search field
2016-06-02 Alexandre Terrasanitweb/src: APISearch super APIList
2016-06-02 Alexandre Terrasasrc/web: APIList and APIRandom use JsonArray.from
2016-06-02 Alexandre Terrasanitweb/angular: show mclass content
2016-06-02 Alexandre Terrasanitweb/angular: show module content
2016-06-02 Alexandre Terrasanitweb/angular: show group content
2016-06-02 Alexandre Terrasanitweb/angular: show package content
2016-06-02 Alexandre Terrasanitweb/angular: filter entity lists
2016-06-02 Jean Privatnitunit: keep the status bar at the end line and show...
2016-06-02 Jean Privatnitunit: check docunits in order, even if compiled...
2016-06-02 Jean Privatnitunit: md files do not need a location, just the...
2016-06-02 Jean Privatnitunit: number docunit from 1 and correctly use it...
2016-06-02 Jean Privatnitunit: remove `more_message` from status as it causes...
2016-06-02 Jean Privatnitunit: do not show the status bar if no-color or...
2016-06-02 Alexis Laferrièrecontrib/nitiwiki: preserve uppercase letter in title...
2016-06-02 Alexis Laferrièrelib/text: add option to preserve uppercase letter in...
2016-06-02 Alexis Laferrièrelib/text: factorize the implementations of capitalize...
2016-06-02 Alexis Laferrièrelib/app: update package.ini to use the mobile tag
2016-06-02 Alexis Laferrièrelib/app: improve doc of AsyncHttpRequest
next