index
:
~aehlig/just-buildsystem/rules-cc.git
master
C/C++ rules for the just build tool
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CC
/
foreign
Age
Commit message (
Expand
)
Author
2025-02-13
foreign rules: support extra remote-execution properties
Klaus Aehlig
2025-02-13
cmake-build: actually honor TIMEOUT_SCALE
Klaus Aehlig
2024-12-16
"CC/foreign/shell" rules: fix documentation
Klaus Aehlig
2024-12-02
expand_exec: Fix quoting for older dash shells
Oliver Reiche
2024-11-06
Prefer built-in "nub_left"
Klaus Aehlig
2024-09-27
Do not expand variables in PATH
Klaus Aehlig
2024-06-11
["CC/foreign/shell", "data"] honor shell toolchain
Klaus Aehlig
2024-06-11
foreign rules: fix computation of absolute paths
Klaus Aehlig
2024-05-22
CC/foreign: support shell toolchain
Klaus Aehlig
2023-11-30
CC/foreign/shell rules: avoid empty path segment
Klaus Aehlig
2023-11-20
foreign: Implement shell library
Oliver Reiche
2023-11-20
foreign: Only resolve symlinks on user request
Oliver Reiche
2023-11-20
foreign: Do not follow symlinks of tool paths
Oliver Reiche
2023-11-20
defaults: Fix flag inheritance
Oliver Reiche
2023-09-27
foreign: Fix missing path union
Oliver Reiche
2023-08-30
foreign: Implement 'expand_exec' via POSIX shell
Oliver Reiche
2023-08-25
foreign: Add support for ["foreign/CC/shell", "data"]
Oliver Reiche
2023-08-25
foreign: Fix resolve abs path of build tools
Oliver Reiche
2023-08-25
foreign: Support defaults for foreign rules
Oliver Reiche
2023-08-25
foreign: Resolve DESTDIR symlinks instead of deleting them
Oliver Reiche
2023-08-25
foreign: Do not use "/usr/bin/which"
Oliver Reiche
2023-08-25
foreign: Do not hardcode shell location
Oliver Reiche
2023-08-16
rules: Propagate PATH list from defaults
Oliver Reiche
2023-07-10
cmake: Support "targets" field
Oliver Reiche
2023-07-10
foreign: Support overriding defaults via options
Oliver Reiche
2023-07-10
cmake: Make $(AR) available to options
Oliver Reiche
2023-07-10
foreign: Support expanding env variables in options
Oliver Reiche
2023-07-10
foreign: Expose localbase via env var $LOCALBASE
Oliver Reiche
2023-07-10
make: Support staging of deps to localbase
Oliver Reiche
2023-06-01
CC/foreign rules: support timeout scaling
Klaus Aehlig
2023-05-31
foreign/make: Do not set -j without job number
Oliver Reiche
2023-05-31
Update cmake rules to honor dependencies
Sascha Roloff
2023-05-30
rules-cc/foreign: Set rpath
Oliver Reiche
2023-05-30
rules-cc/foreign: Support toolchain deps
Oliver Reiche
2023-05-30
rules-cc/foreign: Also redirect stderr to log file
Oliver Reiche
2023-05-30
rules-cc/foreign/make: Support configure step
Oliver Reiche
2023-05-30
rules-cc/foreign/make: Support multiple targets
Oliver Reiche
2023-05-30
rules-cc/foreign: Support project sub-directory
Oliver Reiche
2023-05-30
rules-cc: Support for external toolchains
Oliver Reiche
2023-05-30
rules-cc: Use field_map_provider for default-ENV
Oliver Reiche
2023-05-16
Set CMAKE_{SOURCE,BINARY}_DIR in cmake build environment
Sascha Roloff
2023-05-16
Remove CMAKE_BUILD_PARALLEL_LEVEL from cmake build environment
Sascha Roloff
2023-01-31
Support "CC/foreign/make" data and library
Oliver Reiche
2023-01-31
cmake: Support setting number of build jobs
Oliver Reiche
2023-01-31
cmake: Support pre_cmds and post_cmds
Oliver Reiche
2023-01-31
cmake: Remove ineffective CMAKE_AR from configure arguments
Oliver Reiche
2023-01-31
Fix result of ["CC/foreign/cmake", "data"]
Oliver Reiche
2023-01-26
Support creating libraries from CMake project
Oliver Reiche