-
-
Notifications
You must be signed in to change notification settings - Fork 57
Comparing changes
Open a pull request
base repository: alire-project/alire
base: v1.2.0
head repository: alire-project/alire
compare: v1.2.1
- 18 commits
- 46 files changed
- 5 contributors
Commits on Jun 6, 2022
-
Update user-changes.md (#1043)
* Update user-changes.md * Update user-changes.md
Configuration menu - View commit details
-
Copy full SHA for cc3fb03 - Browse repository at this point
Copy the full SHA cc3fb03View commit details
Commits on Jun 8, 2022
-
Alr.Commands.Edit: update pointer to GNAT Studio release (#1045)
* Alr.Commands.Edit: update pointer to GNAT Studio release * Update test.py
Configuration menu - View commit details
-
Copy full SHA for eaf9053 - Browse repository at this point
Copy the full SHA eaf9053View commit details -
Alire.Crate.Configuration: disable style checks in generated code (#1047
) With the current style checks it is easy to break coding style by having to many values in an enum for instance. In theory we could generate better code for enums. But since users can use their own coding style, it is impossible to be compatible with in every situation. So the best option is to disable all checks for this file.
Configuration menu - View commit details
-
Copy full SHA for f1308b0 - Browse repository at this point
Copy the full SHA f1308b0View commit details
Commits on Jun 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f02069c - Browse repository at this point
Copy the full SHA f02069cView commit details
Commits on Jul 19, 2022
-
* Alire.Utils: add a function to return a string image of keys in map * Alire.Expressions: improve error message with list of possible case * Alire.TOML_Load: add missing host arch enum
Configuration menu - View commit details
-
Copy full SHA for 07c5a16 - Browse repository at this point
Copy the full SHA 07c5a16View commit details
Commits on Jul 20, 2022
-
Fix new warnings in GNAT 12.1 (#1071)
* Fix warnings in gnatcoll-slim * Fix new warnings unearthed by GNAT 12.1
Configuration menu - View commit details
-
Copy full SHA for 62c2cf3 - Browse repository at this point
Copy the full SHA 62c2cf3View commit details -
To differentiate from the published 1.2.0, since we have several backported PRs from master in this branch already.
Configuration menu - View commit details
-
Copy full SHA for 2788fcc - Browse repository at this point
Copy the full SHA 2788fccView commit details
Commits on Jul 21, 2022
-
Add Savannah from GNU to trusted sites (#1095)
Co-authored-by: GHA <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 71cdefd - Browse repository at this point
Copy the full SHA 71cdefdView commit details
Commits on Jul 22, 2022
-
Prepend projects to GPR_PROJECT_PATH (#1098)
We were appending which could cause mix-ups when there was another compiler in the user path (as we are already prepending in the case of PATH)
Configuration menu - View commit details
-
Copy full SHA for 5145d2c - Browse repository at this point
Copy the full SHA 5145d2cView commit details -
Fix generated pin to parent crate (#1096)
* Replace buggy relative path in GNATCOLL * New test for relative pins to parent crate Co-authored-by: GHA <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 346c2c6 - Browse repository at this point
Copy the full SHA 346c2c6View commit details
Commits on Jul 29, 2022
-
Sync gnatcoll pin with git submodule
Also this allows compilation with GNAT^12
Configuration menu - View commit details
-
Copy full SHA for 0c52ca0 - Browse repository at this point
Copy the full SHA 0c52ca0View commit details
Commits on Aug 8, 2022
-
Allow publishing to complete for an existing release with --force (#1130
) * Honor the --force option when publishing a crate (#1083) When publishing and checking for existing crate with same version, if the crate already exist and the force option is used, emit a warning message and continue. * Use Recoverable_Error to report that a crate version already exists
Configuration menu - View commit details
-
Copy full SHA for 7a0edf4 - Browse repository at this point
Copy the full SHA 7a0edf4View commit details
Commits on Aug 18, 2022
-
workaround for gnatcoll-core#64 / gnatstudio#128 (#1141)
This is a workaround for issue AdaCore/gnatstudio#128 and AdaCore/gnatcoll-core#64 where GNAT Studio fails to open recently-updated or newly-created alire files. Breaking the Ada_Compiler_Switches up into two statements resloves this problem.
Configuration menu - View commit details
-
Copy full SHA for 1f6bcd7 - Browse repository at this point
Copy the full SHA 1f6bcd7View commit details
Commits on Aug 24, 2022
-
Fixes for external detections in Fedora (#1142)
Ignore package name casing and fix regular expression Co-authored-by: GHA <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for bc60bfa - Browse repository at this point
Copy the full SHA bc60bfaView commit details -
Crate_Configuration: delay creation of temp files (#1145)
Co-authored-by: GHA <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for 02e8375 - Browse repository at this point
Copy the full SHA 02e8375View commit details
Commits on Aug 26, 2022
-
alr test
: Allow binary releases to not contain project files (#1159)* Allow binary releases to not contain project files * Fix logic and output to test log instead of stdout
Configuration menu - View commit details
-
Copy full SHA for 4f9191a - Browse repository at this point
Copy the full SHA 4f9191aView commit details -
Add support for FreeBSD (#1148)
* Add support for FreeBSD (#22) * update GNAT project to recognize -XOS=freebsd and configure accordingly * add FreeBSD as a valid operating system * add AMD64 as an alias for X86_64 because uname -m returns amd64 on FreeBSD * add platform specific implementation for FreeBSD To build on FreeBSD, we should use gprbuild -j0 -P alr_env -XOS=freebsd * Fixes requested during code review Co-authored-by: GHA <actions@github.com>
Configuration menu - View commit details
-
Copy full SHA for e77a410 - Browse repository at this point
Copy the full SHA e77a410View commit details
Commits on Aug 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1cb9b7b - Browse repository at this point
Copy the full SHA 1cb9b7bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.2.1