Ivan Denisov 9131831a89 #018 msgs to kernel 5 år sedan
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 år sedan
Cons 70dd46ff5c support only UTF-8 console encoding 5 år sedan
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 år sedan
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 år sedan
Host 4b18376b9c save and restore default fonts settings 7 år sedan
Obx 9a2b37ab5f new -> BlackBox 11 år sedan
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 år sedan
Std 6fa866805e remember converter for files opened in browser mode 5 år sedan
System ccb5028760 Docu for Services.SafeActions; removed unwanted fold in Services 5 år sedan
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 år sedan
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 år sedan
_FreeBSDLinuxOpenBSD_ 9131831a89 #018 msgs to kernel 5 år sedan
_FreeBSDLinuxOpenBSD_GUI e3f27b3560 020 - 2 5 år sedan
_FreeBSDLinuxOpenBSD_Interp e3f27b3560 020 - 2 5 år sedan
_FreeBSDOpenBSD_ a782e2df28 txt → odc 5 år sedan
_FreeBSDOpenBSD_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 år sedan
_FreeBSD_ 9131831a89 #018 msgs to kernel 5 år sedan
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 år sedan
_Linux_ 9131831a89 #018 msgs to kernel 5 år sedan
_Linux_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) 5 år sedan
_OpenBSD_ 9131831a89 #018 msgs to kernel 5 år sedan
_Windows_ 9131831a89 #018 msgs to kernel 5 år sedan
_Windows_GUI e3f27b3560 020 - 2 5 år sedan
_Windows_Interp e3f27b3560 020 - 2 5 år sedan
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 år sedan
__Interp c01f06e545 HostFiles asks for creation of directories 5 år sedan
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 år sedan
README 9a2b37ab5f new -> BlackBox 11 år sedan
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 år sedan
export 5aaf5ef5eb fix export 8 år sedan
run-BlackBox 67c73dacfb pass command line arguments 8 år sedan
run-dev0 b15b99342a 020 - 1 5 år sedan
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts 5 år sedan

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox