- 09 Haz, 2016 1 kayıt (commit)
-
-
Gleb Mishchenko yazdı
This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
- 04 Haz, 2014 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
-
- 14 Kas, 2013 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
-
- 22 Nis, 2013 1 kayıt (commit)
-
-
Michael Meeks yazdı
-
- 26 Ock, 2013 1 kayıt (commit)
-
-
Michael Stahl yazdı
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
-
- 01 Eki, 2012 3 kayıt (commit)
-
-
Michael Stahl yazdı
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
-
Michael Stahl yazdı
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
-
Michael Stahl yazdı
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
-
- 28 Eyl, 2012 3 kayıt (commit)
-
-
Michael Stahl yazdı
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
-
Michael Stahl yazdı
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
-
Michael Stahl yazdı
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
-
- 08 Nis, 2012 7 kayıt (commit)
-
-
David Tardon yazdı
-
David Tardon yazdı
There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime?
-
- 07 Nis, 2012 1 kayıt (commit)
-
-
Michael Stahl yazdı
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
-
- 02 Nis, 2012 1 kayıt (commit)
-
-
Luboš Luňák yazdı
They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
-
- 29 Mar, 2012 1 kayıt (commit)
-
-
Luboš Luňák yazdı
Otherwise there's a build dependency missing (and it's apparently not needed anyway).
-
- 10 Şub, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 15 Ock, 2012 1 kayıt (commit)
-
-
Matúš Kukan yazdı
-
- 12 Ock, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 05 Ock, 2012 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 14 Ara, 2011 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
- 06 Ara, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 11 Kas, 2011 2 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
-
- 15 Eki, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
-
- 04 Eki, 2011 1 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
-
- 30 Eyl, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 16 Eyl, 2011 1 kayıt (commit)
-
-
Stephan Bergmann yazdı
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
-
- 09 Agu, 2011 1 kayıt (commit)
-
-
Takeshi Abe yazdı
-
- 30 Tem, 2011 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
- 01 Tem, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 30 Haz, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-
- 18 Haz, 2011 1 kayıt (commit)
-
-
David Tardon yazdı
-
- 14 Haz, 2011 1 kayıt (commit)
-
-
Caolán McNamara yazdı
-