Ecosyste.ms: OpenCollective

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

github.com/xmake-io/xmake

🔥 A cross-platform build utility based on Lua
https://github.com/xmake-io/xmake

improve to match script

237cec51d53c8b0fa4372f78d8b2164045352d37 authored 12 months ago
improve test

65956e89ac52a0ee6d914cba74d1fea8e32c9f58 authored 12 months ago
improve to match script

043cacd380110c7a1c0cbf46ff188226b335fb67 authored 12 months ago
Merge pull request #4729 from xmake-io/script

Improve to select script

e860f98a8bbc60d296b03a95c374609be86713d8 authored 12 months ago
Merge pull request #4728 from Arthapz/reuse-modules

implement module reusage based on flag comparison

b1d3ab468f9fefaed3368d0a9bb90fb4f9c0807b authored 12 months ago
Merge pull request #4736 from Arthapz/fix-depends-diagnosis

fix depend.lua diagnosis

2dc22332518a885e565eb17e97f3bafe405748f4 authored 12 months ago
improve incremental compilation fix

45b8fa3d0f456e820e6fdd38c7e000fa52064b4d authored 12 months ago
cleanup

be329f008903ce4989bdd0de7cea6f48d54b2d63 authored 12 months ago
fix depend.lua diagnosis

3cb45e3806f811916fabcdcb758890d72ca43f62 authored 12 months ago
try to fix incremental build

04cee167684b1ad14f1c653dbd262253459d509e authored 12 months ago
improve comments

0cd8d53b058758dc86b8243ff4dd07c20ef855e6 authored 12 months ago
improve xpack script

5c51e97c3c35d21f8b463ed3377e113b55c4af22 authored 12 months ago
improve to select script

a208ed59d8068fbb34a0baae4e01a5276021ac94 authored 12 months ago
fix incremental compilation for msvc

eca1b25949b70d326cb698fdca9db81c3dbc4aea authored 12 months ago
implement module reusage based on flag comparison

fix gcc

fix msvc

fix msvc

fix msvc

fix

1a6c4c2a93c80d6ed17a70100f62b221b3730000 authored 12 months ago
Merge pull request #4730 from xq114/dev

fix ar patch on macosx

c601bfa8240467a0a7d5ba463dd321b2be1d1bdd authored 12 months ago
fix ar patch on macosx

d58663fa56c98b8ab0a08faa664439a99ea1893b authored 12 months ago
Merge pull request #4707 from Arthapz/support-moduleonly-libraries

Support moduleonly libraries

a7396842b55fb3d9747b5da199d6d5ec1afb8aa9 authored 12 months ago
Update main.lua

b6983ac3373a704f0f63c514655221473383e46d authored 12 months ago
Update cmakelists.lua

0550446f4dc00728801f233f0e815aafbe521ac8 authored 12 months ago
Merge pull request #4727 from xmake-io/inctest

test modules incremental compilation

c68dad9c520093e74de0659d8723bfe5b14aae9a authored 12 months ago
test modules incremental compilation

6015b11e6904c81b676c53d6947d7ab00a474781 authored 12 months ago
Merge pull request #4725 from A2va/improve-format

Support build arguments in the format plugin

d22eb92376a02e6c4443c7c683531d969eba2d3d authored 12 months ago
Support build arguments in the format plugin

ff532d9dc4114503447bb5b0e8e274877610be85 authored 12 months ago
Merge pull request #4721 from Arthapz/fix-stdmodule-clang

fix find_file for libc++.modules.json when in a subdir

e6fd7cad454f75bea550ecd4783d2c0496684953 authored 12 months ago
Update compiler_support.lua

7267466159b053fbd8d71edd2ff735dfe51e7f6d authored 12 months ago
fix libc++.modules.json finding

37c10d665f000c5387ca8a686a41cddb6dd85014 authored 12 months ago
fix find_file for libc++.modules.json when in a subdir

0e9efa8d7d982f11603db9ac848770231f9dff75 authored 12 months ago
add support of xmake package for modules

3af5f89b0c56d83e31a645c5a9ff440f900d6a58 authored 12 months ago
support uninstalling modules

b0819c9bc05ed539d6f84f07eb8bf2ee89b1e40c authored 12 months ago
cleanup

7b6d069488f8d7418f01e7f8f87dc34d0b502cd6 authored 12 months ago
fix CMake moduleonly support

14a186c9a2ee9df85621361af610fcf4dc96befe authored 12 months ago
fix module compilation for CMake

93545500fa6f1ac8bb9980d3837ca5b6847b0ebb authored 12 months ago
fix msvc batchcmds

b23959e2e56181f021f4f41dd7aaedc3bd8197f3 authored 12 months ago
support ProjectReferences for VS project generator

955f2bb283e338e10cb3616c25ed41db9103d6f2 authored 12 months ago
implement basic cmake support for moduleonly

e721aae44e6b8fbfd8b6434bffbdf5279259af96 authored 12 months ago
cleanup

5d088711452a880de0a101e1d1759207eac1cf68 authored 12 months ago
update vs project generator to support moduleonly target kind

6e3d6c4cf7166e093ba77fac1d221ff6daef1792 authored 12 months ago
improve export_all for clang #4719

bd3e33545598f5c8647668f48d7e35c7cf9a3ec0 authored 12 months ago
improve moduleonly vsxmake

6f520cf8320ddb4424560b9094fb74844dd8e40b authored 12 months ago
fix msvc batchcmds

56ba14af708baf74759e825052d2b41024360ea1 authored 12 months ago
update vsxmake to handle moduleonly target kind

348a74ac9d4eeb464e8f890c453e39cb77ab2446 authored 12 months ago
fix test

dee7608d9e53e040803fdaff4e87561ac3932943 authored 12 months ago
use target:is_binary instead of target:kind() == "binary"

618f75184179eafa6ae8bcd4c9e81acaeebc6b53 authored 12 months ago
use table.orderpairs for generate_metadata

d98db4c10802a503dd824d0dcb15bacb76d29749 authored 12 months ago
improve moduleonly.lua

384256cb7e9624cfe6af6055b0f1a55988c4f5f9 authored 12 months ago
fix to build storeboard

76558d21fd3277f5f8d7c43c69d0b24f68ca4acd authored 12 months ago
update tbox

2278adbfa6e70cd9247f844e3ca75da35eac8978 authored 12 months ago
update tbox

5d8ef349076d5f96bb9bc13d6f0c0b217dd31d36 authored 12 months ago
update tbox

0c5a2b3789adac78329ceac56d4aa5a2b0fc3eb5 authored 12 months ago
improve soname

ac5e6c6b2d840d1cbfa0b16d38bfa9c7edc85720 authored 12 months ago
Merge pull request #4720 from xq114/dev

force to apply -arch arm64 for autoconf

cde78b29f0f7e0f45d237bb19d99b764133e2bac authored 12 months ago
force to apply -arch arm64 for autoconf

ade940b6569094837226e118cf050c690635b3f9 authored 12 months ago
fix ccbin in compile_commands.lua

a07f210b30df69a55cddadaad75d46b1374f044c authored 12 months ago
Update xmake.lua

c732c99ed56183243230f555d775a2eac78ec3ca authored 12 months ago
Update xmake.lua

ec17990db4b9c01d040d9c86c1518c7529380f3b authored 12 months ago
Update xmake.lua

660d40f8344289caedd5273d6a00558b575110b0 authored 12 months ago
Update bar.mpp

50ecef532fbd1e24845656b6422e6b65c85bd421 authored 12 months ago
Update xmake.lua

eb1fd6ff416d62865fe34667284b79b780c1dfac authored 12 months ago
implement target kind moduleonly

8929c381e0cd70ff804e7c52bb3efc134e056e78 authored 12 months ago
fix os.execv and update tbox

136350b6422b1dee9ae599c44e866bc1b2a18e39 authored 12 months ago
fix soname link

b68a8beb9baba778d2d467863fd41120dfa31bb2 authored 12 months ago
update tbox

6d635f24fda7ce5e31c5350cf67415e26ff1452f authored 12 months ago
improve test jobs

3c4ce8986b515d8553ef1e6cb1108d56e62f809e authored 12 months ago
update changelog and readme

b74097ad5fa27dd871ef4cdc6e342342eaca6192 authored 12 months ago
add cosmoar support

78a1a52f425010571eda84ab1cefeb11d78c20c8 authored 12 months ago
remove -S

469f941f5680273b5b734996677b055a776f0056 authored 12 months ago
improve has_flags

b8c2e1315d46944e72fdaa0b23eb96c34361bfa3 authored 12 months ago
improve has_flags

141b1ba725ea1d7e0f6a87a673db6b97b335d718 authored 12 months ago
disable ccache for windows

61de5394ae8d322c0f1f89e1ee322d8adaaa07d8 authored 12 months ago
fix windows files path

7dd4614a455be4d24ef6d8796f053f250bf92c39 authored 12 months ago
improve to find cosmocc

1328e9a90cbc4be7d3019539226c61f3d7eccac6 authored 12 months ago
fix formats

619db25f2c85fa771643b3924632915f332b9cce authored 12 months ago
pass shell

1dd66f29e0923d994fc37fcee2db328367c46e7b authored 12 months ago
check download tool

8c92537300242e1705e522fe0e6a8087fe1f685c authored 12 months ago
Merge pull request #4714 from Arthapz/fix-stdmodule-clang

fix stdmodule find_file and update test

0c8646de19a28268d651f954b187120b3319a009 authored 12 months ago
fix stdmodule find_file and update test (std module doesn't export

::size_t only std::size_t)

c11559ee96ac6289713365de62e04ddbbb6be7e0 authored 12 months ago
Merge pull request #4704 from xmake-io/cosmocc

Add cosmocc toolchain support

c2d5a4a059d88134ef426cb58499994ef02508b2 authored 12 months ago
fixe module installation

3266f5dda184c4d1b1d340ec9e21cc9f299fcb84 authored 12 months ago
cleanup

cf5c45be7013afc766e63f6d756f32d77ae426cc authored 12 months ago
remove old file

effa81f89c816e3b9951c1cac1fad01644b02f22 authored 12 months ago
fix packages test

e8b4dafc56fb43af310e9b71c1ead5784949ed74 authored 12 months ago
add support of moduleonly targets with c++.moduleonly rule

3280d7f327d762491d36d68a7a0d3ecc89bc7a19 authored 12 months ago
update relevent tests to use moduleonly target rule

3a7d68de17f19afadc2f7eec698d54861ecd729d authored 12 months ago
improve to find cosmocc

4c6ea8fc3681cab9cedadca221263f300726b232 authored 12 months ago
fix toolchain format

b5aa7bfa552889527db96a45a4cef91559f7aede authored 12 months ago
fix test

8fa5433f3f8136c627dd594f1249edf175896cd8 authored 12 months ago
improve test.lua

a2d3c06fc509f749afbaedb90c1cbec7920e8207 authored 12 months ago
add test.lua

9c41c4b806e46bd460bec410870930c785b3aa54 authored 12 months ago
fix msvc

359ad44c2c98b3a42325bb308b0657072edb622c authored 12 months ago
fix gcc

6739478d0bf6a4aaf0d1a1caf1c6b60532fa07f8 authored 12 months ago
fix tests

cf0e793a7cee0e1225c307473794245529cbc302 authored 12 months ago
pass shell to cosmocc

b78f608ae74c5c0398e9160891fc6bbef08e358f authored 12 months ago
improve to find cosmocc

832fc8ded7cbe98ab0244b6975d45215615221b0 authored 12 months ago
disable strip

7da1f4565975341780560026fe0e28a51091ce70 authored 12 months ago
impl cosmocc tool

62f498ded882ce0f43bc7ee287d91c59827a5fa2 authored 12 months ago
find cosmocc

968d7dc6f05661c381a49e965f56f397cdbb7868 authored 12 months ago
add cosmocc toolchain and test

8020014e06e7a43c9cd6cd3724f41521d8131723 authored 12 months ago
fix author

4972cfb86feab7310995ffeb84edd656017efab8 authored 12 months ago
cull unreferenced modules and fix gcc module mapper

0b8ea930d1d9cc7dbb38fa62d1331f2addbbdc66 authored 12 months ago