nit.git
2017-06-17 Jean-Christophe... neo4j: Prevent accidental code injections in the tests
2017-06-17 Jean-Christophe... neo4j: Fix the example for `CypherQuery::set`
2017-06-16 Jean PrivatMerge: oot: add 2 random projects found on the Internet.
2017-06-16 Jean PrivatMerge: neo4j: Add a fluent interface to set queries...
2017-06-16 Jean PrivatMerge: modelize_property: Add a variable to shorten...
2017-06-16 Jean PrivatMerge: docker: don't let `strip` fails the build becaus...
2017-06-16 Jean Privatoot: update force-change the repo url
2017-06-16 Jean Privatoot: add 2 random projects found on the Internet.
2017-06-16 Jean Privatdocker: don't let `strip` fails the build because nit...
2017-06-15 Jean PrivatMerge: Attempt to fix the tests neo4j
2017-06-15 Jean PrivatMerge: nitc: use ccache again
2017-06-15 Jean PrivatMerge: modelize_class: Refactor
2017-06-15 Jean PrivatMerge: gamnit: replace missing textures by a checker...
2017-06-15 Jean PrivatMerge: tests: measure time with elapsed time instead...
2017-06-15 Jean PrivatMerge: modelize_property: Remove an unreachable case
2017-06-15 Jean PrivatMerge: nit-makepackage: add missing manpage
2017-06-15 Jean PrivatMerge: core: move file related services from `String...
2017-06-15 Jean-Christophe... modelize_property: Add a variable to shorten some code
2017-06-15 Jean-Christophe... neo4j: Add a fluent interface to set queries’ parameters
2017-06-15 Jean Privatnitc: use ccache again
2017-06-15 Jean Privattests/neo4j: hardening the test not_empty to `length...
2017-06-15 Jean Privattests/neo4j: clear the potential existing elements...
2017-06-14 Jean-Christophe... modelize_property: Remove an unreachable case
2017-06-14 Jean-Christophe... modelize_property: Implement `is_new` like `is_init`
2017-06-14 Alexis Laferrièrecore: move more servies to Text (receiver and args...
2017-06-14 Alexis Laferrièregamnit: intro `CustomTexture::fill`
2017-06-14 Alexis Laferrièregamnit: move `pixelated=` up to `Texture`
2017-06-14 Alexis Laferrièregamnit: intro custom textures, built programmatically...
2017-06-14 Jean Privatnit-makepackage: add missing manpage
2017-06-14 Jean Privattest: use `command` instead of `env` to bypass Bash...
2017-06-13 Jean Privattests: measure time with elapsed time instead of user...
2017-06-13 Jean-Christophe... modelize_class: Test the handling of a formal supertypes
2017-06-13 Jean-Christophe... modelize_class: Fix the wording of an error message.
2017-06-13 Jean-Christophe... modelize_class: Don’t crash on a formal supertype
2017-06-12 Jean PrivatMerge: nitweb: use ui-router
2017-06-12 Jean PrivatMerge: testmodel: what about docunits to test model...
2017-06-12 Jean PrivatMerge: lib/popcorn: introduce BoolValidator in popcorn...
2017-06-12 Jean PrivatMerge: More package.ini
2017-06-12 Jean Privattestmodel: what about docunits to test model-related...
2017-06-12 Alexis Laferrièregamnit: if a texture fails to load, use the checker...
2017-06-12 Alexis Laferrièregamnit: CheckerTexture with custom size and move up...
2017-06-12 Alexandre Terrasalib/popcorn: introduce BoolValidator in popcorn::pop_va...
2017-06-12 Alexandre Terrasanitweb: classdefs and propdefs link directly into class...
2017-06-12 Jean PrivatMerge: lib/popcorn: use GetName for deserialization...
2017-06-12 Jean PrivatMerge: lib/dot: rename `exemples` to `examples`
2017-06-12 Jean Privatadd 2 missing package.ini files
2017-06-12 Jean Privatnew script to ease the creation of `package.ini` files
2017-06-12 Jean PrivatMerge: nitsmell : Add code smell detection
2017-06-09 Alexandre Terrasanitweb: split mentity module into views
2017-06-09 Jean-Christophe... modelize_class: Simplify `collect_supertypes` by defini...
2017-06-09 Jean-Christophe... modelize_class: Extract supertype collection logic
2017-06-09 Alexandre Terrasanitweb: remove model module
2017-06-09 Alexandre Terrasanitweb: move metrics model to metrics module
2017-06-09 Alexandre Terrasanitweb: move users model to users module
2017-06-09 Alexandre Terrasanitweb: move ui-router config to users module
2017-06-09 Alexandre Terrasanitweb: move grades model to grades module
2017-06-09 Alexandre Terrasanitweb: move ui-router config to grades module
2017-06-09 Alexandre Terrasanitweb: move doc-down model to doc-down module
2017-06-09 Alexandre Terrasanitweb: move ui-router configuration to doc-down module
2017-06-09 Alexandre Terrasanitweb: move entity state configuration to entity module
2017-06-09 Alexandre Terrasamitweb: move entity model to entity module
2017-06-09 Alexandre Terrasanitweb: index use ui-router and views for tabs
2017-06-09 Alexandre Terrasanitweb: remove useless dependency from index to ngSanitize
2017-06-09 Alexandre Terrasanitweb: move index model to index module
2017-06-09 Alexandre Terrasanitweb: remove useless module injection from module...
2017-06-09 Alexandre Terrasanitweb: move index state configuration to index module
2017-06-09 Alexandre Terrasanitweb: move anchorscroll configuration to main script
2017-06-09 Alexandre Terrasanitweb: replace ngRouter by ui.router
2017-06-09 Alexandre Terrasanitweb: split css files
2017-06-09 Alexandre Terrasalib/popcorn: use GetName for deserialization process
2017-06-09 Jean-Christophe... modelize_class: Continue supertype collection after...
2017-06-09 Jean-Christophe... modelize_class: Minimize the context used to resolve...
2017-06-09 Jean-Christophe... modelize_class: Rename `collect_a_mclassdef_inheritance`
2017-06-09 Jean-Christophe... modelize_class: Extract the bound collection logic
2017-06-09 Alexandre Terrasalib/dot: add sav for do examples
2017-06-09 Alexandre Terrasalib/dot: do not show graph by default in examples so...
2017-06-09 Jean Privatpackage.ini: fix broken links
2017-06-09 Jean PrivatMerge: gamnit: fix color buffer clearing issues on...
2017-06-09 Jean PrivatMerge: gamnit: dynamic window resize
2017-06-08 Jean PrivatMerge: gamnit: fix README and docker latest-full refere...
2017-06-08 Jean PrivatMerge: lib/meta: add a *goret* approach to get the...
2017-06-08 Jean Privatlib/meta: add a *goret* approach to get the name of...
2017-06-08 Alexis Laferrièredocker full: install missing package for SDL2 mixer
2017-06-08 Alexis Laferrièregamnit: don't recommend to install a package that is...
2017-06-08 Alexis Laferrièreapp: disable example leading to a threaded crash on...
2017-06-08 Alexis Laferrièregamnit: resize in dynamic resolution
2017-06-08 Alexis Laferrièregamnit: enable dynamic window resizing on desktop
2017-06-08 Alexis Laferrièregamnit: cache UICamera anchor points
2017-06-08 Alexis Laferrièregeometry: move up `Point3d::offset` from gamnit
2017-06-08 Alexis Laferrièregamnit: fix `UICamera::height` doc and double assignation
2017-06-08 Alexis Laferrièregamnit: fix color buffer clearing issues on some computers
2017-06-07 Alexandre Terrasalib/dot: rename `exemples` to `examples`
2017-06-07 Jean PrivatMerge: nitin: use GPL-3.0 instead of GPL-3
2017-06-07 Jean PrivatMerge: listfull.sh: Quote paths
2017-06-07 Jean PrivatMerge: modelbuilder_base: Refactor the signature of...
2017-06-07 Jean PrivatMerge: gamnit: Blinn-Phong specular lighting, 3 axes...
2017-06-07 Jean PrivatMerge: Wrapper gmp
2017-06-06 Alexis Laferrièresdl2: intro window events
2017-06-06 Florian DeljarryAdding code smell detection :
2017-06-06 Jean PrivatMerge: lib/core: introduce replace_first in text/string...
next