Ivan Denisov defb82d405 alternative fix of center issue-#199 https://forum.blackboxframework.org/viewtopic.php?f=40&t=755 hace 5 años
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version hace 8 años
Cons 3d5bca760a #033: replace INTEGER to LONGINT in Log.Int and Log.IntForm hace 5 años
Dev defb82d405 alternative fix of center issue-#199 https://forum.blackboxframework.org/viewtopic.php?f=40&t=755 hace 5 años
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout hace 5 años
Host 4b18376b9c save and restore default fonts settings hace 6 años
Obx 9a2b37ab5f new -> BlackBox hace 11 años
Sql 285acea4c3 remove unicode operations from Strings. part 2 hace 5 años
Std 2cc8d25c5f remove unicode operations from Strings hace 5 años
System 2992ccbd6c Move initialization of Dialog.version from Host subsystem straight into Dialog. According to docu, .version is the version of framework, and it doesn't depend on either the Host or the app hace 5 años
Text 2cc8d25c5f remove unicode operations from Strings hace 5 años
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf hace 5 años
_FreeBSDLinuxOpenBSD_ b19cdea6f8 check & fix for FreeBSD 12.1 hace 5 años
_FreeBSDLinuxOpenBSD_GUI 2cc8d25c5f remove unicode operations from Strings hace 5 años
_FreeBSDLinuxOpenBSD_Interp d319b71fe8 fix pack list for dev0 hace 5 años
_FreeBSDOpenBSD_ a782e2df28 txt → odc hace 5 años
_FreeBSDOpenBSD_GUI cc18d4ee76 adopt last features for FreeBSD kernel hace 5 años
_FreeBSD_ cc18d4ee76 adopt last features for FreeBSD kernel hace 5 años
_LinuxOpenBSD_ b19cdea6f8 check & fix for FreeBSD 12.1 hace 5 años
_Linux_ c3aeeca7a3 Heuristic Stack Overflow detection and trap for Linux. Based on work of A.Shiryaev hace 5 años
_Linux_GUI b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf hace 5 años
_OpenBSD_ 79210936dd remove export of debuging log procedures from Kernel hace 5 años
_Windows_ 2992ccbd6c Move initialization of Dialog.version from Host subsystem straight into Dialog. According to docu, .version is the version of framework, and it doesn't depend on either the Host or the app hace 5 años
_Windows_GUI 285acea4c3 remove unicode operations from Strings. part 2 hace 5 años
_Windows_Interp d319b71fe8 fix pack list for dev0 hace 5 años
__GUI 2cc8d25c5f remove unicode operations from Strings hace 5 años
__Interp c01f06e545 HostFiles asks for creation of directories hace 5 años
LICENSE.txt 67186b335e update year; reduce duplicate of lincese and Help; update About layout hace 5 años
README 9a2b37ab5f new -> BlackBox hace 11 años
clean c351e47873 sync with 1.7-beta, debug windows interp version hace 9 años
export 5aaf5ef5eb fix export hace 8 años
run-BlackBox 67c73dacfb pass command line arguments hace 8 años
run-dev0 b15b99342a 020 - 1 hace 5 años
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts hace 5 años

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