summaryrefslogtreecommitdiffstats
path: root/Repository.mk
Commit message (Collapse)AuthorAgeFilesLines
* Allow enable / disable opencl at build time.Kohei Yoshida2013-09-191-1/+1
| | | | Change-Id: I65e2a71aae8317930d1575e7d82c11c3fd2b74de
* Remove opencl-sdk configure option, and build time opencl conditionals.Kohei Yoshida2013-09-191-1/+1
| | | | | | | We now load OpenCL library dynmically at run-time as needed. So there is no build time dependency on any OpenCL implementations. Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866
* First step toward splitting the opencl code into own shared library.Kohei Yoshida2013-09-191-0/+1
| | | | Change-Id: I44fa3ded8d48b2972af17b78ab6c0af03e024f36
* New unoidl-check tool to replace regcompareStephan Bergmann2013-09-181-0/+1
| | | | | | | | | | | | | | | | ...for checking compatibility with the reference rdbs. unoidl-check is no longer based on the legacy registry format, but can process all the various new UNOIDL registry formats. regcompare is still included in the SDK for now. (gb_UnoApi[Target]_set_reference_rdbfile now takes a non-empty sequence of rdb files, any necessary dependencies of the final rdf file preceding it just like it is required on the unoidl-check command line. Also, executing the unoidl-check now properly depends on those rdb files.) TODO: unoidl-check is too conservative for now and flags some changes as incompatible that are not. Change-Id: I92e4c69403c5e3fcb31707c98c65a2f509592dd4
* New unoidl-read tool to translate registries into readable .idl filesStephan Bergmann2013-09-171-0/+1
| | | | Change-Id: Ibd6ce23d2698280105469fb75c4afa225dc237ee
* Replace reg2unoidl with unoidl-writeStephan Bergmann2013-09-161-1/+1
| | | | | | | ...that can also generate an .rdb containing a specific set of entities, intended to replace idlc (when reading directly from .idl source registries). Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a
* tubes: auto-package DSO as part of calc.Michael Meeks2013-09-101-1/+1
| | | | Change-Id: Iee3005e9a7bc97d491012eb0c81c9f8e49d423c7
* register uwinapi for URE layer (auto-install it while at it)Michael Stahl2013-09-091-3/+3
| | | | | | Hopefully the VERSION_INDEPENDENT_COMP_ID is not actually important? Change-Id: Iad6e4eacffddf630768d89dbed391839144115ca
* scp2: convert BINARYTABLE MSI CustomAction dlls to AutoInstallMichael Stahl2013-08-311-8/+22
| | | | | | | | Second attempt, this time using a new type LIBO_LIB_FILE_BINARYTABLE in scp2/macros.inc; for the resulting MSI file Orca lists the same files in "Binary" table now. Change-Id: I550ede75f16a46da9dd7377594aa28b7c06f0348
* ENABLE_NPAPI_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud2013-08-301-4/+4
| | | | | | | Change-Id: Ia7575f0f51bc3ba355ec01d937bd155adb287572 Reviewed-on: https://gerrit.libreoffice.org/5684 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* take out MSI CustomAction dlls from AutoInstallAndras Timar2013-08-291-8/+6
| | | | | | BINARYTABLE, BINARYTABLE_ONLY flags were not handled Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201
* fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann2013-08-271-9/+9
| | | | | | | | | ...(like is done for most of LO's non-URE libs already) to reduce likelihood of name clashes, esp. on Windows where URE libs are found via PATH. This introduces PRIVATELIBS_URE, and removes now-unused UNOLIBS_URE. Change-Id: Ib95dd45f18de140a54e62d632dbf2239f83c232e
* The testtools component libs are layer NONE, not URELIBStephan Bergmann2013-08-271-6/+3
| | | | Change-Id: I513ca71792ed9d4010a90041f3f5b818816374c8
* oopsMichael Stahl2013-08-261-1/+0
| | | | Change-Id: I2e0584037201001aaa4926bf5fc8d4a6df72bd32
* Repository.mk: fix some errors in 32848f0a and 3f8c36caMichael Stahl2013-08-261-16/+21
| | | | | | | | | Various libaries were moved from PLAINLIBS to OOOLIBS but are referenced with their full DLL file name in the code, e.g. "inprocserv.dll" and all the MSI customactions; move them back to PLAINLIBS. (mozbootstrap was also renamed but it shouldn't be a problem). Change-Id: Ibca8f355f84008a525021a8d5484200a7e73758f
* ENABLE_NPAPI_FROM_BROWSER is YES or NO, not YES or emptyTor Lillqvist2013-08-261-1/+1
| | | | Change-Id: I991f7b97cbe3ba178eaca9e2316cd7e4bff0ebe0
* fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2013-08-261-16/+20
| | | | | | | Change-Id: Ibb2c27a75d8cbaf5177f392930cc9e6effa48d1d Reviewed-on: https://gerrit.libreoffice.org/5631 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Must bypass AppleRemote here, too, if ENABLE_MACOSX_SANDBOXTor Lillqvist2013-08-231-1/+3
| | | | Change-Id: I5bc2588c8a5cdb836e72a160233fe1add63de8e8
* fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2013-08-221-13/+15
| | | | | | | | Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66 Reviewed-on: https://gerrit.libreoffice.org/5571 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* fdo#67786 pocheck tool for checking translationsAndras Timar2013-08-201-0/+1
| | | | | | | | | | | | | | | | Pootle has many checks, but there are cases which are not covered. Therefore I wrote a tool which checked three types of translation errors: 1. Unique style names. 2. Unique spreadsheet function names. 3. Missing trailing '|' in Windows installer translation. Usage: make cmd cmd=solver/*/bin/pocheck It checks all languages and prints the report to stdout. Change-Id: I89aad66ea41c0ebe4a6f45beaaf86afd1a6439cc
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-11/+11
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* initial vlc component build / conditionals and hookup.Michael Meeks2013-07-261-0/+1
| | | | Change-Id: I12e4a368e18a58099160ee65eebe837744e11378
* Revert "fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO"Fridrich Štrba2013-07-241-22/+14
| | | | This reverts commit b0c43257d9db19ac45a93d8fb1e7648e82517289.
* Hoping to fix the windows mess once for allFridrich Štrba2013-07-241-0/+5
| | | | | | | Change-Id: Ie65e395507f3e6df28561f98030ba532eea01a02 Reviewed-on: https://gerrit.libreoffice.org/5063 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Register instooofiltmsi in Repository.mkFridrich Štrba2013-07-241-0/+1
| | | | | | | Change-Id: I8b6461c8b895d61d6a0a03c1e4600159d89ef777 Reviewed-on: https://gerrit.libreoffice.org/5061 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#60924 autoinstall - gbuild/scp2: still more libs to OOOMarcos Paulo de Souza2013-07-231-14/+16
| | | | | | | Change-Id: I89a661908fe7d679aa68d5ba9ead41d6b0a0d6bf Reviewed-on: https://gerrit.libreoffice.org/5039 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Make firebird-sdbc install consistent with other drivers.Andrzej J.R. Hunt2013-07-161-1/+1
| | | | Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
* Fix --disable-firebird-sdbc.Andrzej J.R. Hunt2013-07-161-1/+1
| | | | Change-Id: I040049b4c034858f4be4aa580a17fd8bb5986396
* Rename firebird-sdbc to firebird_sdbc to compile with latest master.Andrzej J.R. Hunt2013-07-161-1/+1
| | | | Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
* Firebird: initial implementation of the skeleton driver.Javier Fernandez2013-07-161-0/+1
| | | | Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
* Create a new library to store shared qa code for sc.Kohei Yoshida2013-07-081-0/+1
| | | | Change-Id: I38aa1461d05e3dee096e69b7cd95e2ddfccc9594
* Fix iOS cross-compilationTor Lillqvist2013-06-171-4/+2
| | | | | | | No idea why the filter-out here was needed at some point in time, but at least now it broke cross-compilation for iOS. Change-Id: I6c4d3f6151ac2821db5f79c3e4113400b740f7f3
* Register these build-tool executables also for Android/iOS.Matúš Kukan2013-06-151-5/+5
| | | | | | | | | Otherwise we can't get their names with new gb_Executable_get_target_for_build. This can be considered ugly but registering in Repository.mk does not hurt - It's not used for installing for Android/iOS. Change-Id: I9274b8e902bad57c86e40500c7fb85cd9f4e58b7
* fix previous commitMatúš Kukan2013-06-151-12/+12
| | | | Change-Id: Ifc8723e9dd453e14911a5c46175bb7795ebb064c
* fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2013-06-151-13/+13
| | | | Change-Id: I7a3511172ac8ddd060c51c0339a4b9ff16216668
* clean executables in Repository.mkMatúš Kukan2013-06-151-19/+14
| | | | | | | | | ..so that no executable in gb_Helper_register_executables,NONE is installed (except cppunittester from scp2/source/smoketest/) and all others are installed. Also remove unused officeloader executable. Change-Id: I1726afc4d9d6848bca7fa07ebce3acd340777e8a
* Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan2013-06-151-2/+4
| | | | Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133
* gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan2013-06-151-3/+1
| | | | | | | Helps to kill package in cpputools. And autoinstall uno executable. Change-Id: Ib1d546371ec8d2b06381d88eff98dbc5b70da400
* ucpp is not an ExternalExecutableMatúš Kukan2013-06-151-1/+0
| | | | Change-Id: Ib9a82acd375d12c6050bc5674816993ef62eaa61
* fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza2013-06-131-25/+25
| | | | | | | Conflicts: Repository.mk Change-Id: I1553317afe8df9877a41b1d4087c96d861ed1377
* fix previous commitMatúš Kukan2013-06-121-1/+1
| | | | Change-Id: If211e08f0436dd3c2a0787fa60301bfafe1c5b70
* fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a littleMarcos Paulo de Souza2013-06-121-30/+30
| | | | | | Also put the vbaswobj lib in the right place, inside Writer Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591
* fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza2013-06-111-10/+13
| | | | Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
* Repository.mk: make this file a bit more readable & consistentMatúš Kukan2013-06-111-436/+391
| | | | Change-Id: Ibfca283cdf89fdb4eded06dde2b2f30b05df6882
* better conditions for registering executablesMatúš Kukan2013-06-111-6/+6
| | | | Change-Id: I197b5e35ee8e7b80f6bba3e59c811ab4261c489c
* gbuild: rework AutoInstallLibs and autoinstall ure executablesMatúš Kukan2013-06-101-24/+17
| | | | Change-Id: I7312d94f90758d450a69410819c5e8c142756a47
* fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza2013-06-091-7/+7
| | | | Change-Id: I740ee32653059669e299ab52f7709319a8534f21
* gbuild: do not register static librariesMatúš Kukan2013-06-071-55/+0
| | | | | | It does not make sense, there was only one group anyway. Change-Id: I606138ceed0bfc628b8a23abb864280d9626ed60
* fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza2013-06-061-3/+6
| | | | | | | Change-Id: Id1256a9b62d72bce6a225d2b022865a31c01e25d Reviewed-on: https://gerrit.libreoffice.org/4180 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
* fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza2013-06-061-3/+6
| | | | | | | Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>