Hello BitShift Validate

This commit is contained in:
2026-06-24 14:13:35 +02:00
commit 3caa3d05d6
57 changed files with 6363 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
/config.build
/root/
/bootstrap/
build/
+7
View File
@@ -0,0 +1,7 @@
project = bitshift-validate
using version
using config
using test
using install
using dist
+6
View File
@@ -0,0 +1,6 @@
$out_root/
{
include bitshift/validate/
}
export $out_root/bitshift/validate/lib{validate}
+14
View File
@@ -0,0 +1,14 @@
cxx.internal.scope = current
cxx.std = latest
using cxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target