| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix: rust static and shared library failing to find extern crate in windows-msvc
|
|
|
|
|
|
- In non-windows, it's located at <sysroot>/lib
|
|
vsxmake: add cxx20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- built using -C prefer-dynamic hence, requires libstd-*.[so|dll|dylib]
add DYLD_LIBRARY_PATH to search libstd
|
|
1. rustc requires lib*.rlib, *.dll but produces *.rlib, *.dll.
2. shared library are `foo.dll`, `foo.dll.lib` and it links for
`foo.dll`.
|
|
|
|
fix project generator for c++modules
|
|
|
|
|
|
rename copyright
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New native Xcode project generator.
|
|
|
|
|
|
package(install): refine relative path generation in .pc files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix objectonly targets
|
|
|
|
|
|
Add SDKROOT build settings.
|
|
|
|
improve ping #6579
|