Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Quilt Project

The Quilt project is an open, community-driven modding toolchain designed primarily for Minecraft
Collective - Host: opensource - https://opencollective.com/quiltmc - Website: https://quiltmc.org/ - Code: https://github.com/QuiltMC

Don't be so aggressive with aliases (Around arrays)

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@161 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - d503064ed95527af7692d3be08eac4a55a2ae9c6 authored over 12 years ago
Lambda parameter names are now applied to the MethodBuilder parameters.

github.com/QuiltMC/procyon - 855c2255bcf5bc411e7916d8102a76ab70514769 authored over 12 years ago
Fixed some method and anonymous class resolution issues.

github.com/QuiltMC/procyon - f4185192e1615ae22079f2e302b7b7864bbd1245 authored over 12 years ago
0_3

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@160 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - dc9e2e02ad4d22183998d69b958c4ba135844fe8 authored over 12 years ago
Integer variable increment/decrement expressions now use IADD/IADD_W.

github.com/QuiltMC/procyon - e70fa4a853a7e81954b8df1b51391eff50cce69f authored over 12 years ago
Refactoring (bit more messy though :( ) to allow op4 transformations

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@159 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - bb1470fa64528fedd851761963214e392be9e051 authored over 12 years ago
also allow gotos to be moved before monitorExit

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@158 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 6888f160036990468cacb52e5f8632393a53ee3c authored over 12 years ago
Fixed some varargs binding issues. Added ForExpression. Added some multi-operand overloads for andAlso(), orElse(). Added an ImmutableList<T> class.

github.com/QuiltMC/procyon - 10b32d16774d4d7bf0a808bb8a2c8ca13fe67c28 authored over 12 years ago
Expression.call() will now automatically bind to varargs methods. Fixed some issues with asSuper(), isSubtypeOf(), etc. Disabled unhandled checked exception errors in TypeBuilder because it doesn't work correctly.

github.com/QuiltMC/procyon - 865401e7501309610cd8f32bf975c72a6047a91b authored over 12 years ago
Improving try / catch

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@157 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - db9d865d3386ed332d7099edb5ef0b729cbdf591 authored over 12 years ago
Improving try / catch

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@156 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - bdf28abf7b3782d2ce854f163695f882bcc2c735 authored over 12 years ago
Improving try / catch

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@155 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 64a052a4fe7f4d5c7e8da93c2e8081be4a035bb1 authored over 12 years ago
Fixed potential stack overflows in type descriptions w/ recursive bounds.

github.com/QuiltMC/procyon - 59de719467efe92a1960712044f4004b26cfff88 authored over 12 years ago
Implemented Reference[Not]Equal as a different binary operation than [Not]Equal. Added IsNull and IsNotNull unary operations. Fixed some bugs related to long/double-sized locals and constants.

github.com/QuiltMC/procyon - 6c4941e742b92bb44a0f5d0427e7eb663d22e815 authored over 12 years ago
Delegate now uses MethodHandle for invokeDynamic().

github.com/QuiltMC/procyon - 6307053591da09420b6723d7312ca5288d2a9795 authored over 12 years ago
Implemented try/catch/finally support in the expression compiler. Not 100% sure on this implementation, but the test cases seem to work. Exceptions work quite differently than with the CLR.

github.com/QuiltMC/procyon - 49d0e033f819cad6de71928e6704acdb71138d09 authored over 12 years ago
CodeGenerator can now emit enum constants. Fixed some issues with Type.getErasedType() not fully erasing all method signatures.

github.com/QuiltMC/procyon - e5daa6901fb01a404f450d1369a420434c369fad authored over 12 years ago
Fixed broken Expression.unbox() type testing.

github.com/QuiltMC/procyon - 914aed7f16f14bc6f1fda2b5e73ef76a567f60a9 authored over 12 years ago
Implemented string-based switch statements.

github.com/QuiltMC/procyon - e55975bfc3214fa3b75d83eb01d812a54d3e015f authored over 12 years ago
Added preliminary support for switch expressions. Fixed a bug in generic method binding.

github.com/QuiltMC/procyon - c2efc2729d3fc7760cbddeddc70985f7e5ed6772 authored over 12 years ago
ForEachExpression now more efficient with arrays (target array is cached as a local).

github.com/QuiltMC/procyon - ae884dadf92563c0e2e61e06303f73ac10a1b8c5 authored over 12 years ago
Fixed some unchecked operations.

github.com/QuiltMC/procyon - 29c4ad03469b15ed5e669325eadce572ea27d4d1 authored over 12 years ago
Removed some dummy test code.

github.com/QuiltMC/procyon - 73a2c602a4ded71662f1b59ddff0e1d7e3802971 authored over 12 years ago
Fixed a bug related to array type resolution. Specialized ForEachExpression for arrays.

github.com/QuiltMC/procyon - bc24ebe782034996ad975f410b32d44571a778e7 authored over 12 years ago
Fixed some bugs related to the invokeinterface opcode. Added a ForEachExpression.

github.com/QuiltMC/procyon - 3065ae96167c4bd510f682641f54b88cd78fd983 authored over 12 years ago
Fix lookup switch to take a list of expressions per branch.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@154 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 976b00640b0388c5d18956417200aa7e96e77b60 authored over 12 years ago
Fix table switch to take a list of expressions per branch.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@153 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 6c9e31bcd808629f021e696313cfa9d6c0ab487a authored over 12 years ago
Test with colliding case statements.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@152 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - ae024217582094368d54abd2b03056c8ede135ca authored over 12 years ago
comment

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@151 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - d4b8f96e43c3a31a5facef3a115b1c017e7c92db authored over 12 years ago
explain why this test is broken!

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@150 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 20e37f2b0a6f2217d3ade0266ae3ffa1c87a33ac authored over 12 years ago
only pull return / throw into synch block if they're not used from outside. (after removing monitorexits!)

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@149 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - f0b0a81895bb7d06666d820c83faf7d3e4953626 authored over 12 years ago
only pull return / throw into synch block if they're not used from outside.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@148 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - d76ba0a64c0c5302de78d11ce2122076ef92829a authored over 12 years ago
Ooops checked in a load of debug.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@147 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 2d855bc4960f3fb09583823d9718b8448992a8c4 authored over 12 years ago
Ooops checked in a load of debug.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@146 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 06e5d014aa1884ac0a26e77200abf4ff9f32e6c2 authored over 12 years ago
First attempt at handling synchronized blocks.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@145 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - cb59c2d887688bbb5b289796a1ecd8cf259fb962 authored over 12 years ago
Minor changes and additions. Fixed isSubTypeOf(), I hope.

github.com/QuiltMC/procyon - d6407735adc9e739e2660ff2195110a774e358e8 authored over 12 years ago
Remove daft debug

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@144 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - ac6c822ad3b231a3fa3a9e805e85aeefe07eefc1 authored over 12 years ago
don't allow findfirstConditional to loop forever

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@143 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - b1e2d84afb6d26b9a87d434d68505b80af810a16 authored over 12 years ago
Lots of misc generic improvements

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@142 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - b0ccfdd0c496cae180927c1246097ca8459e20d4 authored over 12 years ago
generic iter tests

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@141 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 4542d006227d911d9eda955cfc1914a775ba3fe9 authored over 12 years ago
Lambdas no longer emit closures unless necessary. The "call" expressions which accept a method name use a better binder to resolve the best match.

github.com/QuiltMC/procyon - 4e91b5c99dae59be8e728c66adac010d07272025 authored over 12 years ago
Added defineMethodOverride() to TypeBuilder to indicate overrides in cases where the overriding method's signature does not match the base method's signature. This way the TypeBuilder knows to automatically emit a bridge method.

github.com/QuiltMC/procyon - d72b2b4fe769cab424370f9284886e97b6e1cf03 authored over 12 years ago
Binary expressions can now be evaluated with static methods.

github.com/QuiltMC/procyon - 60dbb63be970aff9fa71067a009787ece7f2b1a2 authored over 12 years ago
Some bug fixes; return labels now work.

github.com/QuiltMC/procyon - deef92e0c20e858d87d2f4ec16b18aca57b2c723 authored over 12 years ago
Removed old langtools-based Resolver and renamed NewResovler -> Resolver.

github.com/QuiltMC/procyon - bea02507a80a5d97104a059a8196e1d6d56828aa authored over 12 years ago
LambdaExpressions now capture the context of the creator class and are built in the same package (i.e., so package-private types are accessible).

github.com/QuiltMC/procyon - bab230cba8ae7316e87f747e8813f78d2cbcf98f authored over 12 years ago
Added "good enough" method binding for this project's purposes (I hope).

github.com/QuiltMC/procyon - 40a84253470855a9a5fea0b50525698922bc5d17 authored over 12 years ago
Started working on method binder.

github.com/QuiltMC/procyon - 7c84ae52b076be2e692999193a305a71fe4d66d5 authored over 12 years ago
More bug fixes.

github.com/QuiltMC/procyon - a7d7252361b0ac463779d2e34949719ea6c34e89 authored over 12 years ago
Bug fixes to lambda compiler.

github.com/QuiltMC/procyon - 1295143a3e9911c4d69b11bdeddb279e4695a016 authored over 12 years ago
Lots of work on expression compiler.

github.com/QuiltMC/procyon - 9298d1be3dc6e1a7b979d9b229428b336cdfab29 authored over 12 years ago
Remove dead code

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@140 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - f554ea0e4a8d6770db0bf583bccaff7b8103aae6 authored over 12 years ago
Initial template handling

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@139 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 3fed21d2270a1ec1665a023a136c275d74ec466d authored over 12 years ago
Minor API and name changes. Added automatic default constructor generation to TypeBuilder.

github.com/QuiltMC/procyon - 229a7ec2e107a04f1f8bfbc18e8e34e84c7ded8a authored over 12 years ago
Initial Signature handling

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@138 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 7bc26efc6c13047fecae53bd005745fc3c701f21 authored over 12 years ago
Initial Signature handling (nopped out)

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@137 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 807950df73f34e6d8743af5f90878d99eca9c6c6 authored over 12 years ago
Use explicit generic types in iter test.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@136 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - b2b3cc20a082be9704782035fae0962c70fb9bde authored over 12 years ago
Test showing switch on string.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@135 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - a048f482dfc3dc9d78c88ce05f0f35ab72d58d18 authored over 12 years ago
More exhaustive type parameter searching.

github.com/QuiltMC/procyon - db16a7a611af81dbdd3ff966d6234ef37e80545c authored over 12 years ago
Streamlined some type resolution.

github.com/QuiltMC/procyon - f4a5db3c6d8159a83b82272a97dbf1f3d061b2da authored over 12 years ago
Minor cleanup.

github.com/QuiltMC/procyon - 71ddd5772f5d69274108adaa947db297f0a4545c authored over 12 years ago
Removed some debug print statements.

github.com/QuiltMC/procyon - d66b3a6425cb88edd6b5d20da6577ecb1af61e59 authored over 12 years ago
Moving away from the javac type model.

github.com/QuiltMC/procyon - 33f711aabd846df1cbe8fcc835b5c4cc19738ad9 authored over 12 years ago
More work on class generation. It works in simple cases, but Type.of() won't resolve the new class.

github.com/QuiltMC/procyon - c9ce0ea79a7ac92f37b659b036797d7846b3e356 authored over 12 years ago
0_2

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@134 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 02951d7c31cff9dc56eab56daddd8fc519328e29 authored over 12 years ago
Slightly tidy method prototype

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@133 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 4c94fa6d24724bbd0a0512ae6ed5101e6732bbc9 authored over 12 years ago
Redo class name shortening. (should probably normalise on original processing of constpool, but this is less intrusive)

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@132 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - d18dfeb4ae94f257d4e79a69c66757f8760fb194 authored over 12 years ago
Another test

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@131 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - b1be8745d6a9947c05ac9a255f35dacfb55fe9b8 authored over 12 years ago
Better support for multidim arrays

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@130 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - f35178a12700d0c5a9cb8d795645947b82ac409a authored over 12 years ago
Lots of work on the type builder APIs and code generator.

github.com/QuiltMC/procyon - 4b00f7aa0a2a6e3a52d9c3a3fafd24b89b6ad1c5 authored over 12 years ago
change how new array types work, remove tidying of class names (not quite right)

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@129 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 9e017db7feb24f7d4838684b53dd7b35b0fa0246 authored over 12 years ago
Split out analysis stage, use type information from signature

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@128 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - f15d7d57d51e23266ddad602700031f18bc5b3dc authored over 12 years ago
try to propagate array type info

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@127 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 973e37425fc260370a8f36366c545e431ba8fbf5 authored over 12 years ago
try to propagate array type info

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@126 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - dc2d8d028b9cbc272cec089cad6d3ec39e35fd69 authored over 12 years ago
reformat output

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@125 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 39ec11c003571db6c452467c6489c64b1824df52 authored over 12 years ago
Don't roll up assignments so much, it makes code unreadable

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@124 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 08547e7124e3435c7f43477819703f8d4c9d12b5 authored over 12 years ago
dump constpool map as imports, reverse argument ordering

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@123 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - de8c8ac55e6f86c7b405d56cf2ac38344c90f560 authored over 12 years ago
get ConstantPool to identify class names we can remove qualification from.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@122 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 40e727eff3ee88e62c1fe2c9ba51ca4ff5cad9e3 authored over 12 years ago
remove .<init> from constructors

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@121 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 2262a615b93ec3914fc308a686f82bf9297b3694 authored over 12 years ago
remove .<init> from constructors

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@120 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - ae61f14862b2ad9469c68dd077a691450405c47f authored over 12 years ago
check for sugariter update

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@119 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 008b120fc3e0b535d51e38b4b97d39b7e0e5a3c9 authored over 12 years ago
Iterators don't have to be lvalue, can be any expression

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@118 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 981f99b4f71a87b900558cb11ed9b7459356f521 authored over 12 years ago
convert iter iter -> for iter.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@117 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 7ed9208dd4e337a569c28ac72874c38cdd1fda16 authored over 12 years ago
improved pattern match for array iter

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@116 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 1ace5c6be1a4f00e4e5bb971aca9cee4695aebce authored over 12 years ago
pattern matching for array iteration detection

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@115 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 02fcc8f95a5527ab63b341a76c8064333727e029 authored over 12 years ago
Initial (BAD) version of array iteration spotter - needs to be replaced with pattern matching.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@114 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - feddf0f8497be6427d23d12cdc4ca1d6db42b545 authored over 12 years ago
Type changes to avoid stack overflow, better output of nested if / else.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@113 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 8a1650eafdc9868162ef8583951f863babf2f9bb authored over 12 years ago
this debug should be nopped

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@112 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - a04e437bc26e751f3c10b693bcd2393e7bf9b32d authored over 12 years ago
Some very primitive type discovery, focussed around JVM int type.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@111 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 8514d96bccb68dd9cbf0adf85337873eb4765a52 authored over 12 years ago
type discovery

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@110 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 021c687d8ea89896cceff345ae977e5927ad0b7a authored over 12 years ago
Remove some bad type discovery.

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@109 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - a8bf31444f578111c3775f7bb68af3ecca4801b3 authored over 12 years ago
Remove literals from the objective function if the coefficient is zero.

git-svn-id: svn+ssh://svn.forge.ow2.org/svnroot/sat4j/maven/trunk@1468 ba638df5-4473-46d1-82f8-c...

github.com/QuiltMC/quilt-loader-sat4j - 5387017ce7b4968042b68b1bcee1c69fb8479bf8 authored over 12 years ago
getting closer to scala spirit.

git-svn-id: svn+ssh://svn.forge.ow2.org/svnroot/sat4j/maven/trunk@1467 ba638df5-4473-46d1-82f8-c...

github.com/QuiltMC/quilt-loader-sat4j - c6934a0a62abeb783e7016a1ced436fc61f8e794 authored over 12 years ago
The code is now more scala like.

git-svn-id: svn+ssh://svn.forge.ow2.org/svnroot/sat4j/maven/trunk@1466 ba638df5-4473-46d1-82f8-c...

github.com/QuiltMC/quilt-loader-sat4j - 5f840b6e06528851b3c9d0008317baa39e7c32a1 authored over 12 years ago
Created project for the scala frontend for Sat4j

git-svn-id: svn+ssh://svn.forge.ow2.org/svnroot/sat4j/maven/trunk@1465 ba638df5-4473-46d1-82f8-...

github.com/QuiltMC/quilt-loader-sat4j - 24dcaea2d2be46a557959c52708fdd0266ff99e7 authored over 12 years ago
Handy test script

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@108 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - 2cba02d3e64f8fcac4286693ff479035c0bc1b59 authored over 12 years ago
Ignore nops when testing blocks

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@107 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - c37c3c2fac75ff28aec30c9f05cbd4c3da689156 authored over 12 years ago
Don't blow up quite so much on structuring

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@106 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - bed969ca9f92232880a5c75678ee07468679ab02 authored over 12 years ago
tidy logger, simple test script

git-svn-id: file:///Users/lee/SVNrep/decompiler/trunk@105 c820dd76-da7a-4b58-9bdb-1b1215dfe356

github.com/QuiltMC/cfr - f5d632a42d3a40d1a15e310e413fa2c68d3aae33 authored over 12 years ago
ArrayType now uses a better way of resolving array classes.

github.com/QuiltMC/procyon - 95971f532c204105ea783472f33e101eca639a80 authored over 12 years ago