Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-03 | Fix GCC compiler warning in mono module | Ignacio Etcheverry | |
- thread_local.h: 'delegating constructors only available with -std=c++11 or -std=gnu++11' - mono_reg_utils.cpp: 'extra tokens at end of #endif directive' - mono_bottom_panel.cpp: '<fieldB> will be initialized after <fieldA> when initialized here' - bindings_generator.cpp: 'name lookup of 'i' changed (...) matches this 'i' under ISO standard rules (...) matches this 'i' under old rules (...)' | |||
2018-08-21 | Style: Fix issues that went past CI | RĂ©mi Verschelde | |
2018-07-31 | fixed: windows mono compile (#20598) | Nick Hope | |
tidy: formatting. | |||
2018-07-29 | Fix Mono compilation on Windows/Ming | Hein-Pieter van Braam | |
(cherry picked from commit 83140541dc91c29a288d7dd71044780b50b2cc4b) | |||
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | |