-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/20220816-125-update-ucg-to-=-c++20
* master: Removed unnecessary static checks of dev_ino_pair properties. Removed not-very-useful constexpr constructor of same. Some comment improvements. Corrected some introduced code spacing issues. Some constexpr experimentation on PreDescriptors, commented out (sorry). push_back->emplace_back. File-scope static naming fixes, a nodiscard. Got HasLongAliases() constexpred. Some comments, "= default" cleanups. SA cleanups. Some comments, "= default" cleanups. Fixing ordering of #includes. f_raw_options from vector to std::array. A bunch of constexpr added. Some cleanup of file-scope static var names. More cleanup of things missed during GNU argp removal. Create github-actions-demo.yml Added optionparser-1.7 files. Comment. Removed some obsolete GNU argp remnants. Parameter name improvements. optionparser1.4->1.7. Makefile.am adjustments to pick up the updated library. Passes all tests.
- Loading branch information
Showing
25 changed files
with
2,616 additions
and
1,907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: GitHub Actions Demo | ||
on: [push] | ||
jobs: | ||
Explore-GitHub-Actions: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." | ||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" | ||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." | ||
- run: echo "🖥️ The workflow is now ready to test your code on the runner." | ||
- name: List files in the repository | ||
run: | | ||
ls ${{ github.workspace }} | ||
- run: echo "🍏 This job's status is ${{ job.status }}." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.