-
Notifications
You must be signed in to change notification settings - Fork 124
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rake-compiler/rake-compiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 8 files changed
- 4 contributors
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7ba3d87 - Browse repository at this point
Copy the full SHA 7ba3d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08cffbc - Browse repository at this point
Copy the full SHA 08cffbcView commit details
Commits on Mar 7, 2023
-
baseextensiontask: provide an API to allow for dynamic sources (#211)
If a build wishes to generate some of the extension source files then the pattern input is insufficient. Provide a place to stash an additional FileList that will then become a dependency of the compile tasks. Example: ```ruby file 'ext/libfoo/generated.c' do |t| open(t.name, 'w+) { |f| f << '#include <foo.h>' } end Rake::ExtensionTask.new('foo') do |ext| ext.extra_sources << 'generated.c' end ```
Configuration menu - View commit details
-
Copy full SHA for f845901 - Browse repository at this point
Copy the full SHA f845901View commit details
Commits on Mar 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 89df143 - Browse repository at this point
Copy the full SHA 89df143View commit details
Commits on Mar 30, 2023
-
Don't use --release flag on Java 8 (#213)
this allows using ``` Rake::JavaExtensionTask.new("name", gemspec) do |ext| ext.release = '8' end ``` on Java 8 (for building the gem), because the flag is available since Java 9, see https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html this flag is for backward compatibility, so it's safe to just skip it if we can't use it. relates to puma/puma#3109 socketry/nio4r#292
Configuration menu - View commit details
-
Copy full SHA for 8e79814 - Browse repository at this point
Copy the full SHA 8e79814View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for adb0f67 - Browse repository at this point
Copy the full SHA adb0f67View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fa360a - Browse repository at this point
Copy the full SHA 7fa360aView commit details
Commits on May 25, 2023
-
Add support for extra options with space
GitHub: fix GH-215 Reported by Jun Aruga. Thanks!!!
Configuration menu - View commit details
-
Copy full SHA for 8a830fa - Browse repository at this point
Copy the full SHA 8a830faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3865392 - Browse repository at this point
Copy the full SHA 3865392View commit details
There are no files selected for viewing