because it doesn't work. For example running
`gprbuild -XCOMFLAGS="-O3 -g"` fails with the error:
> gcc: error: unrecognized debug output level '"'
Fixes#261
See comment from dictobject.h:
bpo-40839: Before Python 3.10, it was possible to call
PyDict_GetItem() with the GIL released.
eng/ide/gnatstudio#192
(cherry picked from commit 62f2e884be)
Modify GPS.BuildTarget.execute to allow file to be either a string
or a GPS.File.
Fix toplevel menu generation order.
eng/ide/gnatstudio#54
(cherry picked from commit 3868078a7f)
- Don't use a special build mode for gnatsas (update Object_Dir
computation to reflect it)
- Add action to load and display SAM baseline
- Replace calls of cpm_bridge by gnatsas review
(cherry picked from commit ac195ba8d8)
Add free for Callback_Data/Subprogram_Type/List_Instances
Fix ownership transfer issue for Monitored_Command.
Fix over-referenced on widget by python (Editor_Overlay)
Add a test.
Change-Id: I5f6447e37928535f2b7085bcd1b102ee28e31c33
The build targets running a python command were not redirecting
the output/status to their output parsers.
Change-Id: I7fee8c2bd4386c999f1175ab4ddcbd97fd5c6969
Depends-On: Ia2382dec8a25cdbafd391c0fec96ccf49e013ad7
We should not put quotes around blankspace variable values, since
it causes issues for underlying tools (e.g: CodePeer).
Change-Id: I1a7f7dca4c7772bb56e73da263d54b152d0beb00
By default explicitely add all the scenario variables on the command
line even if they have their default value.
If the preference is activated, it will only add the scenario
variables which don't have their default value.
Adapt test.
Change-Id: Ic701925a784d6924eda9a9b41d93770f693ea2a7
... on remote machine as current working directory when '[exec_dir]'
is specified in the command line pattern.
Change-Id: I36c224c118ccc7e18e031482404a7e341cdcaff0
Method for getting a complete command line for building
a project:
GPS.BuildTarget("Build All").get_expanded_command_line()
Change-Id: Ib9ec44e6ce33d8a9ad1ca929837cfcf820089063