2993 Commits (4e981a80e639b6bf9c8d09b6c7196b0e34f90307)
 

Author SHA1 Message Date
Dimitar Dobrev 4e981a80e6 Fixed a bug when wrapping virtual properties overridden in indirect derived types. 10 years ago
Dimitar Dobrev dc95c8d8c8 Fixed the bodies of functions overriding indirect virtuals. 10 years ago
triton ba9c2a19be Only try to use .NET framework 4.6 when targeting VS 2015. 10 years ago
triton 94d8befb46 Setup Git AutoCrLf and user credentials for Git push in AppVeyor. 10 years ago
triton f05b7af8d9 Use single quotes in the Git commit command in AppVeyor. 10 years ago
triton e6a74dfec7 Do not shallow clone in AppVeyor so Git push works. 10 years ago
triton 56c4da9670 Fixed Git push in AppVeyor. 10 years ago
triton ab0aace7b8 Fixed GetSourceDirectory in the parser generator to start from the current working directory. 10 years ago
triton 2ad39a9012 Fixed nesting environment variable expansion in AppVeyor. 10 years ago
triton 5dfe20a828 Added automatic parser bindings generation on AppVeyor. 10 years ago
triton fbbe862268 Github deployment fixes for AppVeyor. 10 years ago
triton 146ceecc5a Try to fix artifacts path in AppVeyor. 10 years ago
triton d46129f45d Enable deployment to Github from AppVeyor. 10 years ago
Dimitar Dobrev b15735d539 Generated GetHashCode in the C# front-end. 10 years ago
Dimitar Dobrev 4584ae7485 Fixed warnings in the generated code by properly using "new". 10 years ago
triton 15ff04a79e Workaround MSVC linker warning 4099 on AppVeyor. 10 years ago
triton e81fb9e036 Use AppVeyor's MSBuild custom logger and reduce verbosity level. 10 years ago
triton e0bd7f2077 Hide the verbose 7z extraction output on AppVeyor. 10 years ago
João Matos a465e3d13b Merge pull request #560 from vonzepp/master 10 years ago
Eugene Belyakov fba73be01d Added VS2015/.net 4.6 support for project files generation 10 years ago
Dimitar Dobrev fa0e66687d Fixed abstract implementations and bodies of overrides to properly handle abstract overrides. 10 years ago
Dimitar Dobrev ae805eca31 Simplified overrides by just calling the base - all goes through the v-table anyway. 10 years ago
triton 563ef56af5 Minor code beauty fixes. 10 years ago
triton 7624635fa3 Added test for C11's atomic type support added in 54267b88a4. 10 years ago
triton 229e0266dd Setup MSVC compiler version from VS version. 10 years ago
triton 4f1e619a62 Moved MSVC options setup from parser to MSVC toolchain code. 10 years ago
Dimitar Dobrev ff76962bf9 Fixed a potential naming conflict. 10 years ago
Dimitar Dobrev 1b5de25f8c Removed implementations for ignored abstract types. 10 years ago
triton 8a510e4ac9 Workaround abstract implementations being generated even if there's no valid base class. 10 years ago
triton de74b648f2 Added a workaround for printing non-function member pointers types. 10 years ago
triton d06c42129f Fixed GenerateClassFields to only process actual base classes. 10 years ago
triton 67314905bd Fixed potential NRE in HasNonIgnoredBase. 10 years ago
triton 54267b88a4 Implemented support for parsing C++11 atomic types. 10 years ago
triton ddd39a9cf3 Formatting code fixes. 10 years ago
Dimitar Dobrev f848f62180 Some refactoring to remove redundant members and casts. 10 years ago
Dimitar Dobrev 80643e0457 Added support for parameters with type a reference to a fixed-size array. 10 years ago
Dimitar Dobrev 7de598b7aa Add a test for "Improve robustness when handling unexpected FunctionProto type locs.". 10 years ago
Dimitar Dobrev c183200815 Fixed a regression causing incorrect sizes of types derived from template instantiations. 10 years ago
triton b908881517 Simplified Parser::GetDeclMangledName. 10 years ago
triton 1d5b9869c8 Added missing test case for 24bdec82b2. 10 years ago
triton 462bb5bc68 Fixed warning by removing #pragma once from source file. 10 years ago
triton aa7f02460e Fixes dependent bitfield testcase introduced in d6b5fcfe2b. 10 years ago
triton 7c3d80b5c7 Fixed infinite loop in CheckAbiParameters. 10 years ago
triton 24e898bdcf Fixed infinite loop in CheckDuplicatedNamesPass. 10 years ago
triton ce7d6b2dc4 Improve robustness when handling unexpected FunctionProto type locs. 10 years ago
triton d6b5fcfe2b Fixed parser crash with dependent-sized bitfields. 10 years ago
triton 24bdec82b2 Fixed wrong dependent checking for some types causing mangler crash. 10 years ago
triton 5f9b484371 Added support for ARMv7k CPU used in Apple WatchOS. 10 years ago
triton 9449e915b3 Use our own version of Clang's TargetInfo when looking up target info. 10 years ago
triton dade7ceff4 Added Clang's Targets.cpp. 10 years ago