Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
add c++03, c++98 and c++20
|
|
|
|
|
|
|
|
|
|
|
|
git submodules instead
|
|
|
|
|
|
|
|
Its not possible to use all of them at the same time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently only cross compiling from linux64 to win64 works.
Need to test cross compilation more, currently the cross compilation
uses same profile as GCC, is that correct?
|
|
Some libraries such as gpu driver libraries cant be distributed because
even though the program is run on the same cpu arch, gpu can differ.
Removed dependency on patchelf, as it's not needed when executing ld-so
directly with --library-path
|
|
* Downloads libraries from internet if they are missing from the system
* Libraries are shared among all sibs projects as long as they use same
library versions
|
|
|
|
|
|
|
|
|