Monika Kurovszky
a467fcf9af
Remove unused pachage with
2022-02-21 16:23:28 +01:00
Maxim Reznik
83cb7222a7
TC17-027 Override existing env variable on Insert.
2021-11-03 14:08:29 +02:00
Maxim Reznik
4be4f23dd9
Add more comments to specification files.
2021-11-03 12:24:31 +02:00
Nicolas Setton
e785b1e056
Allow processes not to have a Listener
...
This simplifies the API for some general cases.
2021-07-07 15:41:50 +01:00
Nicolas Setton
79289a0db3
Add comment updates and one ??? comment
2021-06-23 12:06:31 +03:00
Maxim Reznik
a2f324f1db
U505-038 Drop with Ada.Interrupts.Names;
...
It breaks GNAT Studio debug facilities by reserving
some signals.
2021-05-24 15:22:36 +03:00
Nicolas Setton
8e37f6332c
Merge pull request #12 from AdaCore/topic/codepeer_fix
...
Add missing default initialisation
2021-05-24 11:12:46 +01:00
Nicolas Setton
f4d5b9b690
Add missing default initialisation
...
Found by CodePeer
2021-05-24 10:52:42 +01:00
Vadim Godunko
33e2550d2f
U505-038 Don't do anything when empty data is provided.
2021-05-20 21:17:46 +03:00
Vadim Godunko
94a3525fe8
U505-038 Implementation of Kill_Process on Windows.
2021-05-20 21:17:46 +03:00
Maxim Reznik
28115620eb
U505-038 Implementation of Kill/Terminate for POSIX
2021-05-20 21:17:46 +03:00
Vadim Godunko
22b8d8160a
U505-038 Implementation of Terminate_Process on Windows.
2021-05-20 21:17:46 +03:00
Vadim Godunko
b1f98a736e
U505-038 API extension for terminate and kill process.
2021-05-20 21:17:46 +03:00
Vadim Godunko
72d8b22e8a
U505-038 Report status of the process exit
2021-05-20 21:17:46 +03:00
Anthony Leonardo Gracio
7db51dfcae
Fix warning on Windows
2021-01-13 09:30:38 +02:00
Maxim Reznik
464ae4c843
Avoid "if statement has no effect" warning.
2021-01-13 09:30:38 +02:00
Maxim Reznik
ec77c796b4
TB23-030 Fix "No such device or address" error.
...
Don't read/write on already closed pipe.
2020-12-24 22:12:56 +02:00
Maxim Reznik
cc3e61eef2
TB23-030 Fix an assertion
...
don't trigger event before creation.
2020-12-24 22:12:56 +02:00
Maxim Reznik
12b041f66f
Add LIBRARY_TYPE and BUILD_MODE to project files.
2020-12-24 22:12:56 +02:00
Maxim Reznik
dd9ed7d35b
Mark incomplete type declaration as target
...
to avoid warnings in newer compiler.
2020-12-24 20:47:05 +02:00
Maxim Reznik
56f6791d0f
Update README.md. Add Makefile.
...
Update copyright headers.
2020-11-20 12:18:57 +02:00
Vadim Godunko
9b5dd70aa8
TA14-018 Rewrite pipe initialization code for interprocess communication
...
Each pipe has unique name now. Each pipe can have only one instance.
Attempt to use another pipe name on case of failure.
Wait to complete of pipe initialization.
2020-11-20 11:25:36 +02:00
Maxim Reznik
4f404a5ef7
T803-008 Add a test for Process API
...
that calls Write_Standard_Input before and after subprocess run.
2020-11-20 11:25:36 +02:00
Maxim Reznik
eceffa3f9d
Fix typo in expand array code
2020-11-20 11:25:36 +02:00
Vadim Godunko
88952066aa
T710-023 Fix size of data to be submitted.
...
Use constant for buffer size.
2020-11-20 11:25:36 +02:00