• Japan
  • Joined on 2026年06月06日
nxeu pushed to main at nxeu/ordo 2026年06月17日 03:29:03 +02:00
2f7f5b9915
docs: add REQ-LUA requirements for Lua build scripts on git dependencies
nxeu pushed to main at nxeu/ordo 2026年06月16日 22:08:51 +02:00
c8481c7f32
docs: add install script, rewrite README with actual features and roadmap
nxeu pushed tag v0.1.0 to nxeu/ordo 2026年06月16日 22:02:23 +02:00
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:57:35 +02:00
633395a45f
ci: add GitHub Actions for CI and cross-platform release builds
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:44:58 +02:00
d2f5314ce7
feat: show libs, frameworks, and include paths in ordo tree
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:43:45 +02:00
617647efd4
feat: show 2-line progress with detail for vcpkg, conan, and git operations
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:40:45 +02:00
7ed6693f61
fix: stream vcpkg/conan progress during ordo add resolve
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:39:30 +02:00
8b632b9400
feat: stream provider output to spinner, unify CommandRunner trait
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:29:42 +02:00
34efe90ce1
fix: parse -Wl,-weak_framework and -Wl,-framework flags from conan .pc files
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:24:24 +02:00
dee9662c19
fix: apply correct language standard per source file in ninja and compile_commands
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:22:23 +02:00
46f5853f74
fix: do not apply C++ standard flag to C-only projects
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:20:56 +02:00
2d1d75d08e Merge pull request 'feat: support version pin and range operators for vcpkg' (#10) from feat/version-pin-operators into main
e58c8653a5
fix: normalize short version numbers for vcpkg (11 → 11.0.0)
e3b7c89b79
feat: support version pin and range operators for vcpkg dependencies
Compare 3 commits »
nxeu merged pull request nxeu/ordo#10 2026年06月16日 21:20:56 +02:00
feat: support version pin and range operators for vcpkg
nxeu created pull request nxeu/ordo#10 2026年06月16日 21:20:10 +02:00
feat: support version pin and range operators for vcpkg
nxeu pushed to feat/version-pin-operators at nxeu/ordo 2026年06月16日 21:19:43 +02:00
e58c8653a5
fix: normalize short version numbers for vcpkg (11 → 11.0.0)
nxeu pushed to feat/version-pin-operators at nxeu/ordo 2026年06月16日 21:18:00 +02:00
e3b7c89b79
feat: support version pin and range operators for vcpkg dependencies
nxeu created branch feat/version-pin-operators in nxeu/ordo 2026年06月16日 21:18:00 +02:00
nxeu pushed to main at nxeu/ordo 2026年06月16日 21:15:21 +02:00
7d7ee029cd Merge pull request 'fix: batch vcpkg install to prevent packages overwriting each other' (#9) from fix/vcpkg-batch-install into main
c5c047ebd2
fix: use full clone for vcpkg, auto-unshallow existing shallow clones
d706b8b623
fix: add builtin-baseline to vcpkg manifest when version constraints are used
5d0d075262
fix: batch vcpkg install to prevent packages overwriting each other
Compare 4 commits »
nxeu merged pull request nxeu/ordo#9 2026年06月16日 21:15:21 +02:00
fix: batch vcpkg install to prevent packages overwriting each other
nxeu pushed to fix/vcpkg-batch-install at nxeu/ordo 2026年06月16日 21:11:50 +02:00
c5c047ebd2
fix: use full clone for vcpkg, auto-unshallow existing shallow clones