Marshall Greenblatt
e88e98f061
tools: Add VSCode setup ( fixes #3906 )
...
Add tooling to set up a Visual Studio Code development environment
for CEF. See script output for usage.
Run: python3 tools/setup_vscode.py
2025-03-20 13:53:33 -04:00
Nik Pavlov
fdd36e8461
Support API versioning in platform-specific headers (see #3836 )
...
- Exclude platform-specific includes (anything in < >) from the
clang preprocessor by using `!defined(GENERATING_CEF_API_HASH)`
in CEF header files.
- Define "target platforms" by passing platform- and architecture-
specific ifdefs to the clang preprocessor. Grep for `defined(OS_`
to identify headers that require target platform processing, and
then process for each target as the platform-specific API hash
contribution.
- Delete the univeral hash which is no longer a useful concept.
2025-02-25 12:36:00 -05:00
Marshall Greenblatt
5792cea985
patch_updater: Add Python 3 support (see issue #2856 )
2020-01-09 17:08:24 +02:00
Marshall Greenblatt
16e8710a81
patcher: Add Python 3 support (see issue #2856 )
2020-01-09 16:42:00 +02:00
Chris Dziemborowicz
f9b042c375
Fix version calculation for older commits on a release branch (fixes issue #2659 )
2019-05-15 14:35:41 +00:00
Marshall Greenblatt
12150b43d2
Apply yapf formatting to all Python files (issue #2171 )
2017-05-28 15:04:18 +02:00
Marshall Greenblatt
4fe6ac0d4b
Use git apply for applying patch files (issue #1825 )
2017-04-27 13:53:32 -04:00
Marshall Greenblatt
84382ecbbb
Fix patch_updater.py to work on non-Windows platforms.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1690 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-02 20:57:30 +00:00
Marshall Greenblatt
7511f1e921
Fix error in exec_util.py.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1667 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-18 19:03:15 +00:00
Marshall Greenblatt
da87cf449d
Update scripts to support git checkouts of CEF and/or Chromium.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1664 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-18 18:31:22 +00:00