summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)Author
2012-09-11use _use_static_libraries here again to ensure proper dependencyMatúš Kukan
Change-Id: I04fb35b6eac1c1777e67de9877417cfe7cc5aac8
2012-09-11Make update_tree.pl work with internal xmllintStephan Bergmann
Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8
2012-09-11Stray "use Carp"Stephan Bergmann
Change-Id: Iba0cc40699bd7d5f2d4c5964d8005f41814bfe8e
2012-09-11gbuild: UnpackedTarball: don't need over-engineered 82 lineMichael Stahl
... perl script to convert line ends. Change-Id: Ia2f6f38b39876946ba4471f99a7622241ae72017
2012-09-11fix few problems with gbuildized liborcusMatúš Kukan
Change-Id: Ic8717085f0f71470eadc225eb062c1dee24d24f7
2012-09-11Better error reportingStephan Bergmann
Change-Id: Id5fa59ebd8d656158c22552e6f06e61897df2fb5
2012-09-10add help.tree files to extensions' helpBence Babati
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
2012-09-10gbuild: disable MSVC warning C4351Michael Stahl
"new behavior: elements of array FOO will be default initialized" sounds utterly useless. Change-Id: I7870734c92bcd52c7fc0a9a251f6d007122c95a6
2012-09-10we don't need exslt for dmakeDavid Tardon
Change-Id: Id8cec9932c9c3bd76f0b1e50038582ae64a6f879
2012-09-10build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch
Change-Id: I7ab624bc4877af51d4182ab213ef49cd8c5bb2a4
2012-09-08fdo#52296 put ShellNew files to program's folderAndras Timar
Change-Id: I501d08fb0be65c7191b807e1d6d6f20026e14860
2012-09-08installer: remove unused codeAndras Timar
Change-Id: I8f0229b8dd0a135f525076e98996d44be2018050
2012-09-08installer does not produce .inf files, corresponding code can goAndras Timar
Change-Id: I98c134457d113dfbb83074fc7ee48cbf952b17b3
2012-09-08remove SelfReg table from MSIAndras Timar
We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-08use "scoped" global var. to set the suffix of gen. C++ filesDavid Tardon
Change-Id: I992d361d489bee59414a4a259fd73a06dd56a72c
2012-09-07Prevent epm from stripping unless explicitly requestedStephan Bergmann
Change-Id: I9f89d78d5772a1a60c89ab4aa4b6ef9bd6179754
2012-09-07Clarify --enable-symbols misnomerStephan Bergmann
Change-Id: Id3c206219385d6ab4673d1c8f6236a6cb665512a
2012-09-06gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl
Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always enabled when --enable-dbgutil is set, with no way to override it. Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where the new "FALSE" value, set by an explicit --disable-symbols, overrides any implicit way of enabling symbols. But by default an --enable-dbgutil still enables gb_SYMBOL. Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d
2012-09-04installer: Remove copy_complete_directory_without_cvsTim Retout
Change-Id: I8ae43356f91c45aecfe56cb83567b5e4e97c5669
2012-09-04installer: Inline $installer::globals::required_dotnet_versionTim Retout
Change-Id: I653cee6f86476520d12eaa42c2afecdad1e75dc0
2012-09-03Quote .ddf content (potentially containing stuff like "%2F")Stephan Bergmann
Change-Id: I532cbc97fe0a85f10dba4f52897c3744516c31c9
2012-09-01libmerged: another small component libraries for androidMatúš Kukan
Change-Id: Icd36fe58cfe8dbcc737681e6fb477e64310bfaad
2012-09-01installer: Second attempt at scpzipfiles interpolation functions.Tim Retout
Call "replace_all_ziplistvariables_in_rtffile" with a hashref rather than arrayref. Also rewrite implementation of installer::scpzipfiles variable replacement functions, and add test case. Note that unknown variables should be ignored rather than replaced with an empty string. Change-Id: Ic4548b9df8c50cbf2d3049052c637e859542a1e8
2012-09-01installer: Replace $installer::globals::platTim Retout
Change-Id: I81076008a619063acadc328a4ae8caf27eb8fe50
2012-09-01installer: Make @forced_properties non-global.Tim Retout
Change-Id: I42f1511126bcbda466cb956cbcac722b449bd9a5
2012-09-01installer: Inline $installer::globals::globaltempdirnameTim Retout
Change-Id: I4174f61e45e71720d0679f798f440096d0ce4583
2012-09-01installer: Make @noMSLocaleLangs non-global.Tim Retout
Change-Id: Iae7afa53966a4f5fe3b09ce75dcefc78fd75b279
2012-09-01installer: Make @rtllanguages non-global.Tim Retout
Change-Id: I20c3e2482e9bc1c1f2b32f517b1ced9037454544
2012-09-01installer: Make @items_at_modules non-global.Tim Retout
Change-Id: I869b521034f75b0146ee5aa0fdd5014f674bfa4c
2012-09-01installer: Remove $installer::globals::progTim Retout
Change-Id: I71b8950e1d0e8755159631a83a4e57c23e6cd100
2012-08-31boost: convert to gbuildMatúš Kukan
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
2012-08-31gbuild: add gb_UnpackedTarball_copy_header_files for external headersMatúš Kukan
Change-Id: Iaf6908ede1d06a7b36eca8f16f44716181428ce8
2012-08-31gbuild: UnpackedTarball: do not rename files; set cxx suffix for libraryMatúš Kukan
Change-Id: I8bf119a4ab3fc7c2febfa80176358f668003b7d1
2012-08-31extension_helplink.mk is no longer usedStephan Bergmann
Change-Id: I54e7753f7123ed447253901d2251730371bef7b0
2012-08-31Call HelpIndexer/Linker with gb_Helper_set_ld_pathStephan Bergmann
Change-Id: Id3d1b203dee34ab6e59e8790c9caa5ea9d565f45
2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f
2012-08-31stuff in a mechanism to find the liblangtag share dir during unit testsCaolán McNamara
Change-Id: Idf67c3dfbff7ee5c13831159a913ce8a517732ca
2012-08-31-DRTL_USING for dmake modules as wellCaolán McNamara
following logic of 608025986 Change-Id: I016b76bf350432a29e02d528814584c5dbbfff61
2012-08-31For iOS always generate comprehensive headers for udkapiTor Lillqvist
Seems to get rid of one bootstrapping problem, where URE types are needed before their rdb file has been read. Change-Id: If9ae2f282dee06841a538ff1983bb3e836aa5706
2012-08-30remove obsoleted IS<LCIĐ> properties and conditions based on themAndras Timar
Change-Id: I75efbc3815551a9cff43f0c1501e94db7c834afd
2012-08-30LibreOffice installer does not use child projectsAndras Timar
Change-Id: Iee968a748406228c116bef26793d74d5712d1f13
2012-08-30Make verbose make output more informative for cppumaker commandsTor Lillqvist
Put only the presumably not so interesting long list of input files into the response file, have options (which might be what one wants to see if using verbose=t) on the command line as such. Change-Id: Ia73614744f4fba65bc47dc463197941e65eae78f
2012-08-30Fix -Wl,-z,origin -Wl,-rpath,... quotingStephan Bergmann
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
2012-08-29No space inside bracketsStephan Bergmann
Change-Id: I6f6222d7c4c928b29ac092d3afef125f2e552b8e
2012-08-29ecj knows about -source -targetCaolán McNamara
Change-Id: Ieb26135bb5eeee5cd472becf704e75bcbeeb8518
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
2012-08-28Fix typo LD_LIBARY_PATHTakeshi Abe
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
2012-08-27Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann
Change-Id: I82f62c998837783ac69317123268b0c87f74425f
2012-08-27make the makefile dep more robustDavid Tardon
Change-Id: Iabf62eb089530dff97c0a920b2be9c239b02d5b8