nit.git
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-24 Lucas Bajoletstdlib/strings: Corrected test_isa to work on Text...
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-03-24 Lucas Bajoletstdlib/strings: Detached Buffer from AbstractArray.
2014-03-24 Lucas Bajoletstdlib/strings: Introduced class Text, will be used...
2014-03-24 Lucas Bajoletstdlib/strings: Moved Substring to Buffer since it...
2014-03-24 Lucas Bajoletstdlib/strings: Added reverse iterators on char views...
2014-03-07 Lucas Bajoletstdlib/strings: Access iterator through its position...
2014-03-07 Lucas Bajoletstdlib/ropes: Prepping ropes to be compatible when...
2014-03-07 Jean PrivatMerge branch 'callsite'
2014-03-07 Jean PrivatMerge branch 'fix_hashcol_enlarge'
2014-03-06 Jean Privatlib/hashcol: forgot to nullify a link in `HashCollectio...
2014-03-06 Jean PrivatMerge remote-tracking branch 'alexis/android-platform'
2014-03-06 Jean PrivatMerge branch 'error_req_loop'
2014-03-06 Jean Privattests: error_req_loop*
2014-03-06 Jean Privatmodelbuilder: display error in case of dependency loop
2014-03-06 Jean PrivatMerge branch 'fast_nitx'
2014-03-05 Jean Privatauto_super_init: use CallSite
2014-03-05 Jean Privatauto_super_init: clean signature check
2014-03-05 Jean Privatnitx: only depends on modelize_property instead of...
2014-03-05 Jean PrivatMerge remote-tracking branch 'alexandre/fix-float'
2014-03-05 Jean Privatmodelbuilder: avoid infinitive recursion in case of...
2014-03-05 Alexandre Terrasalib: fixed nan on floats
2014-03-05 Alexandre Terrasalib: cleaned trailing spaces in string
2014-03-05 Alexandre Terrasalib: fixed infinity on floats
2014-03-05 Jean Privatniti: add method `NaiveInterpreter.callsite` to prepare...
2014-03-05 Jean PrivatMerge branch 'map'
2014-03-05 Jean Privatlib/more_collection: MultiHashMap associates new arrays...
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-04 Jean PrivatMerge remote-tracking branch 'alexis/ffi-fix'
2014-03-04 Alexis Laferrièretests: skip android related test in niti
2014-03-04 Alexis Laferrièretests: minimal test for compilation to android
2014-03-04 Alexis Laferrièreandroid: adds support for the android platform
2014-03-04 Alexis Laferrièrenitg: intro the platform concept
2014-03-04 Alexis Laferrièrenitg: refactor the ToolChain class by adding an abstrac...
2014-03-04 Alexis Laferrièrenitg: extract toolchain methods into a new ToolChain...
2014-03-04 Alexis Laferrièrenitg: fix generated code for call to super from C
2014-03-04 Alexis Laferrièrenitg: fix generated signature for FFI cast
2014-03-04 Alexis Laferrièrenitg: fix FFI _is_null functions
2014-03-04 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-03-03 Jean PrivatMerge branch 'benchs'
2014-03-03 Jean Privatbenchs: provide .gitignore to ignore generated files
2014-03-03 Jean PrivatMerge remote-tracking branch 'alexis/mnit-fixes-and...
2014-03-03 Alexis Laferrièrelib/math: fix Float::abs
2014-03-03 Alexis Laferrièrelib/sdl: use (or not) SDL mouse motion events
2014-03-03 Alexis Laferrièrelib/opengles1: fix duplicated drawing of triangles
2014-03-03 Alexis Laferrièrelib/mnit: cleanup code
2014-03-03 Alexis Laferrièrelib: adds reference to last turn in bucketed_game
2014-03-03 Alexis Laferrièreexamples/moles: display score using mnit numbers
2014-03-03 Alexis Laferrièremnit: intro the numbers module
2014-03-03 Jean Privatbenchs: fix bench_compilation_time
2014-03-03 Jean Privatbenchs: rename bench_nitg-g_options-hardening to slower
2014-03-03 Jean Privatbenchs: compile last nitg from bin/nitg
2014-03-03 Jean Privatbenchs: remove old nitc related benchs
2014-03-03 Alexis Laferrièreexamples: update Makefiles of mnit examples to use...
2014-03-03 Alexis Laferrièreexamples/dino: replace closure by a custom sorter
2014-03-03 Alexis Laferrièrelib/mnit_linux: use annotations to link with libraries
2014-03-03 Alexis Laferrièrelib/mnit_linux: very minor style fix
2014-03-03 Alexis Laferrièrelib/mnit_linux: update to latest FFI spec
2014-02-28 Jean PrivatMerge branch 'hardening_types'
2014-02-28 Jean Privatversion 0.6.4 v0.6.4
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitmetrics'
2014-02-28 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc-requirejs'
2014-02-28 Jean Privatnitg-s: remove partial_types
2014-02-28 Alexandre Terrasatests: update metrics tests
2014-02-28 Alexandre Terrasametrics: add colors to metrics output
2014-02-28 Alexandre Terrasametrics: remove useless redef of Model from metrics_base
2014-02-28 Alexandre Terrasametrics: replace is_user_defined() by is_standard()
2014-02-28 Alexandre Terrasametrics: refactor inheritance metrics
2014-02-28 Alexandre Terrasametrics: extract mclasses_metrics in its own nit module
2014-02-28 Alexandre Terrasametrics: extract mmodule_metrics in its own module
2014-02-28 Alexandre Terrasametrics: add abstract metrics classes for better organi...
2014-02-28 Alexandre Terrasalib: introduce service `depth` in PosetElement
2014-02-28 Alexandre Terrasalib: added some useful methods in counter
2014-02-28 Alexandre Terrasalib: introduce console module to hold terminal related...
2014-02-28 Jean Privatnitg-s: do not color undead types
2014-02-28 Alexandre TerrasaResolve merge conflicts with master
2014-02-28 Jean Privatupdate .mailmap
2014-02-28 Jean Privatnitg-s: compile_type_to_c generate partial tables for...
2014-02-28 Jean Privatnitg-s: use table_size instead of resolution_table...
2014-02-28 Jean Privatnitg-s: use the original type in type tests
2014-02-28 Jean Privatnitg-s: add hardening_live_open_type and hardening_cast...
2014-02-28 Jean Privatrta: store real types in live_cast_type
2014-02-28 Alexis Laferrièredoc: modified comment for a_star
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/cpp'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/292/head'
2014-02-27 Jean PrivatMerge remote-tracking branch 'github/pr/291/head'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Float::rand
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexandre/fix-vt-redef'
2014-02-27 Alexis Laferrièredoc: added comment for standard::math::Int::rand
2014-02-27 Alexis Laferrièrenitg: fix use only local files in generated Makefile...
2014-02-27 Alexis Laferrièretests: intro tests for FFI with C++
2014-02-27 Alexis Laferrièrenitg/ffi: adds support for the cpp_compiler_options
2014-02-27 Alexis Laferrièrelib: intro the cpp module to support C++ code
2014-02-27 Alexis Laferrièrenitg/ffi: intro of FFI with C++
2014-02-27 Jean PrivatMerge remote-tracking branch 'alexis/glesv2'
2014-02-27 Alexandre Terrasamodelize_mproperty: fix virtual type redef on already...
2014-02-27 Alexis Laferrièretests: skip example opengles2_hello_triangle for nitg-s
next