This website requires JavaScript.
Explore
Help
Sign In
bcarrella
/
cef
mirror of
https://bitbucket.org/chromiumembedded/cef
Watch
1
Star
0
Fork
You've already forked cef
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa72f402ba
cef
/
tools
/
translator.bat
3 lines
61 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 03:34:16 +02:00
@
echo
off
Improve inheritance support in the CEF API (issue #1623). - Support single parent inheritance in CEF API classes. - Support non-virtual inheritance in CEF API classes. - Support translation of CEF API sub-directories. - Add test sub-directories for testing-only functionality that will be available to unit tests but not exposed via the binary distribution. - Add unit tests for the translator tool. - Fix parsing of template parameter types that include commas.
2015-04-26 20:40:01 +02:00
call
python.bat translator.py --root-dir ..
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 03:34:16 +02:00
pause