nit.git
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a practical example use of...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: make casting base objects (Integer...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not remove get_ or replace set_
2015-07-24 Alexis Laferrièrecontrib/jwrapper: comment out all primitive arrays
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add an option to search for existing...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add some top-level methods to the...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: improve `JavaType::==`
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove old naming escape on methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: filter classes from Jar archives...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use the new type conversion system...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove unused code
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp conversion from Java to Nit...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp and merge extern_name and...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro an option to choose the extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update signatures of the gen_ methods
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate constructors
2015-07-24 Alexis Laferrièrecontrib/jwrapper: generate getter and setter to access...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: intro a service to avoid property...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: revamp the search with grep and cache...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: `JavaModel::classes` sort keys by...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add 4 more tests from a javap output
2015-07-24 Alexis Laferrièrecontrib/jwrapper: add missing keywords to mangle
2015-07-24 Alexis Laferrièrecontrib/jwrapper: big rewrite of the AST visitor
2015-07-24 Alexis Laferrièrecontrib/jwrapper: only the `java` module must always...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: do not try to generate generic extern...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: update constructor and use optional...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: remove NitType::arg_id it was unused...
2015-07-24 Alexis Laferrièrecontrib/jwrapper: use JavaTypeConverter as a singleton
2015-07-24 Alexis Laferrièreffi/java: pointers are stored as `long` so they grow...
2015-07-24 Alexis Laferrièrelib/java: fix expected type with JNI's `GetStringUTFChars`
2015-07-23 Jean PrivatMerge: UTF-8 Strings
2015-07-23 Jean PrivatMerge: NSieve optimization
2015-07-23 Jean PrivatMerge: Fix lib/realtime on osx
2015-07-23 Jean PrivatMerge: Improve initial make
2015-07-23 Lucas Bajolettests: Updated for correct semantics, added new tests...
2015-07-23 Lucas Bajoletsrc: Compiler, interpreter and parser updates for UTF-8
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-23 Lucas Bajoletlib/standard: Added services on NativeString and Char...
2015-07-23 Jean Privatlib/realtime: add a compatibility layer for OSX
2015-07-23 Jean Privatcompiler: filter out -lrt flaf for OXS
2015-07-23 Jean PrivatMakefile: compile nitc_0 with --semi-global as it make...
2015-07-23 Jean PrivatMakefile: do not rely in multiple targets as it may...
2015-07-23 Jean PrivatMakefile: remove now useless `rm .nitcompile`
2015-07-22 Lucas Bajolettests: Shootout_nsieve now uses byte arrays instead...
2015-07-22 Lucas Bajoletlib/c: CByteArray now uses Byte instead of Int
2015-07-22 Jean PrivatMerge: lib/std: add Path::last_error to aggregate error...
2015-07-22 Jean PrivatMerge: Fix nitpick return value
2015-07-22 Jean PrivatMerge: Conditional importation
2015-07-22 Jean PrivatMerge: Nitj: A compiler to Java code.
2015-07-22 Jean Privattests: test return value of nitpick
2015-07-22 Jean Privatnitpick: return 1 if errors occurred
2015-07-22 Jean Privattests: update sav/ for new error messages in file access
2015-07-22 Jean Privattests: add test_path
2015-07-22 Jean Privatlib/std: add some cached services on Path
2015-07-21 Alexandre Terrasanitj: improve Ant cache by not rewritting unchanged...
2015-07-21 Alexandre Terrasanitj: faster recompilation with Ant
2015-07-21 Alexandre Terrasanitj: implement ACastExprs
2015-07-21 Alexandre Terrasanitj: avoid dead code execution
2015-07-21 Alexandre Terrasanitj: implement bool exprs
2015-07-21 Alexandre Terrasanitj: factorize frame initialization for method, attrib...
2015-07-21 Alexandre Terrasanitj: implement non-generic type tests
2015-07-21 Alexandre Terrasanitj: implement ADoExpr, AWhileExpr, ALoopExpr
2015-07-21 Alexandre Terrasanitj: implement ANotExpr
2015-07-21 Alexandre Terrasanitj: implement AIFExpr
2015-07-21 Alexandre Terrasanitj: implement AParExpr
2015-07-21 Alexandre Terrasanitj: implement super calls
2015-07-21 Alexandre Terrasanitj: implement attributes expressions
2015-07-21 Alexandre Terrasanitj: implement main call
2015-07-21 Alexandre Terrasanitj: compile java main function stub
2015-07-21 Alexandre Terrasanitj: implement instances initialization
2015-07-21 Alexandre Terrasanitj: compile attributes accesses
2015-07-21 Alexandre Terrasanitj: compile intern methods bodies
2015-07-21 Alexandre Terrasatyping: also type signature for intern methods
2015-07-21 Alexandre Terrasanitj: compile concrete methods bodies
2015-07-21 Alexandre Terrasanitj: implement instance initialization and ANewExprs
2015-07-21 Alexandre Terrasanitj: avoid calls to abstract methods
2015-07-21 Alexandre Terrasanitj: implements AReturnExprs
2015-07-21 Alexandre Terrasanitj: shortcut calls on primitive instances
2015-07-21 Alexandre Terrasanitj: implement static and polymorphic sends
2015-07-21 Alexandre Terrasanitj: implement boxing for Java primitives
2015-07-21 Alexandre Terrasanitj: implement variable declaration
2015-07-21 Alexandre Terrasanitj: compile native instances of Int, Byte, Float...
2015-07-21 Alexandre Terrasanitj: implement `self` accesses
2015-07-21 Alexandre Terrasanitj: implement aborts
2015-07-21 Alexandre Terrasanitj: implement static frame to handle calls
2015-07-21 Alexandre Terrasanitj: prepare node visit of method bodies
2015-07-21 Alexandre Terrasanitj: implement variable handling
2015-07-21 Alexandre Terrasanitj: build naive type tables using Java HashMaps
2015-07-21 Alexandre Terrasanitj: build naive vfts using Java HashMaps
2015-07-21 Alexandre Terrasanitj: generate runtime mmethodef structure stubs
2015-07-21 Alexandre Terrasanitj: generate runtime class structure stubs
2015-07-21 Alexandre Terrasanitj: introduce JavaRuntimeModel used to represent...
2015-07-21 Alexandre Terrasanitj: introduce JavaCompilerVisitor to generate java...
2015-07-21 Alexandre Terrasanitj: add tests for the nitj engine
2015-07-21 Alexandre Terrasanitj: compile generated Java files using make and Javac
2015-07-21 Alexandre Terrasanitj: introduce compiler to Java code
2015-07-21 Jean PrivatMerge: jwrapper accepts Jar archives
2015-07-21 Jean Privatfriendz: rely on conditional importation in platform
2015-07-21 Jean Privatcalculator: rely on conditional importation in the...
2015-07-21 Jean Privatlib/app: provide conditional importation of app extensions
next