2
0
Alexander Shiryaev 29e9b58c94 HostFiles64.FlushBuffer: fseeko64 instead of lseek64 6 жил өмнө
..
Comm 21dd699039 updated according 1.7.1-a1-853 center version 8 жил өмнө
Cons 9d73519c18 single executable for GUI version, ConsLog docu updated 8 жил өмнө
Dev 5c1ad8de4d center issue #195, support for long identifiers in trap handlers 6 жил өмнө
Docu cae7de606d update year 7 жил өмнө
Host 4b18376b9c save and restore default fonts settings 6 жил өмнө
Obx 9a2b37ab5f new -> BlackBox 11 жил өмнө
Sql 5ccaca6b74 synced with 1.7 8 жил өмнө
Std 5c1ad8de4d center issue #195, support for long identifiers in trap handlers 6 жил өмнө
System 49e0f0e676 fixed menu calls handling for Linux & bug in Documents 6 жил өмнө
Text bb8833ffdd synced with 1.7.1 from Center 7 жил өмнө
Xhtml 21dd699039 updated according 1.7.1-a1-853 center version 8 жил өмнө
_FreeBSDLinuxOpenBSD_ ec096fd831 fix Dev2 linker for better support of long identifiers (disussed with Igor) 6 жил өмнө
_FreeBSDLinuxOpenBSD_GUI 1e0c654b45 update year in about dialog 6 жил өмнө
_FreeBSDLinuxOpenBSD_Interp d36d42da3d update build scripts 7 жил өмнө
_FreeBSDOpenBSD_ fa3a8f992e synchronized with https://github.com/aixp/BlackBox 8 жил өмнө
_FreeBSDOpenBSD_GUI 4b18376b9c save and restore default fonts settings 6 жил өмнө
_FreeBSD_ ae4e7a9948 change HostGnome 7 жил өмнө
_LinuxOpenBSD_ 6940a0185f Linux Libc generator 7 жил өмнө
_Linux_ 29e9b58c94 HostFiles64.FlushBuffer: fseeko64 instead of lseek64 6 жил өмнө
_Linux_GUI 4b18376b9c save and restore default fonts settings 6 жил өмнө
_OpenBSD_ 2b2990bfe5 OpenBSD Libc updated 7 жил өмнө
_Windows_ c17320512d center issue-#187 adding a run-time debugger to BlackBox 6 жил өмнө
_Windows_GUI 1e0c654b45 update year in about dialog 6 жил өмнө
_Windows_Interp 07086e71c4 center issue-#184 HYPERLINK ignored in RTF import. Iterp and FreeBSDLinuxOpenBSD versions of HostTextConv synced with Windows version. 7 жил өмнө
__GUI c17320512d center issue-#187 adding a run-time debugger to BlackBox 6 жил өмнө
__Interp d6e201af6c HostFonts.Font need to be exported for Xhtml 7 жил өмнө
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