summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2012-02-17Pass JunitTest jar deps to underlying JavaClassSetStephan Bergmann1-6/+2
...and make underlying JavaClassSet implicitly depend on OOO_JUNI_JAR ...and remove unused gb_JunitTest_set_classpath
2012-02-17merge feature/gbuild_javaDavid Tardon6-16/+64
2012-02-16use bzip2 compression for dmgNorbert Thiebaud1-1/+1
On MacOSX the installable packages (dmg), can use diverse format and diverse compression method. Since 10.4 a new format is supported that use bzip2 as a compression back-end. The result if a reduction of ~30MB of the main dmg.
2012-02-16gbuild: Jar: fix building .jars on WindowsMatus Kukan1-1/+1
2012-02-16Simplify installer::sorter::sorting_array_of_hashes.Tim Retout1-20/+4
2012-02-16Add tests for installer::sorterTim Retout1-0/+48
2012-02-16Use Exporter for installer::sorterTim Retout2-4/+10
2012-02-16Inline and simplify installer::sorter::sort_array_of_hashes_numerically.Tim Retout2-38/+5
2012-02-16Remove unnecessary sorting subroutines.Tim Retout2-45/+1
2012-02-16Turn on strictures in installer::sorterTim Retout1-0/+3
2012-02-16-Werror in dmake modules went missingCaolán McNamara1-1/+1
2012-02-15Turn on strictures for some installer Perl modules.Tim Retout4-1/+13
2012-02-15Add svt and tk to libmergedTor Lillqvist1-0/+2
2012-02-15Add sb to libmergedTor Lillqvist1-0/+1
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-77/+0
2012-02-14Remove CVER tracesThomas Arnhold1-2/+0
see 08d49db2aac06ddc9d8c8ad7f34bee3a899e2fa9
2012-02-14remove gcc2 tracesThomas Arnhold1-5/+0
2012-02-14Skip merged librariesTor Lillqvist1-2/+3
2012-02-14Remove accidental commentThorsten Behrens1-1/+1
2012-02-13Add fw* and sfx to libmergedTor Lillqvist3-0/+16
2012-02-13Add fw* and sfx to libmergedTor Lillqvist2-0/+11
2012-02-13Integrate Josh Heidenreich's nice README parser as start page.Thorsten Behrens1-37/+134
From https://github.com/TheJosh/tdf-misc's scrape.php, ported the concept over to bash, to have it run with the doxygen generation.
2012-02-13preserve timestamps for .py filesCaolán McNamara1-1/+1
.pyc and .pyo binary caches contain the timestamp of the .py file, so for fedora multilib if the .py files get different times on different arch then the .py[o|c] files end up being different for the same content
2012-02-13tell tooling about xmllintCaolán McNamara2-0/+16
2012-02-12"in_list_end" never read, let's drop itJulien Nabet1-2/+0
2012-02-10hopefully we don't need this hackMatúš Kukan1-9/+2
2012-02-10slowcheck should not be executed in module default targetMarkus Mohrhard1-1/+1
2012-02-10Various more l10ntools clean upStephan Bergmann2-17/+1
"localize" is now directly a C++ program w/o wrapper script. Also, its command line has changed slightly, taking the source root as explicit argument (instead of implicitly as cwd).
2012-02-09another improvement of the about dialogPetr Mladek1-1/+1
* put back "supplied by %OOOVENDOR" instead of "developed by %OOOVENDOR" * remove "LibreOffice is" from the copyright line. It has affect only when the product is called "LibreOffice" * center version and buildid line * remove the confusing branch-point from buildid; it is not longer necessary when we have the version suffix, e.g. beta1+
2012-02-08Missing $(...)Stephan Bergmann1-1/+1
2012-02-08Properly rebuild files generated by l10ntools programsStephan Bergmann3-5/+4
(Changing the corresponding build-order-only dependencies to proper ones should be safe here, as all mentions of $^ are within $(filter) calls.)
2012-02-08stick to three-letter lengthBjoern Michaelsen1-1/+1
2012-02-08first try to add slowcheck build targetMarkus Mohrhard5-5/+42
2012-02-08re-enable make help from the top-level makeNorbert Thiebaud2-80/+77
2012-02-08use $ENV{GNUMAKE} instead of constant 'make'Korrawit Pruegsanusak1-3/+3
2012-02-07adapt create-tags/create-ids to the absence of set_soenv.inNorbert Thiebaud2-3/+16
2012-02-06have make check working again. clean-up the whole STAGE stuffNorbert Thiebaud5-235/+0
2012-02-07gdb: don't barf on non-ASCII text in SwTxtNodeMichael Stahl1-1/+1
Because the default text encoding in Python 2 is "ascii" these would throw a UnicodeEncodeError: 'ascii' codec can't encode character...
2012-02-06Print log file in case of errorStephan Bergmann1-1/+5
...so that tinderbox output becomes useful.
2012-02-06fix mingw build, still bootstrap issues.Norbert Thiebaud1-1/+1
2012-02-05another tweak to bootstrap handlingNorbert Thiebaud2-3/+3
2012-02-05darn! finally bootstrap target (seems to) works on windows... and otherNorbert Thiebaud2-8/+12
2012-02-05still invalid use of WORKDIR in top level MakefileNorbert Thiebaud1-4/+4
2012-02-05we can't use WORKDIR directly, on windows this is windows pathNorbert Thiebaud1-1/+1
2012-02-05fix bootstraping issue on x-compileNorbert Thiebaud1-0/+4
2012-02-05gb_WinResTarget__command never has 3 parametersNorbert Thiebaud1-1/+0
2012-02-05gb_Helper_convert_native should not introduce superflous spacesNorbert Thiebaud1-1/+2
that broke a case where we had -DMISC=$(call gb_Helper_conver_native,...) which transformed in to -DMISC= d:/foo/bar and broke the build
2012-02-05REPODIR could be a drive i.e D:/ in that case we want to strip the '/'Norbert Thiebaud1-1/+1
otherwise we construct file like d://libo/... which break stuf
2012-02-05adjust gbuild docNorbert Thiebaud1-1/+11
2012-02-05fixes for windows build for config_host.mk based buildNorbert Thiebaud1-2/+0