index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
generate-operator-out.py
Age
Commit message (
Expand
)
Author
2018-02-21
Remove generate-operator-out.py symlinks
Alex Light
2015-10-21
enum operator<<() script fails with do { } while cond;
Bruce Hoult
2015-06-09
Follow up on CL 151605
Sebastien Hertz
2014-11-03
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-07-14
Make generate-operator-out.py compatible with Python 3.x
Bernhard Rosenkränzer
2014-06-25
ART: Native support for multidex
Andreas Gampe
2014-02-28
Fix clang to compile and run host tests.
Ian Rogers
2013-11-28
tools: use '/usr/bin/env python' instead of '/usr/bin/python'
Chirayu Desai
2013-10-06
Fix generate-operator-out.py's copyright header.
Elliott Hughes
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom
2012-06-07
Clean up the confusing comment-related logic a bit.
Elliott Hughes
2012-06-06
Make generate-operator-out.py only skip // line comments
Brian Carlstrom
2012-06-06
Auto-generate operator<< for enum ::art:Class::Status.
Elliott Hughes
2012-04-05
Don't explicitly request python2.4.
Elliott Hughes
2012-04-04
Use the operator<< generator more widely.
Elliott Hughes
2012-04-04
Fix the operator<< generation to work with "mmm" as well as "mm".
Elliott Hughes
2012-04-04
Start automatically generating operator<<s for enums.
Elliott Hughes