summaryrefslogtreecommitdiffstats
path: root/solenv/bin
Commit message (Collapse)AuthorAgeFilesLines
* re-base on ALv2 code.Michael Meeks2012-06-212-42/+24
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2130-591/+372
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* re-work to test the effect of boost elision.Michael Meeks2012-06-211-27/+41
| | | | Change-Id: Idef032c08c097e04fcf0cae3d184ceb660b65949
* fdo#49919 Don't default to desktop pollutionAndras Timar2012-06-211-3/+0
| | | | Change-Id: I4b9fda0f81d43cab80a015a2eb7374a94f3da7de
* do not repeate twice .0.0.beta2 in the download tarball namePetr Mladek2012-06-191-1/+0
| | | | | | | | PRODUCTVERSION is associated with SHORT_PRODUCTEXTENSION. ABOUTBOXPRODUCTVERSION is associated with ABOUTBOXPRODUCTVERSIONSUFFIX. We should not mix these another way. Change-Id: I991f74e058d19ec3ae0d98e8efe8458d648ae74c
* Add some more informationTor Lillqvist2012-06-131-0/+22
| | | | Change-Id: Iafa671028ce73c2ec3a2706dda60f58aaeda7fda
* use ure instead of ure-linkDavid Tardon2012-06-111-2/+2
| | | | Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f
* fdo#47805 rework handling of 64-bit registry entriesAndras Timar2012-06-053-31/+12
| | | | | | | | | | 64-bit registry entries were entered via a custom action, which did not always work. By default the custom action ran with user privileges, which were not sufficient to write the registry. It is not necessary to use custom actions for this task. Windows installer supports it well. Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4
* silence warningsAndras Timar2012-06-051-2/+2
| | | | Change-Id: Ibc6addfe5eacf4a9e23f6f26830f5a1f9bf77594
* related fdo#50630: use print_warning when image not foundKorrawit Pruegsanusak2012-06-041-1/+1
| | | | Change-Id: I8811ce96cb70429ae458e31cafb8979bb6bb9644
* unset MAKEFLAGS for findunusedcode tooCaolán McNamara2012-06-021-1/+1
| | | | Change-Id: Id42e7b14d98f072ea17b203af7ffdc8fe7a7a74f
* do not build tail_build modules outside of tail_buildDavid Tardon2012-05-291-1/+80
| | | | | | | | | | | | | | | There are several modules in tail_build now that are depended on by other modules from postprocess (e.g., pyuno depends on 18npool). That means that build.pl actually schedules i18npool (and its parents) for build. This is fine for build.pl -P1, but it could be a problem for build.pl -P2. It is also wasteful, because we are not actually using tail_build to the full extent. This gross hack schedules all modules that depend on any tail_build module _after_ tail_build, so all modules that are in tail_build are only build in tail_build. Change-Id: I39840c1cbbfc5024f0009296416c628be028657a
* show multiple assignments of gids as warningDavid Tardon2012-05-291-4/+3
| | | | Change-Id: Iae3e78e2abe59714d5eb9fa0609861a00e85c944
* allow to run par2script silentlyDavid Tardon2012-05-294-19/+22
| | | | Change-Id: Ib1d9cd1dc1e9c24a5a72c51060797f2214a95c89
* create gbuild class for install scriptsDavid Tardon2012-05-292-7/+4
|
* make the output more predictableDavid Tardon2012-05-291-1/+1
| | | | | | | So it is easier to check differences between install scripts generated by dmake and gbuild. Change-Id: I12bbdf481c84c896b67a94eaca6460ffb52d96ec
* fdo#48087 fill in MsiFileHash table for unversioned filesAndras Timar2012-05-241-1/+1
| | | | Change-Id: I7d409fbe813f07dc87301b6c6f01a40f531d368c
* make foo.all should work againBjoern Michaelsen2012-05-231-1/+0
| | | | Change-Id: I49986d6feac5e46c7b2f3017cf97b07dce4db42f
* MSI: remove always true LaunchConditionAndras Timar2012-05-211-3/+0
| | | | Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
* don't let the Mac/PPC linker complain when the symbol isn't usedChristian Lohmaier2012-05-211-1/+1
|
* fdo#42865: privatized unique empty string symbol:Michael Stahl2012-05-181-0/+1
| | | | | | Unfortunately this --enable-dbg-util only problem (caused by _GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based logging in sal; adapt all map files to export the unique symbol.
* fdo#48914 uninstall process should remove .pyc files from install directoryAndras Timar2012-05-164-10/+26
| | | | | | | | When install location is writable to user (typical on Windows XP), Python generates .pyc files. We can remove them using the RemoveFile table in MSI. We generate an entry for each .py file in the install set. Change-Id: I314582d52162c6f3ae3acc72de9d620680fb23e0
* fix log entry of mergemodule conditionAndras Timar2012-05-151-1/+5
| | | | Change-Id: Id88f38fb806c6178240eb69da69c2e633c2033da
* fdo#46519 workaround of MSI installer error 1935Andras Timar2012-05-141-1/+55
| | | | | | | | | | | | | | | | | | In some circumstances installation of embedded VC++ runtime fails with error code 1935. This usually occurs, when there are many different versions of VC++ runtimes installed on the computer, including beta versions. We can workaround this Microsoft bug, if we don't install our VC++ runtime. A new property was introduced. It is called VC_REDIST, and installation of VC++ runtime depends on its value. (BTW the solution is general, ComponentCondition can be used for any merge module, now we have only the VC++ runtime merge module.) When the user experiences error code 1935, he should try to install LibreOffice with the following command line: msiexec /i <msi file name> VC_REDIST=0 The patch fixes another minor issue. 64-bit VC++ runtime will not be installed on 32-bit systems any more. Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc
* partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar2012-05-094-0/+113
| | | | Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
* gbuild: use mixed paths on cygwinMatúš Kukan2012-05-091-12/+0
| | | | | | | | make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
* fix typoBjoern Michaelsen2012-05-031-1/+1
| | | | Change-Id: I88f5e8dacbd81d94a7f079d6c1b24c513e18bf34
* allow custom solver/workdir location: --with-solver-and-workdir-rootMichael Stahl2012-05-021-3/+3
|
* rework callcatcher makefile to build subsequentcheck testsCaolán McNamara2012-05-011-5/+9
| | | | Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
* we must call the make detected at configure timeCaolán McNamara2012-04-301-1/+1
| | | | Change-Id: I57463bdcb8f580866d56741c427fd9882a151b07
* dmake build is always partialDavid Tardon2012-04-301-1/+1
| | | | Change-Id: I180bd296e3834c624174b7dce08af5b745bfc1b6
* run make from top directoryDavid Tardon2012-04-301-2/+6
| | | | Change-Id: If93cca6d8e12baae3369bcba62287d96072f1c93
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+1
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* build gbuild directly from build.pl and fix libcmis and respect GMAKE_OPTIONSBjoern Michaelsen2012-04-291-2/+19
|
* fdo#48087 get real version numbers from executables for the File table of MSIAndras Timar2012-04-271-21/+11
| | | | | This is only a partial fix to the bug, the second part will be the creation and population of MsiFileHash table.
* fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky2012-04-264-71/+11
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* create-tags: config_host.mk readingMiklos Vajna2012-04-241-1/+1
|
* specific variable for where dev-install installsLuboš Luňák2012-04-241-1/+1
|
* Whitespace tortureTomas Chvatal2012-04-231-2/+2
|
* Fix undefined destdir if the directory was not existing prior the run.Tomas Chvatal2012-04-231-1/+4
|
* mingw: unbreak make checkDavid Tardon2012-04-161-1/+1
| | | | Even if it does nothing because there is no installation available .-)
* replace APP?RPATH SDK by SDKBIN in old build systemDavid Tardon2012-04-141-1/+1
| | | | | | Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild.
* linkoo: add --copy mode, default to this on windowsMichael Meeks2012-04-141-15/+35
|
* fix macosx buildDavid Ostrovsky2012-04-131-1/+1
|
* add missing trailing spaceLuboš Luňák2012-04-131-1/+1
|
* pack "en" dictionary only with "en" langpacksPetr Mladek2012-04-121-1/+1
| | | | | it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason
* remove sundir* stuff from installer that was used for the proprietary productAndras Timar2012-04-114-31/+0
|
* set correct value of FINDPRODUCT propertyAndras Timar2012-04-111-2/+2
|
* use correct gid of version.iniAndras Timar2012-04-101-1/+1
|
* remove unused installer::windows::patch moduleAndras Timar2012-04-102-156/+0
|