Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

xmake

A cross-platform build utility based on Lua
Collective - Host: opensource - https://opencollective.com/xmake - Website: https://xmake.io - Code: https://github.com/xmake-io/xmake

revert last commit

github.com/xmake-io/xmake - 8e10652f4f08566ee5c1099d928e75cdefb040d0 authored 12 months ago by Arthur LAURENT <[email protected]>
use try{} instead of assert to preserve iorunv error colors

github.com/xmake-io/xmake - a2ccc580a274200d889d199094e7201076594f0d authored 12 months ago by Arthur LAURENT <[email protected]>
check string.split #4665

github.com/xmake-io/xmake - 5c31fdb50c3230db5dd259d97285a8ac9e0fdf0c authored 12 months ago by ruki <[email protected]>
remove now useless before_link on C++ modules rule

github.com/xmake-io/xmake - 7e1cf4ff6bfb9ba73dd7c99c3f1b5d4017bb057b authored 12 months ago by Arthur LAURENT <[email protected]>
fix find protoc #4659

github.com/xmake-io/xmake - 03e1525e1dca4849ab13fe9edb06bdbaaf932d42 authored 12 months ago by ruki <[email protected]>
use -fkeep-system-includes only if supported by underlying clang

github.com/xmake-io/xmake - a9f30404cab3daee8dd92f4e815941b66047166a authored 12 months ago by Arthur LAURENT <[email protected]>
remove removed build.c++.clang.stdmodules policy from tests

github.com/xmake-io/xmake - 0ff527aa2d4d4c318d5041d043327f4e70767c0a authored 12 months ago by Arthur LAURENT <[email protected]>
fix space indent of build.c++.modules.std policy

github.com/xmake-io/xmake - e8c63dc09326636789916b91630cedf063dc5a54 authored 12 months ago by Arthur LAURENT <[email protected]>
populate module map before generating batchjobs

github.com/xmake-io/xmake - 952b8132bc699310d9f2750536079e81603ffe56 authored 12 months ago by Arthur LAURENT <[email protected]>
fix runtime for meson

github.com/xmake-io/xmake - bb3b6ac6ebd60660049baaa0d61847b544b69b59 authored 12 months ago by ruki <[email protected]>
fix runtime for cmake

github.com/xmake-io/xmake - cc654420c57b5c18e33b48962be963fc6a2bb857 authored 12 months ago by ruki <[email protected]>
add more runtimes for clang

github.com/xmake-io/xmake - bea58211f4c79bd04d9443627ce1840cdf4218b6 authored 12 months ago by ruki <[email protected]>
apply PR suggestions

github.com/xmake-io/xmake - d50a83fbfcd59db2a8a5fc0f8fe14770f9a0d16b authored 12 months ago by Arthur LAURENT <[email protected]>
Merge pull request #4648 from xmake-io/co

lock and unlock coroutine #4645

github.com/xmake-io/xmake - 1d4a3e7645143f98ea1089b63153834f7c913d4b authored 12 months ago by ruki <[email protected]>
invalid package configs #4477

github.com/xmake-io/xmake - f383a6e46a9072c639d6df97bba161b8ec6add7c authored 12 months ago by ruki <[email protected]>
fix runtime configs #4477

github.com/xmake-io/xmake - cf61b2b9e164b6655cc4ea9b983dddffaf297372 authored 12 months ago by ruki <[email protected]>
improve clang runtimes

github.com/xmake-io/xmake - 97ebae3c85e8bb7cfef13b02415e4a5798b13234 authored 12 months ago by ruki <[email protected]>
Merge pull request #4660 from Arthapz/clang-runtimes-windows

fix missing libc++/libstdc++ runtime support on windows for clang

github.com/xmake-io/xmake - 39a5bd6cc85b676d1387770c6f0079103862b8ee authored 12 months ago by ruki <[email protected]>
update tests to use XMake runtimes support

github.com/xmake-io/xmake - cb8b45ba6e641156ca2e7544cce901c749b9d30a authored 12 months ago by Arthur LAURENT <[email protected]>
fix missing libc++/libstdc++ runtime support on windows for clang

github.com/xmake-io/xmake - b5c99f42cf9f4347bf72a2fd86ea8c3b0b8cc44c authored 12 months ago by Arthur LAURENT <[email protected]>
take advantage of XMake runtimes support

github.com/xmake-io/xmake - 300600d704248cc861c0ac50174453fbd27fff61 authored 12 months ago by Arthur LAURENT <[email protected]>
fix headerunit compilation on clang

github.com/xmake-io/xmake - d9146626a3e55616446246a2a12166cc12ff806a authored 12 months ago by Arthur LAURENT <[email protected]>
fix gcc module support

github.com/xmake-io/xmake - 35f41b6dcf27d0fdcd2f112e086115720c2246cd authored 12 months ago by Arthur LAURENT <[email protected]>
Revert "use execv instead of iorunv"

This reverts commit 1780795781414c0fceb9d2f6c63c62188df0be02.

github.com/xmake-io/xmake - 713e8a5c201c54e54a3f6165f558c964c31f7cdc authored 12 months ago by Arthur LAURENT <[email protected]>
reenable build across targets in parallel policy

seems my refactoring doesn't prevent this policy to work fine

github.com/xmake-io/xmake - 931e8c688088089d14fd2527b48c7f6a3e165d05 authored 12 months ago by Arthur LAURENT <[email protected]>
Revert "reenable build across targets in parallel policy"

This reverts commit 9a47d92eaa9612bf6e3fdb72995d8872b533d082.

github.com/xmake-io/xmake - 635f106496d545a44cef51134586de17b5594a45 authored 12 months ago by Arthur LAURENT <[email protected]>
use execv instead of iorunv

to keep syntax coloration of clang / cl output when compiling modules

github.com/xmake-io/xmake - a1656243410a0d0b475835f347e8563065458844 authored 12 months ago by Arthur LAURENT <[email protected]>
optimise clang fallback dependency scanner

by not preprocess #include <stlheader> to make preprocessed file smaller to parse

github.com/xmake-io/xmake - 7dddd80a592a16f5b718ec8cf96254ac220205f7 authored 12 months ago by Arthur LAURENT <[email protected]>
refactor gcc module infrastructure

github.com/xmake-io/xmake - da5f589a7ea6dfce340b92aad88db8b84aebd5bd authored 12 months ago by Arthur LAURENT <[email protected]>
refactor clang module infrastructure

github.com/xmake-io/xmake - 2148980164af18f1cf362f535c5894c368349f54 authored 12 months ago by Arthur LAURENT <[email protected]>
refactor msvc module infrastructure

github.com/xmake-io/xmake - 82714f780177852367049edeeb047bb75ca88007 authored 12 months ago by Arthur LAURENT <[email protected]>
add a policy to toggle C++23 std module

github.com/xmake-io/xmake - a6f1cc3b301da925684e937489bddf8c41ac440a authored 12 months ago by Arthur LAURENT <[email protected]>
improve module tests

github.com/xmake-io/xmake - e20c6cafdb241ad6f858556c33463da1a092abdc authored 12 months ago by Arthur LAURENT <[email protected]>
refactor module common infrastructure

github.com/xmake-io/xmake - d52291f3389b2bf3f4b90e24c4670f41605c3cc8 authored 12 months ago by Arthur LAURENT <[email protected]>
update changelog

github.com/xmake-io/xmake - 8aeb3f7b343981756cdb8b468238776be7285f20 authored 12 months ago by ruki <[email protected]>
improve sudo lua

github.com/xmake-io/xmake - c4e9dcda21240b9683273a771d4c79446d706d91 authored 12 months ago by ruki <[email protected]>
remove PATH in xmake

github.com/xmake-io/xmake - 9d01da2a9127f8400e231cfc38e80fa7320b6ef0 authored 12 months ago by ruki <[email protected]>
select runtimes for buildhash

github.com/xmake-io/xmake - 2a43a89241ff5044661fa7449d6455386cd3a449 authored 12 months ago by ruki <[email protected]>
Merge pull request #4658 from xmake-io/xmakenv

remove PATH in xmake

github.com/xmake-io/xmake - 445e43b40846b29b9abb1293b32b27b7104f54fa authored 12 months ago by ruki <[email protected]>
fix preprocessor output

github.com/xmake-io/xmake - 042362f4c3f1dab8b6b5a32fcbbae20e66e224de authored 12 months ago by ruki <[email protected]>
update changelog

github.com/xmake-io/xmake - d3a86e72f8954982d8817de1f1a65f34b14b24f6 authored 12 months ago by ruki <[email protected]>
Merge pull request #4630 from xmake-io/runtimes

Improve runtimes to support libc++/libstdc++

github.com/xmake-io/xmake - fd85ae0a81de712ca3837b262e936fd67b8f483f authored 12 months ago by ruki <[email protected]>
add deprecated tips

github.com/xmake-io/xmake - e8c8fae2e3ada7f38b47c9238ee547ac06193241 authored 12 months ago by ruki <[email protected]>
improve more warnings

github.com/xmake-io/xmake - b67d2ce203e9535e0f2004ce7f81a690a79ec0ca authored 12 months ago by ruki <[email protected]>
improve check warnings

github.com/xmake-io/xmake - 3b12cd7ac54e33af6891fc7444128bb5c493366f authored 12 months ago by ruki <[email protected]>
use timer callback

github.com/xmake-io/xmake - a4f12b48cc062cade64b7e5eaaeb1a04e3c80632 authored 12 months ago by ruki <[email protected]>
improve co unlock

github.com/xmake-io/xmake - 4dc26106cea35b5fed96c58b1684bd4235b3ff4b authored 12 months ago by ruki <[email protected]>
Merge pull request #4651 from xmake-io/warn

Enable warning output by default

github.com/xmake-io/xmake - ef4d0a665fe010b3cb0f1d58cbb110a7469ebe78 authored 12 months ago by ruki <[email protected]>
Merge pull request #4656 from xq114/dev

Set CMAKE_OSX_ARCHITECTURES on macosx

github.com/xmake-io/xmake - ddd492657889e5a1a9315047b125e764e10e4abb authored 12 months ago by ruki <[email protected]>
clear target cache

github.com/xmake-io/xmake - 647e8c36c5d54635df12666f3a0bc45b45084389 authored 12 months ago by ruki <[email protected]>
use build warnings policy

github.com/xmake-io/xmake - 37ea03445cb35ed3f3966f3433211451175eead1 authored 12 months ago by ruki <[email protected]>
enable warning output by default

github.com/xmake-io/xmake - ef5cf74c8e31fbda01b75187e6c934331ad46009 authored 12 months ago by ruki <[email protected]>
Set CMAKE_OSX_ARCHITECTURES on macosx

github.com/xmake-io/xmake - 515fff23650bc7de4dbab7ea24d8b64e66c89360 authored 12 months ago by Hoildkv <[email protected]>
revert changelog

github.com/xmake-io/xmake - 80cf9dbc194a43eb36139977d65d80f590f9264c authored 12 months ago by ruki <[email protected]>
improve co_resume

github.com/xmake-io/xmake - d5cc9c973b817ed628643402d416a33c3613d164 authored 12 months ago by ruki <[email protected]>
improve to find_program

github.com/xmake-io/xmake - 039897c33bf0e4066eaae3583d09721f46226a87 authored 12 months ago by ruki <[email protected]>
update changelog

github.com/xmake-io/xmake - dbb46f95b4b61787857261807a741f8ae34db7f9 authored 12 months ago by ruki <[email protected]>
lock and unlock coroutine #4645

github.com/xmake-io/xmake - fba862bb13f8780dd01ce85be8ac7c5709289b6d authored 12 months ago by ruki <[email protected]>
split c and c++ languages

github.com/xmake-io/xmake - fec77395b2f96bac0bde5cd4d79115fd6d4b377e authored 12 months ago by ruki <[email protected]>
compatible with vs_runtime buildhash

github.com/xmake-io/xmake - eb17b64f82042e754000c4ae57a6e7184b19b8b0 authored 12 months ago by ruki <[email protected]>
improve conan runtimes

github.com/xmake-io/xmake - a7a9aeb01e456651600b1fb8cb2b7e590036d3db authored 12 months ago by ruki <[email protected]>
improve add files dynamiclly

github.com/xmake-io/xmake - 3781f4b6a26ce55b58b95fb704e5217afe231ce1 authored 12 months ago by ruki <[email protected]>
fix vs_runtime readonly

github.com/xmake-io/xmake - 6f05013ae1fcf9f050d949796c2d74b7aa27c1d9 authored 12 months ago by ruki <[email protected]>
fix vs_runtime default

github.com/xmake-io/xmake - 3618119fe36169f63bf9c4efcad5f9802ba37581 authored 12 months ago by ruki <[email protected]>
improve conan runtimes again

github.com/xmake-io/xmake - 7c0fcf37dae8da15fe47f5ae8c35bcfa07570e0a authored 12 months ago by ruki <[email protected]>
check static libstdc++

github.com/xmake-io/xmake - 3b3b6c0c1b3bec273a4af6052ec98e17bbc8ac39 authored 12 months ago by ruki <[email protected]>
improve package runtime type

github.com/xmake-io/xmake - a053cf76793f0b0ce3da1d709a0d10db4ec45a30 authored 12 months ago by ruki <[email protected]>
pass runtimes to 3rd package

github.com/xmake-io/xmake - 2fb724f49f1ededb23998688c90ba01ec0d12467 authored 12 months ago by ruki <[email protected]>
remove more vs_runtime

github.com/xmake-io/xmake - 229bccd5eeca9fb6da8b93c76d0d13f9c2b85314 authored 12 months ago by ruki <[email protected]>
remove toolchain runtimes

github.com/xmake-io/xmake - eeb0f80823bfd4fdd45a9d9a4eede7f407905fea authored 12 months ago by ruki <[email protected]>
fix package runtimes

github.com/xmake-io/xmake - 4e8b4b2c8bd84fb28aefcbf6ceb9eff5cd06143c authored 12 months ago by ruki <[email protected]>
add vs_runtime config

github.com/xmake-io/xmake - 10f28484e790d677b805361875060ebde662bdb2 authored 12 months ago by ruki <[email protected]>
add runtimes option

github.com/xmake-io/xmake - de227a41eaa079f4ee3c725922495f8ce0f96833 authored 12 months ago by ruki <[email protected]>
pass runtimes to toolchain

github.com/xmake-io/xmake - c622a4e8a6542cc9234344ab323139f5e8f23612 authored 12 months ago by ruki <[email protected]>
limit toolchain runtimes

github.com/xmake-io/xmake - eddb673f8fffc281fa9a5c9ef56ef0c00495a627 authored 12 months ago by ruki <[email protected]>
add runtimes for clang-cl

github.com/xmake-io/xmake - c5f7e1ffa4aefdccd4007cc3d291de6fc9413f38 authored 12 months ago by ruki <[email protected]>
fix platform error

github.com/xmake-io/xmake - ecaa9738b2f784f69009ca7902855f3528c08af9 authored 12 months ago by ruki <[email protected]>
use runtimes for ndk

github.com/xmake-io/xmake - 6059675c1ed54a7a77fb695b1ad3aef934640235 authored 12 months ago by ruki <[email protected]>
limit gcc runtimes

github.com/xmake-io/xmake - bda43e3e865e2336db2bdf2b66af9beb235da1df authored 12 months ago by ruki <[email protected]>
improve clang runtime

github.com/xmake-io/xmake - 5d2f15a1004be7baaaeb08b2e196ad77c52f9647 authored 12 months ago by ruki <[email protected]>
improve compile runtime rules

github.com/xmake-io/xmake - 4f7105af06f2b9f390b3441328911b48cb35b7e9 authored 12 months ago by ruki <[email protected]>
get runtimes for target

github.com/xmake-io/xmake - 64df1054c8c48a5f9008bd801759f8f4d696f616 authored 12 months ago by ruki <[email protected]>
improve android runtimes

github.com/xmake-io/xmake - a74bb4c14a8eda9c70062c1c6f592f2474672b71 authored 12 months ago by ruki <[email protected]>
remove stdc++ for apple os

github.com/xmake-io/xmake - 9f76e77a010c835f17a8a4ed65254df84e38d7e7 authored 12 months ago by ruki <[email protected]>
improve to check runtimes

github.com/xmake-io/xmake - 0b4aa5644e51a62aa69e8d41f81b48629910a5c2 authored 12 months ago by ruki <[email protected]>
rename vs_runtime to runtimes in package configs

github.com/xmake-io/xmake - ad109d0818b38889e703a038514a3acb0d90cdd7 authored 12 months ago by ruki <[email protected]>
improve package:config

github.com/xmake-io/xmake - cb4f23888446db5392ca67219a370328b459693a authored 12 months ago by ruki <[email protected]>
Merge pull request #4649 from SirLynix/improve-gitrepo

Fix CRLF issues with Git

github.com/xmake-io/xmake - 21aeb8d32ec1892904cc34a57e9c2c3d83b9f1bd authored 12 months ago by ruki <[email protected]>
disable ifaddrs for alpine

github.com/xmake-io/xmake - 85bfb36d4e608662b74e5c42ac9e6a9052b3451e authored 12 months ago by ruki <[email protected]>