nit.git
2014-11-27 Alexis Laferrièrelib/cpp: fix behavior of `Text::to_cpp_string`
2014-11-27 Alexis Laferrièrelib/emscripten: add missing doc
2014-11-27 Alexis Laferrièrelib/emscripten: move up services from `String` to ...
2014-11-27 Alexis Laferrièrelib/mpi: add some doc
2014-11-27 Alexis Laferrièrelibevent: add missing doc
2014-11-27 Alexis Laferrièrelibevent: fix unused var warning
2014-11-27 Alexis Laferrièrelib/gpio: add missing doc
2014-11-27 Alexis Laferrièrelib/cpp: add missing doc
2014-11-27 Alexis Laferrièrelib/cpp: move up `to_cpp_string` to `Text`
2014-11-27 Alexis Laferrièrelib/a_star: add missing doc
2014-11-27 Alexis Laferrièrelib/a_star: clean up inits
2014-11-26 Alexis Laferrièrelib/privileges: fix old workaround for nitc
2014-11-26 Alexis Laferrièrelib/privileges: remove old inits
2014-11-26 Alexis Laferrièrelib/sqlite3: add missing doc
2014-11-26 Alexis Laferrièrelib/sqlite3: remove old inits
2014-11-25 Jean PrivatMerge: pthreads on OS X
2014-11-25 Jean PrivatMerge: neo4j: Sanitize the inputs
2014-11-25 Jean PrivatMerge: neo_doxygen: Be more professional
2014-11-25 Jean PrivatMerge: standard: Clean warnings
2014-11-25 Alexandre Terrasatests: adjust line number in test_new_native test
2014-11-25 Alexandre Terrasare: fix useless var warnings
2014-11-25 Alexandre Terrasarange: implements `hash` method on ranges
2014-11-25 Alexandre Terrasarange: implements `==` method on ranges
2014-11-25 Alexandre Terrasaneo4j: fix malformed licence header in jsonable
2014-11-25 Alexandre Terrasafile: fix useless var warnings
2014-11-25 Alexandre Terrasafile: fix missing documentation warnings
2014-11-25 Alexandre Terrasaexec: fix init warnings
2014-11-25 Alexandre Terrasaexec: fix missing documentation warnings
2014-11-25 Alexandre Terrasatime: fix missing documentation warnings
2014-11-25 Alexandre Terrasastream: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring_search: fix useless var warnings
2014-11-25 Alexandre Terrasastring_search: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix useless var warnings
2014-11-25 Alexandre Terrasaropes: fix init warnings
2014-11-25 Alexandre Terrasastring: fix missing documentation warnings
2014-11-25 Alexandre Terrasastring: fix useless var warnings
2014-11-25 Alexandre Terrasastring: fix useless private visibility warnings
2014-11-25 Alexandre Terrasastring: fix init warnings
2014-11-25 Alexandre Terrasamath: add some nitunits
2014-11-25 Alexandre Terrasamath: fix missing documentation warnings
2014-11-25 Alexandre Terrasacollection: fix missing documentation warnings
2014-11-25 Alexandre Terrasahas_collection: fix useless private visibility warnings
2014-11-25 Alexandre Terrasahash_collection: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix missing documentation warnings
2014-11-25 Alexandre Terrasaarray: fix useless private visibility warnings
2014-11-25 Alexandre Terrasalist: fix missing documentation warnings
2014-11-25 Alexandre Terrasarange: fix the behavior of `length` on empty ranges
2014-11-25 Jean-Christophe... neo_doxygen: Register tests.
2014-11-25 Jean-Christophe... neo_doxygen: Add some integration tests.
2014-11-25 Jean-Christophe... neo_doxygen: Add some unit tests.
2014-11-25 Jean-Christophe... neo_doxygen: Add generated test data.
2014-11-25 Jean-Christophe... neo_doxygen: Add dummy projects.
2014-11-25 Jean-Christophe... neo_doxygen: Add scripts to generate test data.
2014-11-25 Jean-Christophe... neo_doxygen: Add a “README” for `sh-lib`.
2014-11-25 Jean-Christophe... neo_doxygen: Add a “README”.
2014-11-25 Jean-Christophe... neo_doxygen: Document the actual logic for relationship...
2014-11-25 Jean-Christophe... neo_doxygen: Trim whitespace and empty descriptions.
2014-11-25 Jean-Christophe... neo_doxygen: Force the standard output to flush.
2014-11-25 Alexis Laferrièrepthreads: delete `NativePthread::attr` as it is not...
2014-11-25 Alexis Laferrièrepthreads: fix `NativePthread::equal`
2014-11-25 Alexis Laferrièrepthreads: use pkgconfig to locate gc.h
2014-11-25 Jean-Christophe... neo_doxygen: Isolate Neo4j’s services.
2014-11-25 Jean PrivatMerge: git: ignore nitunit.xml files
2014-11-25 Jean PrivatMerge: Nitiwiki: a quick wiki builder based on markdown...
2014-11-25 Jean PrivatMerge: Markdown Extended
2014-11-25 Jean PrivatMerge: SELF type
2014-11-25 Jean PrivatMerge: Prepare for the android UI module
2014-11-24 Alexandre Terrasasrc: rename old `markdown` module in `docdown` to avoid...
2014-11-24 Alexandre Terrasanitiwiki: add nitiwiki to listfull.sh
2014-11-24 Alexandre Terrasanitiwiki: add out/ directories to gitignore list
2014-11-24 Alexandre Terrasanitiwiki: add nitiwiki help page as example
2014-11-24 Alexandre Terrasanitiwiki: added default skeletton
2014-11-24 Alexandre Terrasanitiwiki: add Makefile
2014-11-24 Alexandre Terrasanitiwiki: add README
2014-11-24 Alexandre Terrasanitiwiki: nitiwiki is now tested by nit/tests/tests.sh
2014-11-24 Alexandre Terrasanitiwiki: add custom tests
2014-11-24 Alexandre Terrasanitiwiki: add a test wiki for basic testing
2014-11-24 Jean-Christophe... neo4j: Accept URLs ending with a slash.
2014-11-24 Jean-Christophe... neo4j: Avoid injections.
2014-11-24 Alexandre Terrasanitiwiki: add the main executable
2014-11-24 Alexandre Terrasanitiwiki: implements html generation.
2014-11-24 Alexandre Terrasacontrib: Introduce nitiwiki
2014-11-24 Alexandre Terrasagit: ignore nitunit.xml files
2014-11-24 Alexandre Terrasamarkdown: set extended mode as default
2014-11-24 Alexis Laferrièretests: update line numbers in sav file of `error_class_...
2014-11-24 Jean-Christophe... neo_doxygen: Make `ProjectGraph.put_edges` overwriting...
2014-11-24 Jean-Christophe... neo_doxygen: Use the constants in the `Makefile`.
2014-11-24 Jean-Christophe... neo_doxygen: Remove dead code from `gen-all.sh`.
2014-11-24 Jean-Christophe... neo_doxygen: Remove an old TODO.
2014-11-24 Jean-Christophe... neo_doxygen: Sort options alphabetically.
2014-11-24 Jean-Christophe... neo_doxygen: Remove unreliable terminal-related features.
2014-11-24 Jean-Christophe... neo_doxygen: Do not override the `abstract` attribute...
2014-11-24 Jean-Christophe... saxophonit: Add a test for mixed content.
2014-11-22 Alexis Laferrièrepthreads: do not include `gc.h` on Android
2014-11-22 Alexis Laferrièrepthreads: move `NativePthreadBarrier` to `pthreads...
2014-11-22 Alexis Laferrièrepthreads: reimplement `Barrier` to be more portable
2014-11-22 Alexis Laferrièrepthreads: move `cancel` related services to a new ...
2014-11-22 Alexis Laferrièrelib/data_store: allow storing null
2014-11-22 Alexis Laferrièrenitg&mnit_android: move mnit specific activity attribut...
next