- Jul 05, 2023
-
-
Alejandro R. Mosteo authored
-
- Mar 31, 2023
-
-
Alejandro R. Mosteo authored
-
- Mar 30, 2023
-
-
Alejandro R Mosteo authored
* Procedures to ensure the stored value has the wanted type * Add Get_As_String variant with default * Fix null pointer * Code review * Leave just the variant with Default with "" as default
-
- Mar 24, 2023
-
-
Alejandro R Mosteo authored
* Encode wwstrings as utf8 * Further fixes related to UTF-8 * Regen config for use as pin * Fix new warning from GNAT 12 * Bump version as this is breaking without -gnatW8 * Remove redundant switch * Code review
-
- Mar 23, 2023
-
-
Alejandro R. Mosteo authored
Test latest toolchain versions and use cache-enabled `alr` action.
-
- Jun 08, 2022
-
-
Alejandro R Mosteo authored
-
- Jun 07, 2022
-
-
Alejandro R Mosteo authored
Also store a default config with release configuration, for direct use of the library without Alire.
-
Alejandro R Mosteo authored
-
- Jun 01, 2022
-
-
Alejandro R Mosteo authored
* Give hint when invalid subcommand switch is valid global * Improve wording
-
- Apr 09, 2022
-
-
Alejandro R Mosteo authored
-
- Apr 08, 2022
-
-
Alejandro R Mosteo authored
This may avoid an infinite loop reported on macOS
-
- Oct 02, 2021
-
-
Fabien Chouteau authored
-
- Sep 29, 2021
-
-
Fabien Chouteau authored
-
- Sep 28, 2021
-
-
Fabien Chouteau authored
For compatibility with older GNAT versions.
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
- Sep 16, 2021
-
-
onox authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
The filtering mixed regex (default Filter pattern) and globing (actually system user in List). Everything is now based on regex and documented.
-
- Sep 15, 2021
-
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
With this change, the global command and subcommand can use the same switches and they won't clash. One of the goal here is to realize the full potential of the Switches_As_Args option where parsing of sub-command switches is disabled. For example this will allow: $ alr build -f -XTEST=plop # -f is passed to gprbuild and not to alr $ alr exec bash -c "echo lol" # -c is passed to bash and not to alr This will break some command line that used to work, for instance: $ alr with hello --non-interactive
-
Fabien Chouteau authored
-
- Sep 10, 2021
-
-
Fabien Chouteau authored
-
- Sep 08, 2021
-
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
With this version multiple instances of configuration can exist in the program.
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
Fabien Chouteau authored
-
- Sep 07, 2021
-
-
Fabien Chouteau authored
-