History log of /aoo42x/ (Results 2176 - 2200 of 8186)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0ee94df008-Apr-2018 Damjan Jovanovic

We don't need dmake makefiles in main/jurt any more.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828644 13f79535-47bb-0310-9956-ffa450edef68

f9bad0d208-Apr-2018 Damjan Jovanovic

Pass the Windows path to Ant on Windows, as /cygdrive/c/... doesn't work.

Skip tests when JUnit is absent correctly: the OOO_JUNIT_JAR variable
isn't blank but absent.

This shou

Pass the Windows path to Ant on Windows, as /cygdrive/c/... doesn't work.

Skip tests when JUnit is absent correctly: the OOO_JUNIT_JAR variable
isn't blank but absent.

This should fix building on Windows.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828640 13f79535-47bb-0310-9956-ffa450edef68

show more ...

26c56e0b08-Apr-2018 Damjan Jovanovic

Add a file accidentally left out of the last commit.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828638 13f79535-47bb-0310-9956-ffa450edef68

41f03cd908-Apr-2018 Damjan Jovanovic

Added an Ant target type to gbuild, that can be used to call Ant to build
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Java projects, including

Added an Ant target type to gbuild, that can be used to call Ant to build
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Java projects, including testing with JUnit at
compile time, processing of external dependencies, using the IDL
toolchain (idlc, regmerge, javamaker), and general build support like
compiling into class files, building the JAR file and cleaning. These
features require Ant version >= 1.9.1.

Ported main/jurt to gbuild and this Ant infrastructure.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828636 13f79535-47bb-0310-9956-ffa450edef68

show more ...


main/Module_ooo.mk
main/Repository.mk
main/jurt/Ant_jurt.mk
main/jurt/Library_jpipe.mk
main/jurt/Library_wrapper.mk
main/jurt/Makefile
main/jurt/Module_jurt.mk
main/jurt/Zip_jurt-src.mk
main/jurt/java/jurt/build.xml
main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/BridgeFactory.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/Acceptor.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/Connector.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/ConstantInstanceProvider.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/Implementation.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/PipedConnection.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/FactoryHelper.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/JavaLoader.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/JavaLoaderFactory.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/RegistrationClassFinder.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/ServiceManager.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/comp/urlresolver/UrlResolver.java
main/jurt/java/jurt/src/main/java/com/sun/star/comp/urlresolver/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/PipeConnection.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/pipeAcceptor.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/pipe/pipeConnector.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/ConnectionDescriptor.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/SocketConnection.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/socketAcceptor.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/socketConnector.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/Proxy.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/java_environment.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/IProtocol.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/IReceiver.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/IThreadPool.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/Job.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/JobQueue.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/Message.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ThreadId.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/remote_environment.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/Cache.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/Marshal.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/PendingRequests.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/Unmarshal.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/UrpMessage.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/urp.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/AsynchronousFinalizer.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/NativeLibraryLoader.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/StringHelper.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/UrlToFileMapper.java
main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/makefile.mk
main/jurt/java/jurt/src/main/java/com/sun/star/uno/AnyConverter.java
main/jurt/java/jurt/src/main/java/com/sun/star/uno/Ascii.java
main/jurt/java/jurt/src/main/java/com/sun/star/uno/AsciiString.java
main/jurt/java/jurt/src/main/java/com/sun/star/uno/MappingException.java
main/jurt/java/jurt/src/main/java/com/sun/star/uno/WeakReference.java
main/jurt/java/jurt/src/main/java/com/sun/star/uno/makefile.mk
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/Cache_Test.java
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/TestBridge.java
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/TestObject.java
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/interfaces.idl
main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/makefile.mk
main/jurt/prj/build.lst
main/jurt/prj/d.lst
main/odk/pack/gendocu/makefile.mk
main/solenv/ant/aoo-ant.xml
main/solenv/ant/externals.xml
main/solenv/ant/idl.xml
main/solenv/ant/manifest.empty
main/solenv/gbuild/Ant.mk
main/solenv/gbuild/TargetLocations.mk
main/solenv/gbuild/gbuild.mk
0c80459b05-Apr-2018 Matthias Seidel

Changed link to templates (online) to avoid redirection

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828455 13f79535-47bb-0310-9956-ffa450edef68

64e326c731-Mar-2018 Damjan Jovanovic

The main/jvmaccess module stubbornly refuses to build on all setups.

As per https://gcc.gnu.org/wiki/Visibility
it turns out that GCC needs a typeinfo lookup when exceptions are
thro

The main/jvmaccess module stubbornly refuses to build on all setups.

As per https://gcc.gnu.org/wiki/Visibility
it turns out that GCC needs a typeinfo lookup when exceptions are
thrown between different shared libraries. This means main/jvmaccess
needs to export typeinfos for its exception classes. However on
Windows this breaks the build due to missing array new in its
base class, so typeinfos mustn't be exported for the build to
succeed. Thus, we don't export the typeinfo from the exception
classes on Windows, but we do export it on other setups.

(The more I work with C++, the more I hate it.)

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828087 13f79535-47bb-0310-9956-ffa450edef68

show more ...

153d806931-Mar-2018 Damjan Jovanovic

Library naming fixes for main/lingucomponent libraries on *nix.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828086 13f79535-47bb-0310-9956-

Library naming fixes for main/lingucomponent libraries on *nix.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828086 13f79535-47bb-0310-9956-ffa450edef68

show more ...

503e2c8731-Mar-2018 Damjan Jovanovic

Fix the dmake name for "vos", now that main/vos/version.mk
has been deleted.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828085 13f7953

Fix the dmake name for "vos", now that main/vos/version.mk
has been deleted.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828085 13f79535-47bb-0310-9956-ffa450edef68

show more ...

c4c42a0e30-Mar-2018 Damjan Jovanovic

Port main/lingucomponent to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828081 13f79535-47bb-0310-9956-ffa450edef68


main/Module_ooo.mk
main/Repository.mk
main/RepositoryExternal.mk
main/RepositoryFixes.mk
main/lingucomponent/Library_MacOSXSpell.mk
main/lingucomponent/Library_guesslang.mk
main/lingucomponent/Library_hyphen_uno.mk
main/lingucomponent/Library_lnth.mk
main/lingucomponent/Library_spell.mk
main/lingucomponent/Makefile
main/lingucomponent/Module_lingucomponent.mk
main/lingucomponent/Package_config.mk
main/lingucomponent/StaticLibrary_ulingu.mk
main/lingucomponent/inc/pch/precompiled_guesslang.cxx
main/lingucomponent/inc/pch/precompiled_guesslang.hxx
main/lingucomponent/inc/pch/precompiled_hyphen.cxx
main/lingucomponent/inc/pch/precompiled_hyphen.hxx
main/lingucomponent/inc/pch/precompiled_lnth.cxx
main/lingucomponent/inc/pch/precompiled_lnth.hxx
main/lingucomponent/inc/pch/precompiled_mac.cxx
main/lingucomponent/inc/pch/precompiled_mac.hxx
main/lingucomponent/inc/pch/precompiled_spell.cxx
main/lingucomponent/inc/pch/precompiled_spell.hxx
main/lingucomponent/prj/build.lst
main/lingucomponent/prj/d.lst
main/lingucomponent/prj/makefile.mk
main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/exports.dxp
main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx
main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/makefile.mk
main/lingucomponent/source/languageguessing/altstrfunc.cxx
main/lingucomponent/source/languageguessing/guess.cxx
main/lingucomponent/source/languageguessing/guesslang.cxx
main/lingucomponent/source/languageguessing/makefile.mk
main/lingucomponent/source/languageguessing/simpleguesser.cxx
main/lingucomponent/source/spellcheck/macosxspell/macreg.cxx
main/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx
main/lingucomponent/source/spellcheck/macosxspell/makefile.mk
main/lingucomponent/source/spellcheck/spell/exports.dxp
main/lingucomponent/source/spellcheck/spell/makefile.mk
main/lingucomponent/source/spellcheck/spell/sreg.cxx
main/lingucomponent/source/spellcheck/spell/sspellimp.cxx
main/lingucomponent/source/thesaurus/libnth/exports.dxp
main/lingucomponent/source/thesaurus/libnth/makefile.mk
main/lingucomponent/source/thesaurus/libnth/nthesdta.cxx
main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
main/lingucomponent/source/thesaurus/libnth/ntreg.cxx
main/postprocess/packcomponents/makefile.mk
main/solenv/gbuild/LinkTarget.mk
ed3ef9c629-Mar-2018 Damjan Jovanovic

Port main/twain to gbuild.
Update Module_ooo.mk.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827953 13f79535-47bb-0310-9956-ffa450edef68

42e3c32429-Mar-2018 Damjan Jovanovic

Port main/autodoc to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827951 13f79535-47bb-0310-9956-ffa450edef68

cc13e73e28-Mar-2018 Yuri Dario

#i127729# Add full drag&drop support for the OS/2 platform.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827936 13f79535-47bb-0310-9956-ffa450edef68

559605ce28-Mar-2018 Yuri Dario

#i126518# adjust building of sysdtrans module for OS/2.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827935 13f79535-47bb-0310-9956-ffa450edef68

d98e052028-Mar-2018 Damjan Jovanovic

Port main/cosv and mac/vos to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827880 13f79535-47bb-0310-9956-ffa450edef68

fc846c7a27-Mar-2018 Matthias Seidel

Also copy config.sub before building dmake

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827868 13f79535-47bb-0310-9956-ffa450edef68

d175844527-Mar-2018 Damjan Jovanovic

Port main/unodevtools to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827793 13f79535-47bb-0310-9956-ffa450edef68

a4201de826-Mar-2018 Damjan Jovanovic

On Windows the main/jvmaccess module refuses to be linked to by main/stoc
due to not exporting typeinfos, or refuses to compile because it needs
array constructors from salhelper's simplerefe

On Windows the main/jvmaccess module refuses to be linked to by main/stoc
due to not exporting typeinfos, or refuses to compile because it needs
array constructors from salhelper's simplereferenceobject.

It seems we have to hide all typeinfos, and export methods on a
case-by-case basis, just like the .map files do. This gets it to compile,
and seems to get main/stoc to link to it successfully.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827739 13f79535-47bb-0310-9956-ffa450edef68

show more ...

790ba93f25-Mar-2018 Damjan Jovanovic

Move reg and store to UNOVERLIBS, as they are definitely URE libraries
as per main/ure/source/README, and deal with their unusual names in
RepositoryFixes.mk. Also remove special handling for

Move reg and store to UNOVERLIBS, as they are definitely URE libraries
as per main/ure/source/README, and deal with their unusual names in
RepositoryFixes.mk. Also remove special handling for them in gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827695 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e4baec4c24-Mar-2018 Damjan Jovanovic

Export the right main/store symbols.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827620 13f79535-47bb-0310-9956-ffa450edef68

5fc9f0fd24-Mar-2018 Damjan Jovanovic

Move jvmaccess to RTVERLIBS so it can be versioned
properly like dmake did.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827615 13f79535

Move jvmaccess to RTVERLIBS so it can be versioned
properly like dmake did.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827615 13f79535-47bb-0310-9956-ffa450edef68

show more ...

9526e28d24-Mar-2018 Damjan Jovanovic

Port main/jvmaccess to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827614 13f79535-47bb-0310-9956-ffa450edef68

ff8369f823-Mar-2018 Damjan Jovanovic

Port main/store to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827538 13f79535-47bb-0310-9956-ffa450edef68

f0f00dba22-Mar-2018 Damjan Jovanovic

Add registry to Module_ooo.mk

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827459 13f79535-47bb-0310-9956-ffa450edef68

f006f9b422-Mar-2018 Damjan Jovanovic

Implement the ability to build "UDK versioned" libraries in gbuild
for *nix platforms. Do this by setting the ELF SONAME to the
libxyz.so.3 style library output name, changing the output file

Implement the ability to build "UDK versioned" libraries in gbuild
for *nix platforms. Do this by setting the ELF SONAME to the
libxyz.so.3 style library output name, changing the output file
that the linker writes to to be in this format (from libxyz.so),
making a symlink from libxyz.so to libxyz.so.3, adding libxyz.so.3
as a delivery AUXTARGET for the deliverable libxyz.so, and
changing the deliver commands to copy symlinks properly. This is
all what dmake does too.

Use this to port main/registry to gbuild.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827456 13f79535-47bb-0310-9956-ffa450edef68

show more ...

271f99ac20-Mar-2018 Damjan Jovanovic

Add a missing ";;" in a configure.ac case statement.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1827295 13f79535-47bb-0310-9956-ffa450edef68

1...<<81828384858687888990>>...328