2
0
Ivan Denisov b8c151d48c detect if string is too long in StdInterpreter (by Anton Dmitriev) 5 жил өмнө
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 жил өмнө
Cons 4c790627ba error fixed 5 жил өмнө
Dev 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 жил өмнө
Docu 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 жил өмнө
Host 4b18376b9c save and restore default fonts settings 6 жил өмнө
Obx 9a2b37ab5f new -> BlackBox 11 жил өмнө
Sql 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 жил өмнө
Std b8c151d48c detect if string is too long in StdInterpreter (by Anton Dmitriev) 5 жил өмнө
System b8c151d48c detect if string is too long in StdInterpreter (by Anton Dmitriev) 5 жил өмнө
Text 2c33f3d4c2 center issue-#202 drag & pick across BlackBox instances traps 5 жил өмнө
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 жил өмнө
_FreeBSDLinuxOpenBSD_ 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 жил өмнө
_FreeBSDLinuxOpenBSD_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) 5 жил өмнө
_FreeBSDLinuxOpenBSD_Interp 37c84169ef files list corrected 5 жил өмнө
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 жил өмнө
_FreeBSDOpenBSD_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) 5 жил өмнө
_FreeBSD_ c01f06e545 HostFiles asks for creation of directories 5 жил өмнө
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 жил өмнө
_Linux_ c01f06e545 HostFiles asks for creation of directories 5 жил өмнө
_Linux_GUI 2fbceca826 move global variable dialogIsOpen from HostWindows to HostGnome for correct processing of Kernel.MessageBox (by Eugene Temirgaleev) 5 жил өмнө
_OpenBSD_ c01f06e545 HostFiles asks for creation of directories 5 жил өмнө
_Windows_ c2b69cfde1 center #200, network file delete under Win10 sometimes fails 6 жил өмнө
_Windows_GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 жил өмнө
_Windows_Interp 3a82ab2548 center issue-#201 Importer and Exporter for UTF-8 texts 5 жил өмнө
__GUI 5219005c01 center #160, outdated link to OP2.Paper.ps, rename Sql/Docu/Db.odc and small changes in documentation 5 жил өмнө
__Interp c01f06e545 HostFiles asks for creation of directories 5 жил өмнө
LICENSE.txt cae7de606d update year 7 жил өмнө
README 9a2b37ab5f new -> BlackBox 11 жил өмнө
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 жил өмнө
export 5aaf5ef5eb fix export 8 жил өмнө
run-BlackBox 67c73dacfb pass command line arguments 8 жил өмнө
run-dev0 67c73dacfb pass command line arguments 8 жил өмнө
switch-target 41b5c8b9b5 clean fixed 8 жил өмнө

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