Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PlatformAwareProgramming/PlatformAware.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: PlatformAwareProgramming/PlatformAware.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 14, 2022

  1. Update README.md

    decarvalhojunior-fh authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    045dff1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. - Improved interface for querying, selecting, and updating platform …

    …features.
    
     - Use ```platform_features()``` to get the features dictionary and ```platform_feature(feature_id)```.
     - Use ```@platform feature <...>``` instead of ```@platform parameter <...>``` (the second syntax will still be supported for compatibility reasons).
     - Use ```@platform feature <feature id> <feature type>``` to modify a platform feature.
     - Use ```@platform feature clear``` to empty the platform features;
     - Use ```@platform feature reset``` to load the detected platform features (Platform.toml).
     - Use ```@platform feature all```to load the detected platform features for only the features that are not included in the current list of features (preserving updates).
     - Use ```@platform feature default`` to load the default platform features.
    decarvalhojunior-fh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    91f7d13 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    decarvalhojunior-fh authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d71d5ab View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    c59970b View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    33d57f6 View commit details
    Browse the repository at this point in the history
Loading