nit.git
2016-08-15 Jean PrivatMerge: Nitcc custom lexer
2016-08-15 Jean PrivatMerge: json::serialization: fallback to the static...
2016-08-15 Alexis Laferrièretests: update nitce savs
2016-08-15 Jean PrivatMerge: lib/trees: introduce Trie
2016-08-15 Jean PrivatMerge: Make HttpRequest and Response serializable
2016-08-15 Jean PrivatMerge: Nitweb sessions
2016-08-15 Jean PrivatMerge: nitls: improve the man by giving better examples
2016-08-15 Jean PrivatMerge: lib/mongo: introduce mongo queries
2016-08-15 Jean PrivatMerge: lib/github: use serialization
2016-08-15 Alexandre Terrasalib/trees: introduce Trie
2016-08-15 Alexandre Terrasanitweb: add user menu
2016-08-15 Alexandre Terrasanitweb/angular: add user controller
2016-08-15 Alexandre Terrasalib/nitcorn: remove uninitialized attribute `host`
2016-08-15 Alexandre Terrasalib/nitcorn: make HttpRequest and HttpResponse serializable
2016-08-15 Alexandre Terrasacontrib/nitrpg: nitrpg use github serialization
2016-08-14 Alexandre Terrasalib/popcorn: pop_auth use github serialization
2016-08-14 Alexandre Terrasalib/github: use serialization
2016-08-14 Alexandre Terrasanitweb: add API user login/logout end points
2016-08-14 Alexandre Terrasanitweb: init session
2016-08-14 Alexandre Terrasalib/mongo: introduce mongo queries
2016-08-12 Jean Privatnitcc: add an example of a monkey-patching of a Lexer...
2016-08-12 Alexis Laferrièrebenitlux: drop a few explicity deserialization support...
2016-08-12 Alexis Laferrièrefrontend/serialization: a bit more details to the doc
2016-08-12 Alexis Laferrièreserialization: update README limitations section
2016-08-12 Alexis Laferrièrejson::serialization: update "Read JSON" section
2016-08-12 Alexis Laferrièrejson::serialization: infer the static type of the items...
2016-08-12 Alexis Laferrièrefrontent/serialization: use static types to deserialize...
2016-08-12 Alexis Laferrièrejson::serialization: use static type to deserialize...
2016-08-12 Alexis Laferrièrefrontend/serialization: pass the static type to the...
2016-08-12 Alexis Laferrièrejson::serialization: fallback to the static type at...
2016-08-12 Alexis Laferrièreserialization: `deserialize_attribute` takes an optiona...
2016-08-12 Alexis Laferrièrefrontend/serialization: use types from model at deseria...
2016-08-12 Alexis Laferrièrefrontent/serialization: fix warnings
2016-08-12 Jean Privatnitls: improve the man by giving better examples
2016-08-11 Jean PrivatMerge: calculator: nicer Android adaptation with API...
2016-08-11 Jean PrivatMerge: contrib: add shibuqam to extract information...
2016-08-11 Jean PrivatMerge: lib/core: add `Path::/`
2016-08-11 Jean PrivatMerge: json::serialization: intro `attributes_path...
2016-08-11 Jean Privatcontrib: add shibuqam to extract information from a...
2016-08-11 Alexis Laferrièrecalculator: rename android_calculator to android14
2016-08-11 Alexis Laferrièrecalculator: add variant for Android 21 +
2016-08-11 Alexis Laferrièrecalculator: prettier Android variant
2016-08-11 Alexis Laferrièrecalculator: add scientific variant fdroid metadata
2016-08-11 Jean Privatlib/core: add `Path::/`
2016-08-11 Alexis Laferrièreserialization: better doc for `Deserializer`
2016-08-11 Alexis Laferrièrejson::serialization: intro `attributes_path` as support...
2016-08-11 Jean PrivatMerge: nitweb: use pop_config
2016-08-11 Jean PrivatMerge: nitcorn: support the special address 0.0.0.0
2016-08-11 Jean Privatnitcc: lexer can produce a single token with `next_token`
2016-08-10 Alexandre Terrasanitweb: update tests
2016-08-10 Alexandre Terrasanitweb: use config file
2016-08-10 Alexandre Terrasanitweb: factorize catalog building
2016-08-10 Alexandre Terrasanitweb: factorize APIRouter
2016-08-10 Alexandre Terrasanitweb: fix typo in help message
2016-08-10 Alexis Laferrièrenitcorn: update address used and style of main doc...
2016-08-10 Alexis Laferrièrenitcorn: register 0.0.0.0 addresses as default_virtual_host
2016-08-10 Alexis Laferrièrenitcorn: default_virtual_host should be writable
2016-08-10 Jean Privatdocker: hotfix image name
2016-08-09 Jean PrivatMerge: new class MErrorType to handle buggy types
2016-08-09 Jean PrivatMerge: docker: move the test part in another Dockerfile
2016-08-09 Jean Privatdocker: move the test part in another Dockerfile
2016-08-09 Jean PrivatMerge: Text API
2016-08-09 Jean Privatrta: drop local `is_valid_type` and use `is_legal_in...
2016-08-09 Jean Privatmodel: add `MType::is_legal_in` to check the legality...
2016-08-09 Jean Privatmodel: returns more MErrorType instead of aborting
2016-08-09 Jean Privatmodel: add MType::is_ok to check MErrorType in depth
2016-08-09 Jean Privatmodel: new class MErrorType as using MBottomType was...
2016-08-09 Jean PrivatMerge: Faster lookup
2016-08-09 Jean PrivatMerge: popcorn: enhance ConsoleLog
2016-08-09 Jean PrivatMerge: Popcorn auth
2016-08-09 Jean Privatrta: fast fix to avoid resolving illegal types.
2016-08-08 Jean PrivatMerge: lib/github: introduce GithubWallet
2016-08-08 Jean PrivatMerge: gamnit: intro pinch to zoom gesture for Android
2016-08-08 Jean PrivatMerge: Popcorn repos
2016-08-08 Jean PrivatMerge: Popcorn valid
2016-08-08 Jean PrivatMerge: lib/popcorn: introduce `pop_config` module
2016-08-08 Jean PrivatMerge: Serialization fixes and hardening
2016-08-08 Jean PrivatMerge: `mendel_metrics`: Fix documentation
2016-08-08 Alexis Laferrièretests: update sav of `test_binary_deserialization`
2016-08-08 Alexandre Terrasalib/popcorn: introduce Github Auth handlers
2016-08-08 Alexandre Terrasagithub_api: load user from access_token
2016-08-08 Alexandre Terrasalib/popcorn: introduce `pop_config` module
2016-08-08 Jean Privatmodel: MVirtualType fast resolution for the special...
2016-08-08 Jean Privatmodel: lookup_definitions gains an *iterate the classde...
2016-08-08 Jean Privatmodel: MClassDef register property definitions by its...
2016-08-08 Alexandre Terrasapopcorn: enhance ConsoleLog
2016-08-08 Alexandre Terrasalib/github: introduce GithubWallet
2016-08-08 Alexandre Terrasalib/popcorn: introduce Repository concept
2016-08-08 Alexandre Terrasalib/mongodb: allow new MongoObjectId instances
2016-08-08 Jean PrivatMerge: mongodb: wrap `Collection::aggregate` function
2016-08-08 Jean PrivatMerge: lib/popcorn: generalize colors for status codes
2016-08-08 Jean PrivatMerge: modelize_class: Force `Object` to be an interface
2016-08-08 Jean PrivatMerge: modelize_class: Remove an unnecessary pre-condition
2016-08-08 Jean PrivatMerge: modelize_class: Remove a dead check
2016-08-07 Alexis Laferrièregamnit: flat imports android_two_fingers_motion with...
2016-08-07 Alexis Laferrièregamnit: intro two fingers motion service on EulerCamera
2016-08-05 Alexandre Terrasalib/popcorn: generalize colors for status codes
2016-08-05 Alexandre Terrasalib/popcorn: introduce Validation concept
2016-08-05 Alexandre Terrasalib/popcorn: add `json_error` to return a Json formatte...
2016-08-04 Jean-Christophe... modelize_class: Do not crash if `Pointer` is not defined
next