Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alire-project/alire

Command-line tool from the Alire project and supporting library
https://github.com/alire-project/alire

Alire.Utils.Switches: Disable No_Exception_Propagation warning

This switch was always added to the init crates and should have been
included in the first versi...

07150b22a563bbc0fb2083494ea9aa996b06debc authored over 2 years ago
alire.toml: Bump version to 1.2-rc1

82fd26a70413a40a1ca2e80a08338ed7f271bfba authored over 2 years ago
Bump version to 1.3-dev

851885ccdcd0415eaa253a983bc6d52265fcbb69 authored over 2 years ago
Sync with release/1.2

Bump alr and index versions to 1.2

9e494d5ee6595782898b7d661c768c87652e350d authored over 2 years ago
Bump alr and index versions to 1.2

28323f369cd6baca8b52d1354e1244c87c70114f authored over 2 years ago
Fix retrieval of git root and prefix inside repo (#1024)

* Fix retrieval of git root and prefix inside repo

* Fix instantiation on older compilers

...

d183708a46e2be4012ceaee2f472dffb96f1c15f authored over 2 years ago
New `alr get --dirname` switch (#1014)

* Alr.Commands.Get: New --dirname switch

This switch just shows in which folder the just down...

e33900ebb4ad533cc305958d25e5bb94fa7af8f4 authored over 2 years ago
Create zipball with full sources for releases (#1023)

* Create asset for full sources with submodules

* No need to run in multiple OSes

Co-autho...

20113f3ce7929a06735099a8961e05ae3a1951ff authored over 2 years ago
Don't detect external tools when they're not (#1018)

0f19b4f3995d21f191b701bae7f3c8b808fec8f7 authored over 2 years ago
Properly detect domain in publishing assistant (#1020)

Fixes #1011

Co-authored-by: GHA <[email protected]>

209acd42af155be44593d9504e4eb69895ec35be authored over 2 years ago
Load the index when dependencies are needed (#1019)

* Load the index when dependencies are needed

* Test for this fix

Co-authored-by: GHA <act...

c38d3606f504a7d985e3468e79dee33f0a615246 authored over 2 years ago
tests/crate_config/basic: fix arm64 expected host (#1015)

Co-authored-by: GHA <[email protected]>

8858e90ef68bb7c242f4d712e088e7d73738c688 authored over 2 years ago
Update msys installer (#1017)

Co-authored-by: GHA <[email protected]>

c235b098c75eff96246966598b1fb03229d5f109 authored over 2 years ago
Show just the version with `alr --version` (#1013)

* Add a new --version standalone switch

* Add a couple of new tests

be2906193d09eadd6300dd83ff66e89c46edd6ab authored over 2 years ago
Bump index version (#1009)

* Alire.Index_On_Disk: Drop index cache after deletion

Also ensure that all index addition fu...

d34cc53d5d865adc07e8c43f89d1e002c9629a24 authored over 2 years ago
Alire.Index_On_Disk: Drop index cache after deletion (#1010)

Also ensure that all index addition functions operate with fresh index
information

Co-author...

797d20b56da5cb29a0567f64902ba1502a2f56bc authored over 2 years ago
Cache index detection and crate loading (#1008)

8041edfe7fda408ad19b4b61bc6c0282c021a0a4 authored over 2 years ago
Implement load of individual crates from index (#1006)

* Make index set its own type

* Basics for individual crate loading in place

* Complete si...

82f45dcb2f28f00687b648315760c1e7c985b47e authored almost 3 years ago
Alr.Commands.Init: Create share folder for resources (#1003)

Note that gprinstall won't complain if this folder doesn't exists, so
users can decided to leav...

cf8e10beead2dfa96e4018e954a59994615c349a authored almost 3 years ago
Alr.Commands.Init: change default version for new crates to 0.1.0-dev (#1004)

1c4459d4497ec57cf425ef7eee67b9078ea9b328 authored almost 3 years ago
Update getting-started.md (#1000)

* Update getting-started.md

* Update getting-started.md

4a361181ec6535fc001ffbcff55463977b3ee412 authored almost 3 years ago
Alire.Properties.Configurations: revert forced mixed case (#998)

* Alire.Properties.Configurations: revert forced mixed case

Forcing mixed case for enum value...

63820d31d6ced1d86d7dd9e4493bfcfa818befe7 authored almost 3 years ago
Refactor Alire.Features.Indes -> Alire.Index_On_Disk.Loading (#992)

The Alire.Features.* hierarchy was ill-conceived so getting rid of it by moving
a package around.

c29ebf78de07bb73f3ca7c218cc8fa27c27bce99 authored almost 3 years ago
New `action` subcommand (#983)

* New 'action' subcommand, listing supported

* Alr.Commands.Action: Add execution of given ac...

b12a2e355626370f36ecd7cc4773ca12582cecda authored almost 3 years ago
Alire.Crate_Configuration: Fix pragma No_Elaboration_Code (#987)

pragma No_Elaboration_Code_All has an impact on implicitly or explicitly with’ed units:
https:/...

76df0a9dff7b4a23f1574f42dee859fb6c0c875c authored almost 3 years ago
Alr.Command: fix gnatcov built-in alias (#986)

The first argument of gnatcov must be the action (`instrument`, `coverage`, etc.).

cde7f2b91fe6ce5fc5c99956bff92ecaf8e63d8f authored almost 3 years ago
Alire.Utils.Switches: Disable contracts for Development profile (#979)

This was probably too aggressive as contracts severely impact performances.

25fa18a7d424b1057aa719c5640e76a3b39cb747 authored almost 3 years ago
Alr.Commands.Init: Fix missing config src dir (#981)

3195173f5186346d5478d8c2413214e945c55eb3 authored almost 3 years ago
Reject manifest keys with underscores (#980)

These were slipping in before due to improper validation

559aac7c877939c521a1ba4e271b08a3d98333c4 authored almost 3 years ago
Fix some rich output that eluded --no-color/--no-tty (#978)

* Fix some colored unicode not disabled by --no-tty

* Update manifest pin for clic to match s...

016b931600f5641d1e2bcd3e6b4b777dc4d37ddc authored almost 3 years ago
Use proper index versioning for backwards compatibility (#975)

* Use index versioning for backwards compatibility

* Improvements to wording of errors

* N...

94ea95dab4ef7e5310d068b8219d8709e264023d authored almost 3 years ago
Alire.Manifest: Remove "Added by alr" comments (#977)

* Alire.Manifest: Remove "Added by alr" comments

* Bump clic dependency

Co-authored-by: Al...

91d76b286f07d75b0aa0f751ff8b10ad220f0ae9 authored almost 3 years ago
Update msys2 installer and allow user to set version (#970)

92e07adac8bc6c5fd235b61390bf220fbe4a91f7 authored almost 3 years ago
Remapping of ARM64 to AARCH64 (#968)

* Remapping of ARM64 to AARCH64

* Code review fix

Co-authored-by: GHA <[email protected]>

fcc74297c8d0ead3f269b648a016327750ff5ea6 authored almost 3 years ago
Alire.Crate_Configuration: add built-in values for host OS, Arch and Distro (#961)

* Alire.Crate_Configuration: add built-in values for host OS, Arch and Distro

This will be ve...

9b300fdb5e084703f10f7880dd3cecef447a556f authored almost 3 years ago
Remove git --progress flag (fixes #966) (#967)

0886e36feb417ddb60fd5a2869de9e7732a85cbe authored almost 3 years ago
Silence git when not running in a tty (#963)

1a5c80b9d299b9c25061883c30b3f931a14487b6 authored almost 3 years ago
Alire.Crate_Configuration: Add a Crate_Name constant for all configs (#957)

* alire.toml: bump gnatcoll-slim commit to match git submodule

* Alire.Crate_Configuration: A...

bdcbeb1f61d898b1008dca7f1d29ec76320a15d2 authored almost 3 years ago
Alire.Environment: change _PREFIX to _ALIRE_PREFIX (#958)

* alire.toml: bump gnatcoll-slim commit to match git submodule

* Alire.Environment: change _P...

303de0ef5b2932d762f051c9bda8572bdcde6bd8 authored almost 3 years ago
alire.toml: bump gnatcoll-slim commit to match git submodule (#959)

65991b3f6502d27f464c0ef9384b8623b4717633 authored almost 3 years ago
Alr.Commands.Exec: -P switch to add project file on the command line (#956)

* Alr.Commands.Exec: -P switch to add project file on the command line

* Alr.Commands: Add bu...

56a9051bd40241ff76c633c5d450f1b9d5097ab7 authored almost 3 years ago
Change default GPRbuild switches (#955)

- Remove `-gnatwU` (Recompile if compiler switches have changed):
It is a legacy from the ...

f960ec090daaa8b728b8f30060b713f270244a38 authored almost 3 years ago
Alire.Environment: export <CRATE_NAME>_PREFIX for all crates of solution (#954)

This is to be used for retrieval of crate resources, see #948.

3e9da2f686dff89c448376c5e34f12bd8c7ba58c authored almost 3 years ago
Alire.Properties.Build_Switches: Add support for Ada version switches (#953)

c5ca5276caf8a22633d71681cf7e01b78bb1dc2b authored almost 3 years ago
New property for detected host architecture (#932)

* New property for detected host architecture

This will allow indexing the proper binaries fo...

b9bef5106aa27344bd4cac6325f07e5d606c683e authored almost 3 years ago
Leftover comments from platform refactor (#950)

5d940bc0a7733759a36b2af492bd785f40904902 authored almost 3 years ago
Remove pins from manifest during `alr publish` (#947)

* Remove pins from deployed sources and final manifest

* Bump toml_slicer pin in manifest

...

25b2c29513a62987e490428e4a3fcf2274fba029 authored almost 3 years ago
bugfix: emit all found executables (#946)

98db4b59b48b500a98fbe4971f0937418a982ffe authored almost 3 years ago
Support for publishing of crates in subdirectories of repositories (#939)

* Added require information to Origins

* Unique folder name for monorepos

* Use subdir all...

26c5c286fd9a865ad0101710cc34e9b9ae0852c0 authored almost 3 years ago
doc: Add an introduction and update getting-started.md (#899)

* doc: Add an introduction and update getting-started.md

* Review typo fixes

Co-authored-b...

32126802938244de62c307f8c5e8768d1042402e authored almost 3 years ago
Display pins in show/with commands (#940)

* Display pins in show/with commands

* Tweaks to testsuite for new output

9cb832be5b93ac32376b40d0cf5bb902e8af29bd authored almost 3 years ago
alr.py: ensure baseline git configuration in tests (#936)

33edc47a81d6a2b0d63e97d56b4eff65be629ca0 authored almost 3 years ago
Log command line before parsing & execution (#938)

e4fff7f379bd0fb0cb4df45149f26e7fc938aeba authored almost 3 years ago
New config option to disable community index (#933)

* New config option to disable community index

This way we can ensure that no test in our tes...

c9e38c3f3079ff7aa3e355b8b334c450cdfa3986 authored almost 3 years ago
Refactor scattered platform code into Alire.Platforms.Current (#931)

* Refactor Alire.Platform into Alire.Platforms.Current [linux]

* Refactor Alire.Platform as A...

42a39ccde76998ed7c8451660b923b54c369d3e3 authored almost 3 years ago
alr toolchain: fix gprbuild typo in help (#929)

Co-authored-by: Chris Sykes <[email protected]>

0c20ab3d177e3d8261c8e56e5ad4fcdc952d37ef authored almost 3 years ago
Don't attempt to build a binary release (#928)

Fixes #820

c261f283354566ebe057d845ccc66f03bf94ec9a authored almost 3 years ago
Bump clic to fix infinite loop on multichoice on macOS (#927)

aed4eea0f86ec2cdebdf8a19b2b7657091ef85fd authored almost 3 years ago
Fix defects from last merge on Windows

06cb354d06fb36241dfa7fe395da624be430998e authored almost 3 years ago
Forward-port 1.1.2 into master

31eba291d2ecf53e07cbeb02ef4cd68b62b95e12 authored almost 3 years ago
Bump version for 1.1.2 maintenance release (#924)

Also update alire.toml to allow a successful self-build

9e6a86cd59d03c4a7e62fa3e37662ed66d8eb3b3 authored almost 3 years ago
Full update of msys2 after first install (#923)

* Full update of msys2 after first install

* Update msys installer to the latest stable release

192cc8a8215156e9e3c6df07600814d5f9f4424a authored almost 3 years ago
Fix several typos in trace and output (#912)

* Fix space typo in trace for unknown distribution

* Typo: configuration

* Typo: suppress
...

9076580925feebea95f9c4379b2b779410ef3cfe authored about 3 years ago
Fix several typos in comments (#915)

* Fix space typo in trace for unknown distribution

* Typo: will

* Typo: unknown

* Typo:...

f285989d5ad0203de030b2f5b58a2c7c2e2dabad authored about 3 years ago
Rename Classifiable interface (#916)

* Fix space typo in trace for unknown distribution

* Rename Classifiable interface

fb390bc0653c106fc1d85a48d05213e2b5e4744c authored about 3 years ago
Rename to Make_Switches_Map (#914)

* Fix space typo in trace for unknown distribution

* Typo: Make_Switches_Map

6ab62fe38f7d6e9db4c40a77f6b8ba9cf8937f33 authored about 3 years ago
Rename to GNAT_Suppress_Runtime_Check (#913)

* Fix space typo in trace for unknown distribution

* Typo: GNAT_Suppress_Runtime_Check

7fa6bd036fd2e6c9619ee87c2c9aa9ffcdaee956 authored about 3 years ago
Fix spelling of alr (#909)

19e5bdb6a66b49429831316666e450e0c94a3b2e authored about 3 years ago
Fix identifier typo. (#908)

f84bf80e3f80fdc29367ca7cb8e721e42bd4ca82 authored about 3 years ago
Bugfix for nested empty tables in manifest (#906)

* Test for bug

* Fix bug in which a flattened tree may be empty

* Update test with bugfix URL

dcdb7449c03fc3cfb7c15cc5cbb95e27951aebcd authored about 3 years ago
Replace invalid option --skip-compile with --skip-build in alr clean (#903)

3f76e1876c88d3c5de3437e0b1cf2b4ab511eb00 authored about 3 years ago
Fix space typo in trace for unknown distribution (#901)

a55b516bb4d14a97503abb12b830117978bedb42 authored about 3 years ago
Build profiles and swtiches continued (#896)

* Alire.Properties.Build_Profiles: renames build-profile to build-profiles

* Alr.Commands.Bui...

2599ebc2f74ed607bfd101cee669a597c0c9fbed authored about 3 years ago
Build profiles and switches system (#895)

* Build profiles prototype

* Build_profile in manifest

* First version of build_switches s...

28e8ebc497585a60acea4c287f518d260a0e684a authored about 3 years ago
Alire.Crate_Configuration: Generate Pure and Preelaborate Ada package (#894)

* Alire.Crate_Configuration: Genrate Pure and Preelaborate Ada package

So the config package ...

1c6846a6218d99b3debc45f6262ebc03f502d136 authored about 3 years ago
Bump version for 1.1.1 bugfix release (#883)

57330739e68352b3d15d524e3ff4e6b7a81e1118 authored over 3 years ago
Don't err when unsetting a non-existing config key (#884)

a4ad689a681477d9356211fc8db60980919341ba authored over 3 years ago
Fix unintended side-effect of latest merge

df0366acdf4bf4a685be6cfaf0e438c1ac4ba44c authored over 3 years ago
Merge branch 'alire/release/1.1' into master

89170cd6e09e6771443cfc6324cff5ce4ff199dc authored over 3 years ago
Test case for bug #875 (virtual crate environment) (#878)

* Test case for bug #875 (virtual crate environment)

* Fix for test on Windows

f998d49e2f1f2277b0a664c314f1c0ab924db50d authored over 3 years ago
Alr.Commands.Init: fix .gitignore for bin crates (#877)

* Alr.Commands.Init: fix .gitignore for bin crates

* Alr.Commands.Init: fix .gitignore direct...

683f6f1bd1bbedb875f223b11ebe40d7996a6f52 authored over 3 years ago
Do not exit with error on external failed detection (#876)

41613467ab49707e6d2337f094863b1e35168659 authored over 3 years ago
Merge 'alire/release/1.1' into 'master'

fea90450b6ded28871c9ba3216c5582ac13395fa authored over 3 years ago
Bugfix for improper check related to virtual crates (#875)

e880cdf5fd75d486a39b40c9bdc949e75a8c96eb authored over 3 years ago
Alire.Releases: fix dependencies in YAML output (#867)

141349cdc3497d86caab97baeb4c655d09f2ab03 authored over 3 years ago
New command exec and support of aliases (#853)

* Alr.Commands.Exec: new command to run executables/scripts in the Alire context

* Alr.Comman...

4d1014c438cf20e4dbb56191c27526f09e96b054 authored over 3 years ago
Reorder global switches in Default_Test (#871)

Global switches must come before command. (#850) (369c7ec).

f6b58d7af300404cc59ecf5e0ed45d1615eeaa67 authored over 3 years ago
Use Stopwatch for elapsed time image (#870)

7a6d897c8df5ce738c3fda5cdf9580db8fc7cd95 authored over 3 years ago
Enable and update self-build (#798)

* CI workflow using Alire toolchain and `alr build`

* Sync pins of aaa, clic to match submodules

e6e19a74656e4b9c6077d158d6096fe604a10c57 authored over 3 years ago
Update CLIC dependency to avoid build failure on older GNAT versions (#872)

* Update CLIC dependency to avoid build failure on older GNAT versions

* Alr.Commands.Run: re...

546e824af051b8f34ef05953a77fc3e83df167d0 authored over 3 years ago
Bugfix when there is external gnat but not gprbuild (#866)

7654492df73f1370e769c42ee03d1938c1f87ce0 authored over 3 years ago
Bugfix when there is external gnat but not gprbuild (#866)

cbb113fa03c49b2dd54a6a31cc8f93b035baa5f9 authored over 3 years ago
Disable assistant on --select <release> (#862)

e5b7d6f07fe8e776f43370fbb1fdf484e95c96de authored over 3 years ago
Disable assistant on --select <release> (#862)

e56542ec1dfba5d3c4aa39e6692ad7ac86469677 authored over 3 years ago
Bump version to the next devel version

e611ec66d204816ae30c1eb49e92cf32e5923645 authored over 3 years ago
Merge remote-tracking branch 'alire/next'

2a225a89675891c952e1b8647477cb1564e5ba2e authored over 3 years ago
Merge branch 'release/1.1'

b0d1ca3bdedf7c23f38805b49421e3a14d7ffe25 authored over 3 years ago
Move the 1.1 marker up to the top of changes

154f0fb3a93da51e913bce9b1b533381d6c51ae1 authored over 3 years ago
Bump version for 1.1 release (#856)

* Bump version for 1.1 release

* Switch index branch to stable-1.1

3a53a80e8af77a4553dae00a0129c1e335447619 authored over 3 years ago
Merge up to On_Demand action into release/1.1

69326bf8ff9a90c115979a273edf8d4f4c167057 authored over 3 years ago