summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2012-01-17bump product version to 3.5.0-rc1, release number to 11Fridrich Štrba1-2/+2
2012-01-14gbuild: UnoApiTarget: fix dependenciesMichael Stahl1-7/+25
This should fix the bug, probably introduced with the per-directory performance enhancements, that after a change to an IDL file 2 builds are required to rebuild everything. (cherry picked from commit 26450b3136979db86577591ef380040972d111fc)
2012-01-14grml.. back to the drawing boardEike Rathke1-11/+0
Reverted 80f60ef540528ec5304b9fb9624a7ff1b077f108 cf1f87948bcf9b8edf8487fa7938a928cfed8f2f as also MinGW bails out. Don't add yet more quirks, keep in mind the faulty behavior and hope for the best until solved.
2012-01-13make MacOSX happy again and have no /usr/include thereEike Rathke1-0/+11
Modifies the workaround of 6ecf6ea77f36a444f985fed25a0d0502f5ae8ac4
2012-01-13ensure that /usr/include is _appended_ to INCLUDEEike Rathke1-1/+1
At least with gcc 4.6.2 the situation was that if /usr/include was missing from the -I... includes, header files were pulled from /usr/include/ instead of solver/$INPATH/inc/external/ This clearly makes a difference for not --with-system-... libs where the internal version is to be used.
2012-01-10bump product version to 3.5.0-beta3+, release number to 3Petr Mladek1-2/+2
2012-01-06link versioninfo resource to dllsAndras Timar1-5/+9
2012-01-06gbuild: fix extension localization on WindowsAndras Timar1-3/+18
2012-01-05Bump yearAndras Timar1-1/+1
2012-01-05always put unlocalized properties files to the oxtDavid Tardon1-1/+4
Signed-off-by: David Tardon <dtardon@redhat.com>
2012-01-05extension help localizer help functionsAndras Timar1-1/+24
2012-01-05add dep on sdf fileDavid Tardon1-0/+1
2012-01-05do not break when building without langsDavid Tardon1-6/+8
2012-01-04remove leftover commentAndras Timar1-1/+0
2012-01-03add rule to localize .properties filesAndras Timar1-0/+18
2011-12-28Revert "allow to call ooinstall twice with $DESTDIR"Tomas Chvatal1-9/+0
This reverts commit 1048d8fa4abd3e55a45dfb6884db808da1d72c9e. This commit is no longer needed as it is fixed properly. Plus this commit slightly mess the environment with the new setup (don't ask me why it does so).
2011-12-21don't remove configure and aclocal.m4 in distclean anymoreRene Engelhard1-2/+2
2011-12-21do not use ABOUTBOXPRODUCTVERSIONSUFFIX in download namePetr Mladek1-1/+0
I did not read the code carfully enough when added this line few days ago.
2011-12-21bootstrap can be kept in both phases as it has a proper touchfileBjoern Michaelsen1-17/+8
2011-12-21adding noop rules for auxtargets in buildpl, moved deps of buildpl into that ↵Bjoern Michaelsen1-3/+49
phase
2011-12-21skip AuxTargets in buildpl phaseBjoern Michaelsen1-0/+3
2011-12-21alow make to run autogen.sh if autogen.lastrun doesn't existPeter Foley1-0/+2
2011-12-20allow to call ooinstall twice with $DESTDIRPetr Mladek1-0/+9
2011-12-20bump product version to 3.5.0-beta2+, release number to 2Petr Mladek1-2/+2
2011-12-19gbuild: refactor gb_Library_set_componentfile:Michael Stahl4-7/+18
Reverse the dependency: now the component target depends (order-only) on the library, which should ensure that gb_CppunitTest_add_component can set up dependencies such that the unit test does not run concurrently with a library loaded via UNO being overwritten. Unfortunately this requires introducing another phony dummy library target, on which the module can depend (because we don't want to register the component target as a module target). (cherry picked from commit 0ef8beedb1d2ce70e4d5ec7b24afd1711db29f38) Conflicts: solenv/gbuild/Library.mk
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-0/+1
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in instsetoo_native/util/openoffice.lst configurable at runtime via registry/data/org/openoffice/Setup.xcu and ooSetupVersionAboutBoxSuffix property
2011-12-14force gbuild stage for CustomTargetsDavid Tardon1-0/+1
gb_SourceEnvAndRecurse_STAGE is unset in CustomTarget's make process when the parent make has been started in sourced environment. This leads to all sorts of "interesting" failures because the gbuild classes and platform stuff are not loaded... Signed-off-by: David Tardon <dtardon@redhat.com>
2011-12-13enhance VersionInfo resource of Windows executablesAndras Timar11-277/+40
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-13gbuild: fix top-level "make check":Michael Stahl1-5/+11
This should first build, then run smoketest, then run subsequenttests. (cherry picked from commit 8bd011b527dbe77456c4822c57e0c6a1c1b93cfd)
2011-12-13Improve quoting when calling submake for custom targets.Jan Holesovsky1-1/+2
This should fix the Windows build, while keeping the gb_Helper_abbreviate_dirs_native working in custom targets.
2011-12-12bump product version to 3.5.0-beta1, release number to 1Petr Mladek1-2/+2
2011-12-12use PACKAGEVERSION as the base of MSI ProductVersionAndras Timar1-18/+2
Formerly PRODUCTVERSION was used but that did not contain the microversion digit. It is better to have it in MSI ProductVersion, because a higher build number of a lower microversion looked newer from the MSI point of view, and update failed. MSI ProductVersion is now major.minor.micro.build, e.g. 3.6.1.1206 (build number is taken from minor.mk)
2011-12-12change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar1-3/+3
2011-12-12Fix a typo?Fridrich Štrba1-1/+1
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-12-10solenv: pimp the gdb nodes array pretty printerMichael Stahl1-2/+36
(cherry picked from commit 9f050aa772dd8d0b26dac4ef52fb5a5bd2825d4a)
2011-12-09do nothing in buildpl stage for debugrunBjoern Michaelsen1-0/+3
2011-12-09i18npool on Windows needed more fixes.Jan Holesovsky2-2/+2
2011-12-09Revert "mysqlcppconn: force recompilation when switching between different ↵Lionel Elie Mamane1-22/+17
bindings" This reverts commit b9e6db9be72625ff8de17c2cee5fc78d8d65957b.
2011-12-09Revert "tg_ext.ml: fix patch when filename ambiguous"Lionel Elie Mamane1-4/+4
This reverts commit f7c0526a120711b02ad69b68fd254fcd8f5e0f09.
2011-12-09tg_ext.ml: fix patch when filename ambiguousLionel Elie Mamane1-4/+4
2011-12-09mysqlcppconn: force recompilation when switching between different bindingsLionel Elie Mamane1-17/+22
2011-12-08./download need to be run with $SRCDIR as working dirNorbert Thiebaud1-2/+1
2011-12-08clean-up header and set the modfiel appropriatelyNorbert Thiebaud1-8/+8
2011-12-08Fix build on Linux.Jan Holesovsky1-1/+1
2011-12-08Fix 18npool build on Windows.Bjoern Michaelsen3-3/+3
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens5-59/+29
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-12-08fix typoBjoern Michaelsen1-1/+1
2011-12-08do not clean INPATH_FOR_BUILD on noncrosscompilesBjoern Michaelsen1-1/+1
2011-12-07only depend from dev-install on build if it is an explicit goalBjoern Michaelsen2-6/+4
2011-12-07add def to allow compile of concat-deps.c on MacNorbert Thiebaud1-0/+12