-
Notifications
You must be signed in to change notification settings - Fork 31
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: videolabs/libmicrodns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: videolabs/libmicrodns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 5 contributors
Commits on May 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e764dd9 - Browse repository at this point
Copy the full SHA e764dd9View commit details -
So we don't need to reverse-engineer what it does from reading the code. The documentation and the argument names are from the Linux kernel. Closes: #42
Configuration menu - View commit details
-
Copy full SHA for f6ee3b3 - Browse repository at this point
Copy the full SHA f6ee3b3View commit details -
Simplify generation of pkgconfig file
Use meson's pkgconfig module to generate the pkg-config file, rather than using old-school autotools patterns.
Configuration menu - View commit details
-
Copy full SHA for 28156c8 - Browse repository at this point
Copy the full SHA 28156c8View commit details -
Windows: Require at least Vista
inet_ntop() and struct pollfd are available since Windows Vista, but mingw requires to define _WIN32_WINNT. Fixes: #46
Configuration menu - View commit details
-
Copy full SHA for 2b4d2cf - Browse repository at this point
Copy the full SHA 2b4d2cfView commit details -
Meson: Simplify pkgconfig generator
- pkg_cdata is unused and should have been deleted completely - libmicrodns should be passed as first positional argument and not in libraries: keyword argument. - deps should not be specified as public requires, they are private dependencies and Meson will add them automatically, no need to mention them.
Configuration menu - View commit details
-
Copy full SHA for 2489a7a - Browse repository at this point
Copy the full SHA 2489a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4556e - Browse repository at this point
Copy the full SHA 1d4556eView commit details
Commits on May 23, 2023
-
Add PIC parameter to fix builds for some platforms
On some platforms (such as UWP), the static library must have position independent code (PIC) to be included properly in a shared library.
Configuration menu - View commit details
-
Copy full SHA for 8cb6b90 - Browse repository at this point
Copy the full SHA 8cb6b90View commit details
There are no files selected for viewing
This file was deleted.