Add a mode to gnatstudio_cli to support adareducer.
Add a dependency from gnatstudio_cli to libadalang,
so that the Python interpreter finds the libadalang dll.
Add a test.
Add menus to help users with the adareducer workflow.
Add the documentation.
Change-Id: I619054f9598ce30b8c74912fdddc55b8dfe22b93
Note: needs to be coordinated with corresponding change in gnatcoll
New submission of change for P620-027 (2/2)
Change-Id: I91ce07697979a3a3a88dfb940e1943ce47629370
Use Switches rather than Default_Switches (which has been obsolete
for a while now).
In shared.gpr, add support for enabling link-time-optimization and
removal of unused subprograms. This is not supported
on Windows for now.
Add a new OS for "osx", since the linker switches are different.
OA15-011 (1/2)
Change-Id: I72371631eefd18cf88442c969c805e0258f4ba6e
... to make sure that gps_cli and gnatdoc can be invoked without
having to set LD_LIBRARY_PATH or use a wrapper.
(Makefile.in): make clean should also clean up in cli.
(cli/Makefile): add target 'clean'
(cli/cli.gpr): do not import Shared linker switches, not needed,
and unnecessarily drag the clang dll.
Move the import of libclang from kernel_core to kernel.
Move the gtk+ C switches from shared.gpr to widgets.gpr, since
they are only useful there.
For O924-012.
Change-Id: Id0df3473d968d1f539886f3041cd6c64e11a1e06
- mechanical rename of "docgen3" to "gnatdoc"
- rename cli/src/gnatdoc.adb to gnatdoc_main to avoid collision
- adjust Makefile accordingly
- disconnect the docgen2 engine from gnatdoc completely
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@217312 936e1b1b-40f2-da11-902a-00137254ae57
Add process_project_with_docgen() script command
* gps-cli_utils.adb
Add Ada language registration
For M527-048
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/branches/global/gtk3/gps@211704 936e1b1b-40f2-da11-902a-00137254ae57