Ivan Denisov 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script il y a 4 ans
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version il y a 8 ans
Cons 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode il y a 4 ans
Dev 79e854e50f update list of modules for linking BlackBox (add HostEnv & Utf) il y a 4 ans
Docu 67186b335e update year; reduce duplicate of lincese and Help; update About layout il y a 5 ans
Host 6397de9302 fix documentation il y a 4 ans
Obx 9a2b37ab5f new -> BlackBox il y a 11 ans
Sql 285acea4c3 remove unicode operations from Strings. part 2 il y a 5 ans
Std 162f9775bb ability to change defaultLanguage #030, + set 'loc.res := 0' in StdApi.PathToSpec il y a 4 ans
System d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 il y a 4 ans
Text d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 il y a 4 ans
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf il y a 5 ans
_FreeBSDLinuxOpenBSD_ a2bab3753e #045 restore Files interface to 1.6 il y a 4 ans
_FreeBSDLinuxOpenBSD_GUI 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script il y a 4 ans
_FreeBSDLinuxOpenBSD_Interp d319b71fe8 fix pack list for dev0 il y a 5 ans
_FreeBSDOpenBSD_ a782e2df28 txt → odc il y a 5 ans
_FreeBSDOpenBSD_GUI 0ea8b996d4 defaultTrapViewer in Windows Kernel made write to terminal and HostGui hook install GUI error window (more similar to Linux version), HostGnome renamed to HostGui for simetry with Windows version il y a 4 ans
_FreeBSD_ 0bb9b5504f #022 tertiary (USE2) directory added (trial version) il y a 4 ans
_LinuxOpenBSD_ e831b32484 errors in Libc fixed il y a 4 ans
_Linux_ d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 il y a 4 ans
_Linux_GUI 0ea8b996d4 defaultTrapViewer in Windows Kernel made write to terminal and HostGui hook install GUI error window (more similar to Linux version), HostGnome renamed to HostGui for simetry with Windows version il y a 4 ans
_OpenBSD_ a2bab3753e #045 restore Files interface to 1.6 il y a 4 ans
_Windows_ d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 il y a 4 ans
_Windows_GUI 79e854e50f update list of modules for linking BlackBox (add HostEnv & Utf) il y a 4 ans
_Windows_Interp 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version il y a 4 ans
__GUI 162f9775bb ability to change defaultLanguage #030, + set 'loc.res := 0' in StdApi.PathToSpec il y a 4 ans
__Interp 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode il y a 4 ans
LICENSE.txt 42eb3e150c update years, flush resources before updating menu il y a 4 ans
README 9a2b37ab5f new -> BlackBox il y a 11 ans
clean c351e47873 sync with 1.7-beta, debug windows interp version il y a 9 ans
export 5aaf5ef5eb fix export il y a 8 ans
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script il y a 4 ans
run-dev0 af18819beb change names for environment variable for ~Windows version, and CUSTOM parameter name for Windows version #022 il y a 4 ans
switch-target cbc9c96fa7 HostDialog.ForkOfChild: replace BB's line endings with Linux's. Now RunExteral can correctly execute multi-line scripts il y a 5 ans

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