Added READMEs for modules related to URE, with content from the wiki
This commit is contained in:
committed by
Michael Meeks
parent
8b212711cf
commit
fb78dbcdc5
4
bridges/README
Normal file
4
bridges/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Bridges from various C++ ABIs, Java JNI, MS .Net to UNO and back.
|
||||
|
||||
Also implementation of the UNO Remote Protocol. And in ooo-build a bridge from Mono to UNO and back.
|
||||
|
5
cli_ure/README
Normal file
5
cli_ure/README
Normal file
@@ -0,0 +1,5 @@
|
||||
Common Lang Infrastructure Uno Runtime Environment - support assemblies and tools for the MS .Net (and Mono) UNO binding.
|
||||
|
||||
See also:
|
||||
[git:cli_ure/source/readme.txt]
|
||||
|
2
codemaker/README
Normal file
2
codemaker/README
Normal file
@@ -0,0 +1,2 @@
|
||||
UNO interface declaration/stub generators for C++ (headers), Java (class files), ... the one for .Net is in cli_ure.
|
||||
|
4
cppu/README
Normal file
4
cppu/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Type definitions/implementations for the core of UNO. The exported API is in C.
|
||||
|
||||
See also:
|
||||
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/CPPU]
|
4
cppuhelper/README
Normal file
4
cppuhelper/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Helpers for using cppu in C++, e.g. templates for implementing UNO components, bootstrapping stuff. Get UNO up and running.
|
||||
|
||||
See also:
|
||||
[http://wiki.services.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper]
|
1
cpputools/README
Normal file
1
cpputools/README
Normal file
@@ -0,0 +1 @@
|
||||
Old way of doing component registration. Nowadays replaced by another stand-alone UI and tools called UNO package.
|
2
idlc/README
Normal file
2
idlc/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Contains the IDL compiler.
|
||||
|
2
javaunohelper/README
Normal file
2
javaunohelper/README
Normal file
@@ -0,0 +1,2 @@
|
||||
Makes it easier to use UNO with Java.
|
||||
|
2
jurt/README
Normal file
2
jurt/README
Normal file
@@ -0,0 +1,2 @@
|
||||
JURT means Java Uno Runtime and implements most of Java UNO.
|
||||
|
1
jvmaccess/README
Normal file
1
jvmaccess/README
Normal file
@@ -0,0 +1 @@
|
||||
Wrappers so you can use all the Java Runtime Environments with their slightly incompatible APIs with more ease.
|
1
jvmfwk/README
Normal file
1
jvmfwk/README
Normal file
@@ -0,0 +1 @@
|
||||
Wrappers so you can use all the Java Runtime Environments with their slightly incompatible APIs with more ease.
|
4
offapi/README
Normal file
4
offapi/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Contains all of the IDL files except those in [[udkapi]]
|
||||
|
||||
i.e. the interfaces that are specific to the OppenOffice.org application.
|
||||
An artificial (?) separation.
|
1
pyuno/README
Normal file
1
pyuno/README
Normal file
@@ -0,0 +1 @@
|
||||
UNO bindings for the Python programming language.
|
4
rdbmaker/README
Normal file
4
rdbmaker/README
Normal file
@@ -0,0 +1,4 @@
|
||||
Makes registries for openoffice for storing type data
|
||||
|
||||
See also:
|
||||
[http://wiki.services.openoffice.org/wiki/Uno/Binary/Modules/rdbmaker]
|
1
registry/README
Normal file
1
registry/README
Normal file
@@ -0,0 +1 @@
|
||||
Registry reading, etc.
|
1
remotebridges/README
Normal file
1
remotebridges/README
Normal file
@@ -0,0 +1 @@
|
||||
UNO services dealing with interprocess bridges.
|
1
ridljar/README
Normal file
1
ridljar/README
Normal file
@@ -0,0 +1 @@
|
||||
Implements types for the Java Uno typesystem.
|
9
sal/README
Normal file
9
sal/README
Normal file
@@ -0,0 +1,9 @@
|
||||
System abstraction layer; rtl, osl and sal
|
||||
|
||||
rtl:
|
||||
Platform independent strings
|
||||
|
||||
osl:
|
||||
platform specific stuff, threads, dynamic loading, process, ipc, etc
|
||||
|
||||
Exports only C API and some inline-methods (only C++ API).
|
1
salhelper/README
Normal file
1
salhelper/README
Normal file
@@ -0,0 +1 @@
|
||||
C++ helpers to make use of sal easier.
|
1
stoc/README
Normal file
1
stoc/README
Normal file
@@ -0,0 +1 @@
|
||||
Registries, reflection, introspection implementation for UNO.
|
1
store/README
Normal file
1
store/README
Normal file
@@ -0,0 +1 @@
|
||||
Streams, mmaps, etc.
|
6
udkapi/README
Normal file
6
udkapi/README
Normal file
@@ -0,0 +1,6 @@
|
||||
Low level UNO stuff API IDL files
|
||||
|
||||
i.e. those that are part of the standalone URE.
|
||||
|
||||
See also:
|
||||
[[offapi]]
|
1
unoil/README
Normal file
1
unoil/README
Normal file
@@ -0,0 +1 @@
|
||||
As offuh but for Java UNO: Maps IDL into java classes definitions.
|
10
ure/README
Normal file
10
ure/README
Normal file
@@ -0,0 +1,10 @@
|
||||
Contains the UNO Runtime Environment (URE).
|
||||
|
||||
Beginnings of standalone UNO distribution.
|
||||
|
||||
See also:
|
||||
[http://udk.openoffice.org/]
|
||||
|
||||
You may also want to read the README located at:
|
||||
[git:ure/source/README]
|
||||
|
3
xml2cmp/README
Normal file
3
xml2cmp/README
Normal file
@@ -0,0 +1,3 @@
|
||||
Part of the LibreOffice SDK.
|
||||
|
||||
Mostly used by makefiles to pull out types from xml.
|
Reference in New Issue
Block a user