nitg: Overridden gperf since it was slow to generate.
[nit.git] / src /
2014-04-09 Lucas Bajoletnitg: Overridden gperf since it was slow to generate.
2014-04-08 Jean PrivatMerge: Numeric, a super-class to Int and Float
2014-04-07 Jean PrivatMerge: nitg: activate nit-stacktrace by default
2014-04-07 Jean PrivatMerge: Websockets
2014-04-07 Lucas Bajoletinterpreter: Fix, removed a useless condition in call.
2014-04-07 Lucas Bajoletdebugger: Added Websocket compatible implementation...
2014-04-07 Lucas Bajoletlib/standard: Added errno and strerror bindings to...
2014-04-07 Jean PrivatMerge: Extract sdl, mnit_display and mnit_input from...
2014-04-04 Alexis LaferrièreMerge branch 'privat' into numbers
2014-04-04 Jean PrivatMerge: lib/string: some cleaning, doc and unit tests
2014-04-04 Jean Privatnitg: merge `-no-stacktrace` and `-nit-stacktrace`...
2014-04-04 Jean Privatsrc/comp: force at least on entry in the trace-hashmap.
2014-04-04 Alexis Laferrièremodel: fix all extern classes are sub classes of Pointer
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-04-04 Jean PrivatMerge: Some FFI cleanup
2014-04-03 Jean PrivatMerge: Nitgs optims
2014-04-03 Jean Privatffi: remove old Cproproc symbol NONITCNI
2014-04-03 Jean Privatffi: merge `finalize_ffi` and `finalize_nitni`
2014-04-03 Alexis Laferrièrenitg & niti: remove intern methods succ, prec and Char...
2014-04-03 Alexis Laferrièrenitg & niti: add intern methods `successor` and `predec...
2014-04-02 Jean Privatffi: move a lot of code and services from AModule to...
2014-04-02 Jean Privatcompiler_ffi: remove `uses_legacy_ni` since it is unuse...
2014-04-02 Jean Privatabstract_compiler: add `AModule::collect_linker_libs...
2014-04-02 Jean Privatnitg: move `import compiler_ffi` to nitg
2014-04-02 Jean Privatnitg: use ctype instead of cname_blind in autobox
2014-04-02 Jean Privatabstract_compiler: provide empty implementation for...
2014-04-02 Jean Privatabstract_compiler: compile extern bodies without specia...
2014-04-02 Jean Privatsrc: implements abstract methods of ExternCFile
2014-04-02 Jean Privatmove ExternFile to c_tools
2014-04-02 Jean Privatsrc: remove separate_options.nit
2014-04-01 Jean Privatnitgs: opt_direct_call_monomorph call `before_send...
2014-04-01 Jean Privatnitgs: extract `before_send` from `table_send`
2014-04-01 Jean Privatnitgs: add option --invocation-metrics to count things...
2014-04-01 Jean Privatnitgs: add --direct-call-monomorph and --inline-some...
2014-04-01 Jean Privatnitg-s: use is_intern instead of crazy AST stuff
2014-04-01 Jean Privatmodel: add `MMethodDef::is_intern`
2014-04-01 Jean Privatnitg-s: collect static statistics about the invocation...
2014-03-28 Jean PrivatMerge: CallSite on AFor and ARange
2014-03-27 Jean Privatnitg: Use gcc special attributes and directives.
2014-03-27 Jean PrivatMerge: Fix visibility importation
2014-03-27 Jean PrivatMerge: Opt disable phase
2014-03-27 Jean PrivatMerge branch 'strings'
2014-03-27 Jean PrivatMerge: Callgraph
2014-03-27 Jean Privatphase: add option --disable-phase
2014-03-27 Jean Privatphase: use a better name on output
2014-03-26 Jean Privattyping: add `ARangeExpr::init_callsite` and use it...
2014-03-26 Jean Privatnit: use callsites in AFor instead re-resolving stuff
2014-03-26 Jean Privatrta: use callsites in AFor instead re-resolving stuff
2014-03-26 Jean Privattyping: AFor store services as CallSite (instead of...
2014-03-26 Jean Privattyping: AFor remove old `iterate` case
2014-03-26 Jean Privatmetrics/rta: add callsite_info to display things
2014-03-26 Jean Privatrta: add live_callsites and live_callsites
2014-03-26 Jean Privatcallsite: add `mmodule` and `anchor` to the callsite...
2014-03-26 Jean Privatcompiler_ffi: factorize code in compile_extern_helper_f...
2014-03-26 Jean Privatcompiler_ffi: ifndef does not protect multiple definiti...
2014-03-26 Jean PrivatMerge origin/master to prepare the integration
2014-03-25 Jean Privatnitunit: use `--ignore-visibility` when executon tests
2014-03-25 Jean Privatmodelbuilder: add option `--ignore-visibility`
2014-03-25 Jean Privatsrc/typing: fix error message of protected method usage
2014-03-25 Jean Privatmodel: fix visibility total order
2014-03-25 Jean Privatsrc: remove clients of protected Pattern methods
2014-03-25 Jean Privatmodelize_property: check that public properties only...
2014-03-25 Jean Privatmetrics: type phase attributes with Phase instead of...
2014-03-25 Jean Privatmodel_viz: privatize linex_comparator
2014-03-24 Lucas Bajoletstdlib/strings: Factorized several functions in Text.
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Moved Buffer to FlatBuffer, Buffer...
2014-03-21 Jean Privatmetrics/generate_hier: project_hierarchy.dot use given_...
2014-03-21 Jean Privattoolcontext: `process_options` require arguments.
2014-03-21 Jean Privatsrc: new example tool test_test_phase.nit
2014-03-21 Jean Privatmodelbuilder: add parameter `given_mmodules` to `Phase...
2014-03-21 Jean Privattest_phase: provide a simpler way to implement POC...
2014-03-21 Jean Privatmodelbuilder: `run_global_phases` takes an array of...
2014-03-21 Jean Privatsrc: update tools to the new toolcontext helpers on...
2014-03-21 Jean Privattoolcontext: add the flag `accept_no_arguments`
2014-03-21 Jean Privatmakefile: build nitdbg_* tools
2014-03-21 Jean Privattoolcontext: process_option honors --help, --version...
2014-03-21 Jean Privatnitdbg_client: exit if not connected (instead of gettin...
2014-03-21 Jean Privattoolcontext: add `usage` and `tooldescription`
2014-03-21 Jean Privatnitg: catch SIGPIPE as a runtimeerror
2014-03-21 Jean Privatsrc: rename `dbgcli` and `netdbg` as `nitdbg_{client...
2014-03-21 Jean Privatsrc: rename `nitdbg_commons` as `debugger_commons`
2014-03-21 Jean Privatsrc: rename `nit_version.nit` as `version.nit`
2014-03-20 Jean PrivatMerge branch 'module_paths'
2014-03-20 Jean PrivatMerge branch 'model_entity'
2014-03-20 Jean Privattest_markdown: adapt to MDoc
2014-03-20 Jean Privatnitx: adapt to MDoc
2014-03-20 Jean Privatnitunit: adapt do MDoc
2014-03-20 Jean Privatnitdoc: adaptation for MDoc
2014-03-20 Jean Privatmarkdown: work on MDoc (instead of ADoc)
2014-03-19 Jean Privatmodelbuilder: fill the `mdoc` of entities
2014-03-19 Jean Privatmodel: add module `model/mdoc` to attach optional MDoc...
2014-03-19 Jean Privatmodel: add `MEntity` as a superclass for model entities...
2014-03-19 Jean PrivatMerge remote-tracking branch 'alexis/various-ffi-fixes'
2014-03-19 Alexis Laferrièreandroid: make apps fullscreen
2014-03-19 Alexis Laferrièreandroid: cleanup indentation in generation of xml files
2014-03-19 Jean Privatnitls: add -M option do list dependencies
2014-03-18 Jean PrivatMakefile: build nitls
2014-03-18 Jean Privatsrc: new tool nitls
2014-03-18 Jean Privatmodelbuilder: add `MGroup::module_paths` to store poten...
next