summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-18update ps1v2.6.2ruki
2021-12-18update versionruki
2021-12-17add brew testruki
2021-12-17improve cmake.find_package and check gcc ldflagsruki
2021-12-17Merge pull request #1917 from xmake-io/packageruki
Improve to find package and configurations
2021-12-17update changelogruki
2021-12-17add vcpkg testsruki
2021-12-17update cmake testsruki
2021-12-17improve cmake find_pacakgeruki
2021-12-17modify package configurationsruki
2021-12-16Update extension.luaruki
2021-12-16Update download.luaruki
2021-12-16Update extension.luaruki
2021-12-15update changelogruki
2021-12-15fix tipsruki
2021-12-15build and run targets with groupruki
2021-12-15update rust testsruki
2021-12-14Merge pull request #1910 from cherichy/patch-1ruki
Fix cmake find bug on windows.
2021-12-14Update find_package.luaCherichy
2021-12-14Update find_package.luaCherichy
2021-12-14Fix cmake find bug on windows.Cherichy
在windows上由于issue 1822 添加了对ImportLibrary的查找,在vcproj里面会有一个与项目同名的lib文件也被加入到link目录。 比如find_package cmake::OpenCV 会导致需要link一个名为OpenCV.lib的文件,但实际上并不存在这一文件,所以需要将其排除。
2021-12-13update changelogruki
2021-12-13add -f/--force to xmake createruki
2021-12-12update changelogruki
2021-12-13update changelogruki
2021-12-13add deduplication policyruki
2021-12-13Update main.luaruki
2021-12-12Merge pull request #1904 from SirLynix/vsproject_fixruki
Improve vstudio
2021-12-12Update package.luaruki
2021-12-12Update vs201x_vcxproj.luaJérôme Leclercq
2021-12-12Update vs201x_vcxproj.luaJérôme Leclercq
2021-12-12project/vstudio: Fix Debugger rundirJérôme Leclercq
2021-12-12Merge pull request #1905 from SirLynix/patch-8ruki
msvc: add support of external headers without experimental
2021-12-12project/vstudio: Add support for ExternalWarningLevel and ↵Jérôme Leclercq
ExternalTemplatesDiagnostics
2021-12-12project/vstudio: Add support for /W4 warning levelJérôme Leclercq
2021-12-12msvc: add support of external headers without experimentalJérôme Leclercq
2021-12-11Remove make_runenvs imports (but it would be nice to handle runenvs as well)Jérôme Leclercq
2021-12-11project/vstudio: add rundir handlingJérôme Leclercq
2021-12-11project/vstudio: Fix external include dirsJérôme Leclercq
2021-12-11project/vstudio: Enable MultiProcessorCompilation by defaultJérôme Leclercq
2021-12-11Project: fix common flag searchJérôme Leclercq
was wrongly handling the case where a flag was present multiple times
2021-12-11add commentsruki
2021-12-11get ldflags from makeruki
2021-12-11improve to get cflags from makeruki
2021-12-11improve driver flagsruki
2021-12-11support arm64 for linux driverruki
2021-12-11support arm for linux driverruki
2021-12-11Update autoconf.luaruki
2021-12-11Update make.luaruki
2021-12-11Update make.luaruki