summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2013-05-06gbuild: predefine list of help packs to buildDavid Tardon
It does not make sense to repeat the same check many times. Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06gbuild: add gb_UnpackedTarball_set_pre_actionDavid Tardon
This function is for running arbitrary command just after unpacking. It turns out that gb_UnpackedTarball_set_post_action is not enough :-( Change-Id: Ibad9d7fbcdd2b95a16cc838ad8773eef5c6da019
2013-05-06Did not want to push this thing ;)Fridrich Štrba
Change-Id: I2dfaa895a3efefa6fee8d21575f148ef9bba03c3
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba
Change-Id: I8bdcc273b50e35dbbb0e34183a465e370cc5b22c
2013-05-06make sure the output dir existsDavid Tardon
Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
2013-05-06gbuild: only add files to existing help packsDavid Tardon
Change-Id: Idea360fdd78f21f5f42500da938340bb1870f29f
2013-05-05use single rm callDavid Tardon
Change-Id: I21cd42a561b2fdc0fb2dbe977b1892cb8888c412
2013-05-05Revert "gbuild: fix generated deps for API headers"David Tardon
It's been quite a time since the big header move. I suppose this iss not needed anymore. This reverts commit 1b2f3b9c64c7903dfa56953b91db4f5f105e4e7d. Conflicts: solenv/gbuild/UnoApi.mk Change-Id: Iea817c17a2559e853709d3b7686365dd29e12ea8
2013-05-04do not merge pyuno/pyloaderPeter Foley
Change-Id: I2803eaa9dcd516059fc879e1ca98dc3a5f088284
2013-05-04fdo#60924 autoinstall - gbuild/scp2: add kde moduleMatúš Kukan
Change-Id: Id1a836da9b97ba2b542b68cfa650fede523b0a0e
2013-05-04nuke MathMLDTDDavid Tardon
math.dtd was dropped from installation in 2009, see https://issues.apache.org/ooo/show_bug.cgi?id=97200#c3 : "In agreement with MIB and MT it was diecided that the Math.dtd should be removed from the installation set as well since it a) has incorrect content b) is no longer used nowadays at all" Change-Id: Id2a727338c224b0beb4b8def197988ab071a7d94
2013-05-04install python framework using filelistDavid Tardon
Change-Id: Ib3a98d8268d0a1973d5f06b993c293fd41ba47e1 Reviewed-on: https://gerrit.libreoffice.org/3779 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-04gbuild: add Package equiv. for copying whole dirsDavid Tardon
This is in preparation for using doxygen to generate IDL docs. Because the file names generated by doxygen are essentially random, it is not possible to use a Package to deliver them. And we really do not want to go back to using Zip, as unpacking slows the installation down. Change-Id: I5f4aa6bf10c6aab30a5b1870e04dca723c123317 Reviewed-on: https://gerrit.libreoffice.org/3774 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-02fdo#54087 link the correct resource file to npsoplugin.dllAndras Timar
I had to add a new function to gbuild system: set_nativeres, because the trick in extensions/Library_npsoplugin.mk did not work. It linked the default.res, and that made the plugin unusable under Windows. Also, one export was missing compared to LibreOffice 3.5. Conflicts: extensions/Library_npsoplugin.mk extensions/WinResTarget_npsoplugin.mk Change-Id: Ib91fa2a3b72b15912587f22becccb0aebc2aa390
2013-05-02Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
Change-Id: I9f1102d4f0e189a048d8fccfe9cae246c0136311
2013-05-02Make localization a bit more effectiveZolnai Tamás
1. get rid of some unefficiency The "old" executables used to parse items which has other language than en-US. To this items executables search MergeEntrys(read from po) and change the content if possible. This mixed localization method not need any longer. -cfgex: cfgmerge:WorkOnText() -xrmex: xrmmerge:WorkOnText() -transex3: export:PrepareTextToMerge() 2. Change the container of MergeData to get a bit efficiency. The new MergeDataHashMap is exploit that in most case the insertion and search happen in the same order.(similar to fifo) So add an iterator-chain to define an insertion order in the original hashmap. Every call of find it is a hint that the next element, to the last found one, is the searched one. If not than search such like in a HasMap. 3. Set up some order in helpex Helpex is the only one, which was not used to merge strings in the same order as export, so change it to work effective with the new HashMap. Helpex works with all file of a specific directory and po files contain the strings of these files in lexical order so use the same order for merge.(HelpTarget.mk) 4. Make export use MergeDataHashMap a bit more effective -The same MergeData contains strings to all language, so it need to get only once. -Just text entrys have MergeData, others not need to search for it. (e.g. bitmap) Plus delete some unused code. Change-Id: I6ec80cd2323ffea8f783d0b59dc89ca7eac3c205
2013-05-01gbuild: add group NONE for jars without comp. fileDavid Tardon
This is mainly to avoid polluting instdir because these jars are only used during build. Change-Id: Ia5bab3155787b690bd915f3e83e6b6144715948b
2013-05-01add spec. handling of jars to ExternalPackageDavid Tardon
Change-Id: Ib6561120f1c6f9804e5bf9ca36b6a655f1449d4f
2013-05-01let gbuild pick gb_RUNNABLE_INSTDIR from env.David Tardon
Change-Id: I0cf96aa137a33662c5713886dd6b2649e4dd01bc
2013-05-01copy jars into instdirDavid Tardon
Change-Id: I52d69be6b3b4208c90fd8e3ed4271f48fdc1ed47
2013-05-01add function for adding runtime libs to ExternalPackageDavid Tardon
This allows us to deliver libs needed at runtime to instdir in addition to solver. It could possibly also be used for autoinstalling external libs, just like we can already do for internal libs. Change-Id: I96d314c55581190e129adae8383224535748ac43
2013-05-01the internal packages should not be registeredDavid Tardon
Change-Id: I83f4c55582d1ff8ec6b468776090b453c4f85b89
2013-04-30...and fix gb_UNIT_FAILED_MSG outputStephan Bergmann
Change-Id: I0fa3036c5be34eb598e0390430028ae818ebef0d
2013-04-30Adapt PythonTest.mk to CppunitTest's b308d0b061b24688cf1312af817a2af1c21e2bd8Stephan Bergmann
"More helpful message how to re-run a unit test that failed." Change-Id: I2d99d1e7ff5fd326552f56d21fad7d1211966b2b
2013-04-30fix typo: trailing \Matúš Kukan
regression from 22e1a5b836b898298b6a5cfbaf1c82d9c3f08349 Change-Id: Ia7dbad2fdad9c00c86a55395308dc35ecc510dee
2013-04-30Remove weird unused scriptTor Lillqvist
Change-Id: I97979428ba9f31f493b043e485b77b2a379f21c5
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-30More helpful message how to re-run a unit test that failed.Jan Holesovsky
Change-Id: Ibd85ecd6a24611313a24b79b3e4b122eccd02a81
2013-04-30gbuild: UNOLIBS_OOO group is no moreMatúš Kukan
Change-Id: I1b239844391c0d59fc26e44f789cc39ed602f54b
2013-04-30remove unused product variables from Windows installerAndras Timar
OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete SAMEPRODUCTS - same product have the same ProductCode, so installer detect it anyway under normal circumstances. It is possible that a tester/developer tries to install the same version with different ProductCode over an existing installation (e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use. Moreover, Windows Installer uses only the first three fields of the product version. So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning scheme. BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas. OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching mechanism, they were commented out anyway. STUBPRODUCTS, STUBUPGRADECODE - these look useless Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
2013-04-29gb_JunitTest_JunitTest_platform_longpathname_hack is unusedStephan Bergmann
...since 81af84c04fa7ef8c8c12d2a9d3899a9a75cb8260 "gbuild: let JunitTests run with MSVC." Change-Id: I4ba97431c3439c0bed74149fe66cbb76db5317ce
2013-04-29climaker no longer needs *.rdb.oldformat input filesStephan Bergmann
Change-Id: I55447aba5abcc8205543c7ca64763b5c99854837
2013-04-29TyposStephan Bergmann
Change-Id: I2ff65979a9da7da12ad6ac97dc090898913a2e8c
2013-04-29urelibs: break cyclic dependency; treat regcompare as build toolMatúš Kukan
Build tools do not link against merged libraries but individual small ones we need for this (gb_BUILD_HELPER_LIBS). Change-Id: Ia765e11a93ed05d126334a3e146fb88e368954ac
2013-04-29filelists should honor USE_INTERNAL_RIGHTS flagDavid Tardon
Change-Id: I3edbae98c9bb51899e5592fae1cfe9f3632ad535
2013-04-29move to MPLv2 and remove my name from the header itselfNorbert Thiebaud
Change-Id: I1961da149ed350131e19233bd5694ae8b6fe65ba
2013-04-28copy gdb pretty printers into instdirDavid Tardon
Change-Id: I2e4805b89d519fd5586d5a1edf5dad7662c022de
2013-04-28gbuild: copy resources into $(INSTDIR)David Tardon
Change-Id: I06d20538ec2b4f80963e0e7c6c401b3d573aac86
2013-04-28gbuild: copy executables into $(INSTDIR)David Tardon
Change-Id: I88f6327c12fa2b782aa5c82e5891006713348477
2013-04-28gbuild: copy shared libs into $(INSTDIR)David Tardon
Change-Id: I20612a93a25d1748725a792cfae0bce8c3ef262b
2013-04-28gbuild: add var. for enabling runnable instdirDavid Tardon
This is a part of my effort to get a runnable $(INSTDIR) as a more convenient alternative to make dev-install. I plan to copy all necessary shared libs, executables and other files to $(INSTDIR), which increases the disk space demands for a build (there would be three copies of a library/executable in the same build: one in $(WORKDIR), another in $(OUTDIR) and one in $(INSTDIR)). Because the runnable instdir idea is limited to Linux anyway (at least for now), it will be disabled by default. Change-Id: Ib61109b1a193c61c0236b50b64c34fea20f40297
2013-04-28do not copy anything to instdir in build stageDavid Tardon
Change-Id: I923704d47d4fbc764e847a1bd6eed9fca2dce089
2013-04-28drop UnoApiTarget_get_*headersDavid Tardon
This was actually meant for idls, not headers :-) And it is obsolete, as we do not deliver these to $(OUTDIR) anymore. We use explicit include paths into $(SRCDIR) instead. Change-Id: Iccb0dc529a99be59390f032fc331996146829abb
2013-04-28drop forgotten decl. of _inc Package for UnoApiDavid Tardon
We do not deliver the created headers anymore. Change-Id: I5317c43522d0b91044ccc880031795360816b21d
2013-04-28only deliver IDL files if neededDavid Tardon
Change-Id: If59a19363d9b82f17fcdfe4632edf6f757c65f64
2013-04-27fdo#55814 migrate java unit test to pythonDavid Ostrovsky
Change-Id: Ib7ef29354f5d43abd9e67745dd6d3fccaec8612e
2013-04-26remove executable bitLuboš Luňák
Change-Id: I3a26edc6bef3e7db875405458dbda8de06222bd3
2013-04-26do not output random 'true' in verbose buildLuboš Luňák
It's not necessary anyway from what I can tell. Change-Id: Idb4699f29eb1bba32197667c9a6785e653dd8382
2013-04-26At least for now, PythonTest runs against dev-install treeStephan Bergmann
...so clean up. (Changing this might be tricky, esp. on Windows where the python.exe wrapper adds the dev-install tree's dirs to PATH, so trying to run tests against solver instead of dev-install tree libs will result in chaos. This will become moot when we finally have solver == dev-install.) Change-Id: Icbfc3928a7ff178fd86d78d15ffcf539557efbb4
2013-04-26Mac OS X needs devinstall's program dir in PYTHONPATHStephan Bergmann
...otherwise, "import pyuno" won't work in the test. Change-Id: Ife6509af51a276043d6dfb1a9c1f45c717e219d7