office-gobmx/basic
Tor Lillqvist d12a3e8b76 Combine fairly pointlessly split source code for SbiRuntime into one file
Insert basic/source/runtime/step[012].cxx into
basic/source/runtime/runtime.cxx.

Follow-up to https://gerrit.libreoffice.org/#/c/3373/ .

In many cases the sources for some class have been split up into several
source files, typically suffixed with a number 0, 1, 2 etc. Presumably this
has been done because some compiler years ago was not capable of compiling all
the source for that class at one time, or some other no longer relevant
reason.

It would be nice to get rid of this convention, so that clever compilers have
a better chance of noticing unused private fields in a class, for
instance. Just combining the source files in question into one source file and
removing the old source files from git leads to a discontinuity in version
control history. But the consensus seems to be that this is not such a big
deal.

I picked these sources just because they happened to be the first ones I came
across when looking for files called *0.cxx.

Change-Id: Ia7e8ece9a4374721bbcce6b0e2aba5721436faae
2013-04-24 11:07:15 +03:00
..
inc execute move of global headers 2013-04-23 22:20:31 +02:00
qa mass removal of rtl:: prefixes for O(U)String* 2013-04-07 14:23:11 +02:00
source Combine fairly pointlessly split source code for SbiRuntime into one file 2013-04-24 11:07:15 +03:00
util
AllLangResTarget_sb.mk gbuild: drop empty use_packages calls 2013-04-24 05:18:15 +00:00
CppunitTest_basic_coverage.mk
CppunitTest_basic_enable.mk
CppunitTest_basic_nested_struct.mk
CppunitTest_basic_scanner.mk
CppunitTest_basic_vba.mk
Library_sb.mk Combine fairly pointlessly split source code for SbiRuntime into one file 2013-04-24 11:07:15 +03:00
Makefile
Module_basic.mk execute move of global headers 2013-04-23 22:20:31 +02:00
README

Contains the StarBASIC Interpreter

This implements a macro language that, when in VBA compatibility mode,
is intended to be interoperable with Visual Basic for Applications,
allowing people to run macros embedded in their documents.

See also:
[http://wiki.services.openoffice.org/wiki/Basic]