nitdoc: add support for Piwik tracker
[nit.git] / src /
2014-01-16 Alexandre Terrasanitdoc: add support for Piwik tracker
2013-11-27 Jean PrivatMerge branch 'killis' into killnitc
2013-11-27 Jean Privatmkcsrc: fix copy of .h and .c files
2013-11-27 Jean Privatparser: update to remove `expr.ee`, aka `AEeExpr`,...
2013-11-27 Jean Privatgrammar: remove `expr.ee`
2013-11-27 Jean Privatsrc: remove handling of `is` (AEeExpr)
2013-11-26 Jean Privatnitg&i: intern implementation of `is_same_instance`
2013-11-26 Jean Privatnitdoc: use `==` instead of `is`
2013-11-26 Jean PrivatMerge branch 'killclosures' into killnitc
2013-11-26 Jean Privatparser: remove last clorure-related classes
2013-11-26 Jean Privatparser: regenerate to remove more closures
2013-11-26 Jean Privatniti: runtime cast errors show types
2013-11-26 Jean Privatnitg: runtime cast error shows types
2013-11-26 Jean Privatnitg: introduce A`CV::add_cast` to factorize cast checks
2013-11-26 Jean Privatruntime: inform the dynamic type of self on `Abstract...
2013-11-26 Jean Privatnitg: add add_raw_abort to allow complex runtime error...
2013-11-26 Jean Privatmodelbuilder: fail on unknown redef class
2013-11-19 Jean Privatsrc: remove nc*
2013-11-19 Jean Privatparser: suppr closures
2013-11-19 Jean Privatsrc: remove closure in the model
2013-11-19 Jean Privatcleanup some remaining nitc
2013-11-19 Jean Privatsrc: remove old metamodel and nitc
2013-11-19 Jean Privatuse nitg to bootstrap; drop bootstrap of nitc
2013-11-19 Jean Privatmkcsrc: copy .c and .h file to avoid the break of the...
2013-11-14 Lucas BajoletMoved NitIndex redefintion from Debugger to Nitx
2013-11-13 Lucas BajoletAdded nit index to debugger.nit
2013-11-12 Jean Privatphases: remove useless module dependencies
2013-11-12 Jean Privattyping: `or else` fallback to Object
2013-11-12 Jean Privatmodel: really implement precondition of lookup_first_de...
2013-11-12 Jean Privatmodelbuilder: extra-warn useless type declaration of...
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-11-12 Jean Privatmodelbuilder: prevent names of formal type to have...
2013-11-12 Jean Privatlib: move counter more_collections and poset to lib/
2013-11-08 Jean Privattools: add mkcsrc2 prototype to bootstrap with nitg...
2013-11-08 Jean Privatnitg: add option --compile-dir to change the default...
2013-11-08 Jean Privatnitg: path in Makefile is relative to the compile_dir
2013-11-07 Alexandre Terrasanitg: fixes iterators crashes for test in 62cdb9a963376...
2013-11-07 Jean Privatscope: break and continue affect the nearest do/end
2013-11-06 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-06 Alexandre Terrasanitdoc: Replace old nitdoc by nitdoc_ni
2013-11-06 Alexandre Terrasamodelbuilder: avoid multiple load of the same module
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièremodel: all extern classes are subclasses of Pointer
2013-10-30 Alexis Laferrièrenitg: adds process_nclassdef to Phase
2013-10-24 Alexandre Terrasanitg: Changed specification of 'for .. do' statements
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean PrivatMerge branch 'libs'
2013-10-16 Jean PrivatMerge remote-tracking branch 'alexandre/mmnitdoc'
2013-10-16 Jean Privatnitc: remove has_all from partialorder
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-10-11 Alexandre Terrasani_nitdoc: simplified github option
2013-10-11 Alexandre Terrasani_nitdoc: moved JS GitHub to Nitdoc.GitHub module
2013-10-09 Jean Privatnitgg: generate filenames with less potential conflicts
2013-10-09 Jean Privatnitc: fix super-call on inherited method
2013-09-20 Lucas Bajoletnitg/niti: Fixed cast problem when using object_id...
2013-09-19 Lucas BajoletNitg: Fixed bug introduced in previous patch when remov...
2013-09-17 Alexandre Terrasani_nitdoc: moved JS quick search to Nitdoc.QuickSearch...
2013-09-17 Alexandre Terrasani_nitdoc: moved JS facilities to Nitdoc.UI module
2013-09-12 Jean PrivatMerge remote-tracking branch 'alexandre/mmnitdoc'
2013-09-12 Alexandre Terrasani_nitdoc: moved QuickSearch js to it's own file
2013-09-11 Alexandre Terrasani_nitdoc: full screen display and better scrolling
2013-09-10 Jean PrivatMerge remote-tracking branch 'alexandre/supercalls'
2013-09-10 Alexandre Terrasani_nitdoc: removed top levels properties from property...
2013-09-10 Alexandre Terrasanitg: Implemented polymorphic super calls for nitg...
2013-09-09 Jean PrivatMerge remote-tracking branch 'alexandre/NIT_DIR'
2013-09-09 Alexandre Terrasanitg: fixed conflicting module error when env var NIT_D...
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/variadic_fix'
2013-09-05 Lucas Bajoletnitg: Fixes for variadic functions, splitted the call...
2013-09-04 Jean PrivatMerge branch 'mixinmodule'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatnitg: add option -m for mix-in modules
2013-09-04 Jean Privatniti: add option -m for mix-in modules
2013-09-04 Jean Privatniti: implements file_chdir and file_getcwd
2013-09-04 Jean Privatlexer: distinguish keywords 'package' and 'module'
2013-09-04 Lucas Bajoletniti: Fix for variadic functions
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Alexandre Terrasanitg-s/e: moved properties selection outside of layout...
2013-09-03 Alexandre Terrasamodelize_property: removed useless super_init var
2013-09-03 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-09-03 Jean Privatnitx: nitx_phase is private, because NitxPhase is private
2013-09-03 Jean PrivatMerge remote-tracking branch 'alexandre/nitx'
2013-08-30 Jean PrivatMerge branch 'mmnitdoc' v0.6.1
2013-08-30 Alexandre Terrasanitx: rethinked architecture for further developments
2013-08-30 Jean Privatnitx: do not crash if nmodule.n_moduledecl is null
2013-08-30 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-30 Alexandre Terrasanitx: added lookup for instance creation.
2013-08-30 Alexandre Terrasanitx: is now able to look for generic types
2013-08-29 Lucas Bajoletnitc: Removed use of String::with_native in nitc toolchain
2013-08-29 Lucas Bajoletnitg: Modified compilation routine to avoid use of...
2013-08-29 Alexandre Terrasanitx: no more refinement of to_s methods
2013-08-29 Alexandre Terrasani_nitdoc: new workflow for comment modification
2013-08-28 Alexandre Terrasani_nitdoc: fixed module hierarchy display
2013-08-27 Alexandre Terrasani_nitdoc: removed refined properties and inherited...
2013-08-27 Alexandre Terrasani_nitdoc: removed empty refinements from module page
2013-08-27 Alexandre Terrasani_nitdoc: Fixed quicksearch query with special characters
2013-08-27 Alexandre TerrasaMerge branch 'master' of https://github.com/privat...
2013-08-27 Alexandre Terrasani_nitdoc: Rewritting of Github plugin for nitdoc
2013-08-23 Jean Privatdoc: use operator `implies` in documentation
2013-08-23 Jean Privatnitg&i: handle new `implies` operator
next