Ivan Denisov ad5cd01b6c linking of ConsLog example fixed há 6 anos atrás
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version há 8 anos atrás
Cons ad5cd01b6c linking of ConsLog example fixed há 6 anos atrás
Dev 5c1ad8de4d center issue #195, support for long identifiers in trap handlers há 6 anos atrás
Docu cae7de606d update year há 7 anos atrás
Host 4b18376b9c save and restore default fonts settings há 6 anos atrás
Obx 9a2b37ab5f new -> BlackBox há 11 anos atrás
Sql 5ccaca6b74 synced with 1.7 há 8 anos atrás
Std 5c1ad8de4d center issue #195, support for long identifiers in trap handlers há 6 anos atrás
System d6e8adbef4 center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched há 6 anos atrás
Text bb8833ffdd synced with 1.7.1 from Center há 7 anos atrás
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version há 8 anos atrás
_FreeBSDLinuxOpenBSD_ bf603f1042 set SIG_IGN for SIGCHLD há 6 anos atrás
_FreeBSDLinuxOpenBSD_GUI 86bd8f4166 persistant language recovery and over Prefs settings. StdInterpreter placed first in Init IMPORT sectiong for handling Dialog.Call during HostRegistry initialisation há 6 anos atrás
_FreeBSDLinuxOpenBSD_Interp 406cb9044f fix txt converter missing modules in dev0 compiler há 6 anos atrás
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox há 8 anos atrás
_FreeBSDOpenBSD_GUI 4b18376b9c save and restore default fonts settings há 6 anos atrás
_FreeBSD_ bf603f1042 set SIG_IGN for SIGCHLD há 6 anos atrás
_LinuxOpenBSD_ 6940a0185f Linux Libc generator há 7 anos atrás
_Linux_ 9de2071def Linux dev0 updated há 6 anos atrás
_Linux_GUI 76c69f49c7 Add [ccall16] flag to Gtk procedures and improve Gtk initialization. Reported by Andrey Golyantov for CRUX and Mario Ray Mahardhika for Manjaro Linux. há 6 anos atrás
_OpenBSD_ bf603f1042 set SIG_IGN for SIGCHLD há 6 anos atrás
_Windows_ d6e8adbef4 center issue #194, Meta.PutParam and Kernel.Call for open arrays are mismatched há 6 anos atrás
_Windows_GUI 6d744ead04 fix blur in window 10 (correct False -> True) há 6 anos atrás
_Windows_Interp 07086e71c4 center issue-#184 HYPERLINK ignored in RTF import. Iterp and FreeBSDLinuxOpenBSD versions of HostTextConv synced with Windows version. há 7 anos atrás
__GUI c17320512d center issue-#187 adding a run-time debugger to BlackBox há 6 anos atrás
__Interp 86bd8f4166 persistant language recovery and over Prefs settings. StdInterpreter placed first in Init IMPORT sectiong for handling Dialog.Call during HostRegistry initialisation há 6 anos atrás
LICENSE.txt cae7de606d update year há 7 anos atrás
README 9a2b37ab5f new -> BlackBox há 11 anos atrás
clean c351e47873 sync with 1.7-beta, debug windows interp version há 9 anos atrás
export 5aaf5ef5eb fix export há 8 anos atrás
run-BlackBox 67c73dacfb pass command line arguments há 8 anos atrás
run-dev0 67c73dacfb pass command line arguments há 8 anos atrás
switch-target 41b5c8b9b5 clean fixed há 8 anos atrás

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