summaryrefslogtreecommitdiff
path: root/xmake/rules/c++
AgeCommit message (Expand)Author
2022-08-08add batchjobs for gccruki
2022-08-07Fix clangArthur LAURENT
2022-08-07Use localcache instead of a fileArthur LAURENT
2022-08-07Improve codeArthur LAURENT
2022-08-07Fix msvcArthur LAURENT
2022-08-07Improve codeArthur LAURENT
2022-08-07Fix commentsArthur LAURENT
2022-08-07Improve codeArthur LAURENT
2022-08-07Fix header unit path in module mapperArthur LAURENT
2022-08-07Implement module mapper for clangArthur LAURENT
2022-08-07Build stl header units only when not present and add dummy append_headerunits...Arthur LAURENT
2022-08-07Code cleanupArthur LAURENT
2022-08-07Use target:add("xxflags") instead of passing a fileArthur LAURENT
2022-08-06feed the linker with the header unit object filesArthur LAURENT
2022-08-06enable /stdifcsearchdir only if user ask for itArthur LAURENT
2022-08-06Add missing C++ header and support experimental/Arthur LAURENT
2022-08-06Implement module mapper file for MSVCArthur LAURENT
2022-08-05Forgot to save this fileSirLynix
2022-08-06cache module depsruki
2022-08-06add batchjobs stubruki
2022-08-06remove unused importruki
2022-08-06wrap generate headerunitsruki
2022-08-06wrap generate depsruki
2022-08-06remove unused optruki
2022-08-06support for compile_commandsruki
2022-08-05Add C++23 and c* headersArthur LAURENT
2022-08-05Use common stl cache across targetsArthur LAURENT
2022-08-05Fix find_angle_header_file pkgs discoveryArthur LAURENT
2022-08-05Fix clang output build module flagsArthur LAURENT
2022-08-05Improve find angle header fileArthur LAURENT
2022-08-05Fix syntax errorArthur LAURENT
2022-08-05Assert on multiple providesArthur LAURENT
2022-08-05Remove incorrect usage of set_depcacheArthur LAURENT
2022-08-05Use table.insert instead of table.appendArthur LAURENT
2022-08-05Do not insert duplicate header unitArthur LAURENT
2022-08-05Fix incorrect usage of set_depmtime/set_depcacheArthur LAURENT
2022-08-05outputdir is never nilArthur LAURENT
2022-08-05Move headerunits extracting into a dedicated functionArthur LAURENT
2022-08-05Handle angle relative pathArthur LAURENT
2022-08-05Remove useless isdir checksArthur LAURENT
2022-08-05Use batchcmds:mkdir instead of os.mkdir when possibleArthur LAURENT
2022-08-05Improve header unit supportArthur LAURENT
2022-08-04Fix bmi generation path when module is generated by build chainArthur LAURENT
2022-08-04Insert deps includedirs/sysincludedirs when search angle header filesArthur LAURENT
2022-08-05update dep flagsruki
2022-08-05add mapper commentsruki
2022-08-05use projectdir varruki
2022-08-05rename sourcebatch to headerunitsruki
2022-08-05optimize to get headerunits inforuki
2022-08-05add more commentsruki