nitc: let CC, CXX and NO_STACKTRACE use env value
[nit.git] / src /
2017-03-14 Alexis Laferrièrenitc: let CC, CXX and NO_STACKTRACE use env value
2017-03-14 Alexis Laferrièrenitc: clean up makefile header generation
2017-02-28 Jean PrivatMerge: Nit Actor Model, with some examples
2017-02-27 BlackMinouAdding actor phases to the frontend
2017-02-27 BlackMinouAdding a hook on a module at the end of a phase
2017-02-27 BlackMinouActors support module generation phase
2017-02-21 BlackMinouActors model injection
2017-02-16 Jean PrivatMerge: Windows: last changes for a working bootstrap
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-10 Alexis Laferrièretoolcontext: support Windows PATH separator ';'
2017-02-10 Alexis Laferrièrenitc: silence pointer to int cast warnings on Windows
2017-02-10 Alexis Laferrièrenitc: link with pcreposix but not rt on Windows when...
2017-02-10 Alexis Laferrièrenitc: use '> nul' on windows
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean PrivatMerge: improve AST dump
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-10 Jean Privatnitc: add new module annotation `is generated`
2017-02-10 Jean PrivatMerge: nitrestful: async services and deserialize plain...
2017-02-09 Jean Privatnitc: test_parser use dump_tree instead of an adhoc...
2017-02-09 Alexis Laferrièrenitc: explicitly cast long to int
2017-02-09 Alexis Laferrièrenitc: fix large int constants
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-09 Jean Privatnitc: dump_tree can display the lines of the source...
2017-02-09 Jean Privatnitc: typing and modelbuilder extends dump_info
2017-02-09 Jean Privatnitc: ASTDump exposes color helpers
2017-02-09 Jean Privatnitc: ASTDump can display aditionnal information
2017-02-09 Jean Privatnitc: ANode::dump_tree can skip structural nodes
2017-02-09 Jean Privatnitc: add ANode::is_structural
2017-02-09 Jean Privatnitc: add Location::get_line
2017-02-06 Jean PrivatMerge: nitunit: fix before and after methods
2017-02-04 Alexis Laferrièrenitrestful & lib: use static type to limit and as heuri...
2017-02-04 Alexis Laferrièrenitrestful: use mclassdef instead of mclass
2017-02-04 Alexis Laferrièrenitrestful: generate code for async restful methods
2017-02-03 Alexis Laferrièrenitrestful: detect the async keyword
2017-02-03 Alexis Laferrièrenitrestful: intercept at `prepare_respond_and_close...
2017-02-03 Alexis Laferrièrenitrestful: fallback on other restful services if one...
2017-02-03 Alexandre Terrasatesting: compile before and after methods
2017-02-03 Alexandre Terrasatesting: fix `before_module` and `after_module` method...
2017-02-03 Alexandre Terrasatesting: extract `fail` method to make a test case...
2017-02-02 Jean Privatmodelbuilder: drop the fictive bottom module if unneeded
2017-02-02 Jean Privatmodelbuilder: add `inject_module_subimportation` to...
2017-02-02 Jean Privatphase: use a extensible work-list for `run_phases`
2017-02-02 Jean Privatloader: only apply conditional importation on strict...
2017-02-02 Jean Privatmodelbuilder: always create a main fictive module
2017-02-02 Jean Privatnitc: first_real_mmodule is now explicitly set.
2017-01-18 Jean PrivatMerge: nitweb: auto link entitites found in `span code`
2017-01-18 Jean PrivatMerge: Revamp the C string to Nit string services to...
2017-01-17 Alexandre Terrasanitweb: link entities from Markdown code span
2017-01-17 Alexandre Terrasanitweb: factorize md utilies to MDEmiter instead of...
2016-12-30 Jean PrivatMerge: Rename the extern class `NativeString` to `CString`
2016-12-27 Alexis Laferrière*: update all clients of the `CString::to_s` services
2016-12-13 Alexis Laferrièreupdate all indirect references to native strings
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-12-08 Jean PrivatMerge: nitweb: misc fixes
2016-12-08 Jean PrivatMerge: tests: use NIT_TESTING_ID in neo4j tests
2016-12-08 Jean PrivatMerge: nitweb: add READMEs summaries
2016-12-06 Alexandre Terrasanitweb: move github login configuration to its own...
2016-12-06 Alexandre Terrasatests: test_neo use NIT_TESTING_ID
2016-12-05 Jean PrivatMerge: nitweb: rewritte stars
2016-12-05 Jean PrivatMerge: nitweb: misc fixes
2016-12-05 Jean PrivatMerge: proposal: lib/config
2016-12-05 Alexandre Terrasacatalog: fix double H1 display from package page
2016-12-05 Alexandre Terrasatests: fix model_json output with alphabetical order
2016-12-05 Alexandre Terrasanitweb: migrate to config
2016-12-05 Alexandre Terrasadoc_down: render synopsis as `h1`
2016-12-05 Alexandre Terrasanitweb: sort mentities list by name
2016-12-05 Alexandre Terrasanitweb: clean defs list rendering
2016-12-05 Alexandre Terrasanitweb: rewrite ratings to allow dimensions (like code...
2016-12-05 Alexandre Terrasanitweb: avoid linearization errors
2016-12-03 Alexandre Terrasanitweb: migrate to new json serialization API
2016-12-03 Alexandre Terrasamodel: add nitunit for model_json
2016-12-03 Alexandre Terrasamodel: migrate model_json to new serialization API
2016-12-02 Jean PrivatMerge: nitweb: /random apply limit after random
2016-12-02 Jean PrivatMerge: src/model: collect package modules
2016-11-28 Alexandre Terrasanitweb: /random apply limit after random
2016-11-28 Alexandre Terrasasrc/model: collect package modules
2016-11-28 Alexandre Terrasanitunit: set NIT_TESTING_PATH before running a test...
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_suite (and unifor...
2016-11-28 Alexandre Terrasanitunit: toolcontext set `NIT_TESTING_PATH`
2016-11-28 Alexandre Terrasanitunit: remove warnings from testing_base
2016-11-19 Alexis Laferrièresrc: fix the scary typo boostrap
2016-11-19 Alexis Laferrièrepkgconfig annot: try all args before giving up
2016-11-11 Jean PrivatMerge: Delete the debugger from the interpreter
2016-11-09 Alexis Laferrièrenit: purge the debugger from the interpreter
2016-11-02 Jean PrivatMerge: pkgconfig annotation: improve error on missing...
2016-10-26 Alexis Laferrièrepkgconfig: more precise error on missing dev package
2016-10-24 Jean PrivatMerge: serialization: subtype check attributes & serial...
2016-10-20 Alexis Laferrièremetrics: don't visit annotation nodes
2016-10-14 Alexis Laferrièrenitc: only serialize the type model if `json::serializa...
2016-10-14 Alexis Laferrièrenitc & niti: support intern method to generate serializ...
2016-10-14 Alexis Laferrièreinterpreter: remove duplicated intern methods
2016-10-14 Alexis Laferrièresrc: complete some missing doc
2016-10-14 Alexis Laferrièrefrontend serialization: resolve type before using their...
2016-10-14 Alexis Laferrièrefrontend serialization: don't create `core_serialize_to...
2016-10-11 Alexis Laferrièrenitrestful: support custom resource name and HTTP metho...
2016-10-11 Alexis Laferrièrenitrestful: fix naming of "resources" as recommended
2016-10-07 Jean PrivatMerge: iOS: complete support for the UI API
2016-09-30 Alexis Laferrièreios: redirect prints to NSLog (printf is no longer...
2016-09-29 Jean PrivatMerge: iOS: fix compilation problems, warnings and...
2016-09-21 Alexis Laferrièresrc: `exec_and_check` print to stderr
next