Ivan Denisov b5c3bc3883 rebuild console compilers 3 年之前
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 年之前
Cons 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode 4 年之前
Dev fa99cf4c54 StdLib -> StdLibrarian 4 年之前
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout 5 年之前
Host 6397de9302 fix documentation 4 年之前
Obx 9a2b37ab5f new -> BlackBox 11 年之前
Sql 3870ab7721 elimination of module Unicode 4 年之前
Std fa99cf4c54 StdLib -> StdLibrarian 4 年之前
System fa99cf4c54 StdLib -> StdLibrarian 4 年之前
Text 3870ab7721 elimination of module Unicode 4 年之前
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf 5 年之前
_FreeBSDLinuxOpenBSD_ b5c3bc3883 rebuild console compilers 3 年之前
_FreeBSDLinuxOpenBSD_GUI 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName 4 年之前
_FreeBSDLinuxOpenBSD_Interp b5c3bc3883 rebuild console compilers 3 年之前
_FreeBSDOpenBSD_ a782e2df28 txt → odc 5 年之前
_FreeBSDOpenBSD_GUI 40edeaa53e remove Kernel.Beep 4 年之前
_FreeBSD_ b5c3bc3883 rebuild console compilers 3 年之前
_LinuxOpenBSD_ 47d4cd85e5 remove Kernel.SplitName и Kernel.MakeFileName 4 年之前
_Linux_ b5c3bc3883 rebuild console compilers 3 年之前
_Linux_GUI 40edeaa53e remove Kernel.Beep 4 年之前
_OpenBSD_ b5c3bc3883 rebuild console compilers 3 年之前
_Windows_ b5c3bc3883 rebuild console compilers 3 年之前
_Windows_GUI fa99cf4c54 StdLib -> StdLibrarian 4 年之前
_Windows_Interp b5c3bc3883 rebuild console compilers 3 年之前
__GUI fa99cf4c54 StdLib -> StdLibrarian 4 年之前
__Interp 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode 4 年之前
LICENSE.txt 42eb3e150c update years, flush resources before updating menu 4 年之前
README 9a2b37ab5f new -> BlackBox 11 年之前
clean c351e47873 sync with 1.7-beta, debug windows interp version 9 年之前
export 5aaf5ef5eb fix export 8 年之前
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script 4 年之前
run-dev0 b5c3bc3883 rebuild console compilers 3 年之前
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts 5 年之前

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