3068 Commits (4cb68cd949b31c953fa44277455088d549134d39)
 

Author SHA1 Message Date
Dimitar Dobrev 4cb68cd949 Updated the YML-s to use the new premake build scripts. 10 years ago
Joao Matos 8416506555 Fixed the LLVM build directory path when searching for the correct LLVM. 10 years ago
Joao Matos ed28d42b4d Build and packaging fixes for LLVM on Windows using Ninja. 10 years ago
Joao Matos 5f4c554ea7 Fixed Ninja build invocations to use the right build directory. 10 years ago
Joao Matos eed9929986 Updated Premake OSX binary. 10 years ago
Joao Matos cdacaf4bbe Updated Git ignore patterns. 10 years ago
Joao Matos 424e9df424 Remove deprecated Premake flags from build scripts. 10 years ago
Joao Matos d835a34fbf Reduce verbosity of build scripts. 10 years ago
Joao Matos 779ed9db71 Fourth round at build and packaging scripts. 10 years ago
Joao Matos 04f6baf0c8 Updated build objects directory to use same pattern as libraries. 10 years ago
Joao Matos 56fe4ba2c5 Third round at build and packaging scripts. 10 years ago
triton 55c3faeafc Remove libgdiplus Mono repository workaround from Travis. 10 years ago
triton 85f2c5f785 Try to enable Ubuntu Trusty 14.04 on Travis. 10 years ago
triton de5e364a8a Second round at build and packaging scripts. 10 years ago
triton e7c1393296 Updated Premake 5 Windows and Linux binaries. 10 years ago
triton a68537f288 Added some work-in-progress build and packaging scripts. 10 years ago
Joao Matos 5661d248ac Remove Nuget package install from apt-get in Travis. 10 years ago
Dimitar Dobrev a5a17a493e Changed the comparer for parameter types to a singleton. 10 years ago
Dimitar Dobrev 477dd914cb Fixed setters of indexers when the key is type-mapped. 10 years ago
Dimitar Dobrev 1c52e67bb8 Fixed the wrapping of indexers returning value types. 10 years ago
Dimitar Dobrev d3644dcf5d Fixed a crash with abstract overrides originating from secondary bases. 10 years ago
Dimitar Dobrev e36d6f0aae Improved the handling of char arrays by using desugaring. 10 years ago
Dimitar Dobrev 01a087117e Improved the support for default args by ignoring a temporary expression. 10 years ago
Dimitar Dobrev 144b9546de Fixed another case of a default arg assigned through an implicit ctor. 10 years ago
Dimitar Dobrev a18479e1db Generated valid code for wrapping char arrays. 10 years ago
Dimitar Dobrev 5dde771d77 Removed a redundant field in the generated code. 10 years ago
Dimitar Dobrev bd5df799c9 Complemented comparison operators with the first parameter not of the containing type. 10 years ago
Dimitar Dobrev 9fccfc6f1d Excluded an inexplicably failing test from the run on the Linux CI. 10 years ago
Dimitar Dobrev c2a569e24d Only patched the v-table entries for non-dtors in user-derived classes. 10 years ago
Dimitar Dobrev 2885200732 Changed the native ctor to only patch the v-table entry of the virtual dtor, if any. 10 years ago
Dimitar Dobrev 132509203b Improved the handling of function calls in default args. 10 years ago
Dimitar Dobrev 8ebefa1f37 Added support for call expressions in default args. 10 years ago
Dimitar Dobrev d0ad681a61 Extended the AST and the parser to support call expressions in default args. 10 years ago
Dimitar Dobrev 8a68d2d16c Fixed the generation of overrides of virtuals from secondary bases. 10 years ago
Dimitar Dobrev 39a368894d Reformatted the extension methods for classes. 10 years ago
Dimitar Dobrev 53074cca58 Simplified the fix for calling the dtor of an abstract type with MinGW. 10 years ago
Dimitar Dobrev e4a40d0eed Revert "Fixed a crash when calling the dtor of an abstract type with MinGW." 10 years ago
Dimitar Dobrev 176262c700 Clarified the handling of dtor calls when abstract classes are involved. 10 years ago
Dimitar Dobrev 67e6e1204c Fixed a crash when calling the dtor of an abstract type with MinGW. 10 years ago
Dimitar Dobrev 05a44565bd Ensured a virtual dtor is called even if the base dtor is not virtual. 10 years ago
Dimitar Dobrev fbb2f941c4 Based on Abhinav Tripathi's work: extracted delegates in order to reuse them. 10 years ago
Dimitar Dobrev 7aab75f44d Regenerated the parser bindings to reflect all updates from the last two months. 10 years ago
Dimitar Dobrev 0f8474893c Removed 3 redundant fields from the C# generator. 10 years ago
Dimitar Dobrev 3cb44dcef0 Split the creation of internal parameters from their string representation. 10 years ago
Dimitar Dobrev 0950b869a1 Fixed the offsets of fields when using multiple inheritance. 10 years ago
Dimitar Dobrev 51ca678fa8 Removed a useless reference when auto-compiling. 10 years ago
Dimitar Dobrev 6380e5d7ea Called Marshal.FreeHGlobal only if the instance was created by Marshal.AllocHGlobal. 10 years ago
Dimitar Dobrev 6f8c942b0a Adjusted pointers when calling functions from secondary or non-dynamic bases. 10 years ago
Dimitar Dobrev 7d66303ed1 Extracted a constant and deleted a no longer used method. 10 years ago
João Matos 64dc78018f Update GettingStarted.md 10 years ago