.gitattributes: add *.res to ignore whitespaces
[nit.git] / lib /
2016-06-07 Alexandre Terrasapopcorn: remove useless tests/ dir
2016-06-02 Alexandre Terrasapopcorn: test test_popcorn with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_multiple with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static_default with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_static with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_session with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_angular with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_simple_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_html_error_handler with...
2016-06-02 Alexandre Terrasapopcorn: test test_example_advanced_logger with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_query_string with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_post_handler with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_router with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test test_example_param_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/routing/glob_route with pop_tests
2016-06-02 Alexandre Terrasapopcorn: test examples/hello_world with pop_tests
2016-06-02 Alexandre Terrasapopcorn: introduce pop_tests module
2016-06-01 Jean PrivatMerge: core: fix some "call on nullable" warnings
2016-05-31 Alexandre Terrasacore: fix warnings in file
2016-05-31 Alexandre Terrasacore: fix warnings in re
2016-05-31 Alexandre Terrasacore: fix warnings in exec
2016-05-31 Alexandre Terrasacore: fix warnings in error
2016-05-31 Alexandre Terrasacore: fix warnings in ropes
2016-05-31 Alexandre Terrasacore: fix warnings in abstract_text
2016-05-31 Alexandre Terrasacore: fix warnings in list
2016-05-31 Alexandre Terrasacore: fix warnings in array
2016-05-28 Lucas Bajoletlib/core: Added `Int::is_pow2` to library
2016-05-27 Jean PrivatMerge: GNU readline wrapper
2016-05-27 Frédéric Vachonlib: Add a tiny GNU readline wrapper
2016-05-26 Jean PrivatMerge: nitcorn: FileServer default file
2016-05-26 Jean PrivatMerge: lib/core: Added `is_dir` function to `Path`
2016-05-26 Alexandre Terrasacore: fix warnings in abstract_collection
2016-05-26 Alexandre Terrasalib/popcorn: update README for `default_file`
2016-05-26 Alexandre Terrasalib/popcorn: update angular example and test
2016-05-26 Alexandre Terrasalib/popcorn: add example and test for default_file
2016-05-26 Alexandre Terrasalib/popcorn: StaticHandler use `default_file`
2016-05-26 Alexandre Terrasanitcorn/file_server: allow default_response if not...
2016-05-26 Alexandre Terrasanitcorn/file_server: fix warnings on file_stat calls
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_redirection method
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_directory_listing...
2016-05-26 Alexandre Terrasanitcorn/file_server: extract answer_file method
2016-05-26 Lucas Bajoletlib/core: Added `is_dir` function to `Path`
2016-05-26 Jean PrivatMerge: Popcorn: use_before, use_after
2016-05-25 Alexandre Terrasalib/popcorn: document use_before and use_after
2016-05-25 Jean Privatlib/core: add `Sys::pid`
2016-05-25 Alexandre Terrasalib/popcorn: App uses pre / post middlewares
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_after service
2016-05-25 Alexandre Terrasalib/popcorn: introduce Router::use_before service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::handler_in private service
2016-05-25 Alexandre Terrasalib/popcorn: extract Router::build_route private service
2016-05-24 Jean PrivatMerge: Reworked crypto.nit to introduce basic XOR attacks
2016-05-24 Jean PrivatMerge: Added `copy_from` service to `NativeString`
2016-05-24 Philippe Pepos Pet... lib/crapto: Introduce 2 new attacks on XOR ciphers
2016-05-24 Philippe Pepos Pet... lib/crypto: Introduce XOR cipher management classes
2016-05-24 Philippe Pepos Pet... lib/crypto: Explode crypto.nit into package
2016-05-24 Jean PrivatMerge: Revamp Clock to return float values for easier...
2016-05-24 Jean PrivatMerge: Implementing the Nit wrapper over the native...
2016-05-24 itsWillstarted working on the nit wrapper over the native...
2016-05-23 Jean PrivatMerge: A few game related services and tweaks
2016-05-22 Alexis Laferrièrexymus.net: move server config to contrib
2016-05-22 Alexis Laferrièrexymus.net: update xymus.net with the API for the mobile...
2016-05-22 Alexis Laferrièrelib/gamnit: intro EulerCamera::camera_to_world
2016-05-22 Alexis Laferrièrelib/noise: fix missing doubling of the permutation...
2016-05-22 Alexis Laferrièrelib/noise: move ImprovedNoise from the rosetta perlin...
2016-05-22 Alexis Laferrièrecontrib & lib: fix other clients of clock
2016-05-22 Alexis Laferrièretests & lib/realtime: rewrite test as a nitunit
2016-05-21 Alexis Laferrièrelib/serialization: let refinements and subclasses acces...
2016-05-21 Alexis Laferrièrelib/a_star: intro `find_closest`
2016-05-21 Alexis Laferrièrelib/bucketed_game: make `ThinGame::tick` writable for...
2016-05-21 Alexis Laferrièrelib/bucketed_game: intro services to get stats on buckets
2016-05-21 Alexis Laferrièrelib/android: intro motion down_time
2016-05-21 Alexis Laferrièrelib & contrib: update users of Clock
2016-05-21 Alexis Laferrièrelib/realtime: free attributes of Clock at finalize_once
2016-05-21 Alexis Laferrièrelib/realtime: fix clock to return mostly Float values
2016-05-21 Alexis Laferrièrelib/realtime: fix `Timespec::-`
2016-05-21 Alexis Laferrièrelib/realtime: intro `Clock::peek_lapse`
2016-05-20 Alexis Laferrièrelib/geometry: change triangulate API for easier usage
2016-05-20 Alexis Laferrièrelib/gamnit: intro draw_mode
2016-05-20 Alexis Laferrièrelib/gamnit & egl: extract number of color bits as attri...
2016-05-20 Alexis Laferrièrelib/gamnit: fix order on the color bits count
2016-05-20 Alexis Laferrièrelib/gamnit: rename GamnitAssetTexture to TextureAsset
2016-05-20 Alexis Laferrièrelib/gamnit: fix wrap of subtextures on models
2016-05-20 Alexis Laferrièrelib/gamnit: move texture_atlas_parser
2016-05-20 Alexis Laferrièrelib/gamnit: intro GamnitProgram::diagnose
2016-05-20 Alexis Laferrièrelib/gamnit: fix `cube::tex_coords`
2016-05-20 Alexis Laferrièrelib/gamnit: improve doc of subtexture with a vital...
2016-05-20 Alexis Laferrièrelib/gamnit: extract placeholder model
2016-05-20 Alexis Laferrièrelib/gamnit: initialize `current_fps` to `maximum_fps`
2016-05-20 Jean PrivatMerge: Popcorn
2016-05-20 Alexandre Terrasalib/popcorn: create package
2016-05-19 Alexandre Terrasalib/popcorn: introduce Angular.js example
2016-05-19 Alexandre Terrasalib/popcorn: introduce mongodb example
2016-05-19 Alexandre Terrasalib/popcorn: route tests
2016-05-19 Alexandre Terrasalib/popcorn: router tests
2016-05-19 Alexandre Terrasalib/popcorn: introduce middleware examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce session example
2016-05-19 Alexandre Terrasalib/popcorn: introduce handler examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce static_files examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce routing examples
next