Alexander Shiryaev 977f846b49 compile lists fixed vor 5 Jahren
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version vor 8 Jahren
Cons 78c5851232 fix link command in docu vor 5 Jahren
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation vor 5 Jahren
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout vor 5 Jahren
Host 4b18376b9c save and restore default fonts settings vor 7 Jahren
Obx 9a2b37ab5f new -> BlackBox vor 11 Jahren
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation vor 5 Jahren
Std 234c3e738e remember converter for files opened in browser mode vor 5 Jahren
System 78c5851232 fix link command in docu vor 5 Jahren
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps vor 5 Jahren
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version vor 8 Jahren
_FreeBSDLinuxOpenBSD_ 1c9bfb67ce HostDates not using DLL variable timezone, sign of UTC bias fixed vor 5 Jahren
_FreeBSDLinuxOpenBSD_GUI 977f846b49 compile lists fixed vor 5 Jahren
_FreeBSDLinuxOpenBSD_Interp 198f7ed524 txt → odc vor 5 Jahren
_FreeBSDOpenBSD_ 198f7ed524 txt → odc vor 5 Jahren
_FreeBSDOpenBSD_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) vor 5 Jahren
_FreeBSD_ 198f7ed524 txt → odc vor 5 Jahren
_LinuxOpenBSD_ 6940a0185f Linux Libc generator vor 7 Jahren
_Linux_ 198f7ed524 txt → odc vor 5 Jahren
_Linux_GUI a93e02cb8d extend bindings for Tyler project (A. Dmitriev) vor 5 Jahren
_OpenBSD_ 198f7ed524 txt → odc vor 5 Jahren
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails vor 6 Jahren
_Windows_GUI 28a0b9e79d move memInStatus to Dialog vor 5 Jahren
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts vor 5 Jahren
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation vor 5 Jahren
__Interp c01f06e545 HostFiles asks for creation of directories vor 5 Jahren
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout vor 5 Jahren
README 9a2b37ab5f new -> BlackBox vor 11 Jahren
clean c351e47873 sync with 1.7-beta, debug windows interp version vor 9 Jahren
export 5aaf5ef5eb fix export vor 8 Jahren
run-BlackBox 67c73dacfb pass command line arguments vor 8 Jahren
run-dev0 67c73dacfb pass command line arguments vor 8 Jahren
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts vor 5 Jahren

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