aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/classfile.cc
Commit message (Expand)AuthorAge
* Fix unused variable warnings from clang.Gravatar Austin Schuh2018-03-28
* Prune anonymous classes in ijarGravatar Liam Miller-Cushon2016-04-12
* Use a custom ToString instead of std::to_string that is not available on mingw.Gravatar Dmitry Lomov2016-02-17
* Normalize ijar's header to 'The Bazel Authors'.Gravatar Damien Martin-Guillerez2015-11-19
* Fix compile warningsGravatar Kristina Chodorow2015-10-20
* Recognize SourceDebugExtension attributes in ijarGravatar Liam Miller-Cushon2015-10-20
* Support Java 8 MethodParameters attribute in ijarGravatar Liam Miller-Cushon2015-10-14
* Make ijar appropriately prune InnerClasses, at the cost of a lot of unholy ha...Gravatar Lukacs Berki2015-09-15
* Correctly process "ScalaInlineInfo" attribute. This is new in Scala 2.11.7 (a...Gravatar Googler2015-08-24
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Normalized headers path for ijar.Gravatar Damien Martin-Guillerez2015-04-24
* PRIx32 macro needs __STDC_FORMAT_MACRO defined on systems instead of __STDC_L...Gravatar Damien Martin-Guillerez2015-03-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25