Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | Fixed linkoo for Linux again. | Stephan Bergmann | |
2011-09-27 | Make extension cross-buildable again. | Thorsten Behrens | |
2011-09-27 | Add MinGW handling to linkoo. | Jan Holesovsky | |
2011-09-26 | One step closer to a functional 'make dev-install' with MinGW. | Jan Holesovsky | |
2011-09-26 | UNOLIBS_URE are supposed to end with .uno.dll, not only .dll. | Jan Holesovsky | |
2011-09-26 | allow adding native windows res. files for executables too | David Tardon | |
2011-09-26 | take pity on the gcc 4.5.X users | Caolán McNamara | |
2011-09-24 | also here include linux-CPUNAME as in gbuild.mk | Matúš Kukan | |
2011-09-23 | Undo basis/brand split: move dynamic libraries from basis to brand. | Stephan Bergmann | |
2011-09-23 | bump to libexttextcat | Caolán McNamara | |
As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option. | |||
2011-09-23 | linkoo seems to be unsupported on Mac OS X, make it exit with status 0 there ↵ | Stephan Bergmann | |
(so ooinstall does not erroneously fail) | |||
2011-09-23 | add a retry loop in build.pl on Error 126 on Windows. | Norbert Thiebaud | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-22 | Don't link with msvcrtd if LINKED_LIBS has libcmtd | Tor Lillqvist | |
2011-09-22 | Add libcmtd | Tor Lillqvist | |
2011-09-21 | Ensure a failing linkoo makes ooinstall fail. | Stephan Bergmann | |
2011-09-21 | Directly use version.lst instead of versionlist.mk. | Stephan Bergmann | |
2011-09-21 | Removed unused solenv/inc/version_so.hrc | Stephan Bergmann | |
2011-09-21 | get bean linking under windows | Caolán McNamara | |
2011-09-21 | Bin OS/2 stuff | Tor Lillqvist | |
2011-09-21 | chmod -x | Tor Lillqvist | |
2011-09-21 | Update to match reality | Tor Lillqvist | |
But actually, I would really love it if we could get rid of this version.lst file. Surely we can put this information, if it has to be hardcoded somewhere, in the same minor.mk that already contains version information (and which, unlike this file, actually has been kept updated by us). Or alternatively, get rid of minor.mk and use just this file. Best of all would be to just use the version number from the AC_INIT in configure.in, wouldn't it? Isn't that the normal thing to do? Also, I don't see what hardoced version timestamps as in this file are useful for. If such a timestamp corresponds one-to-one with a version number, the information clearly is redundant? A *build* timestamp is another thing, that might be more useful if file timestamps or package timestamps don't give enough information. | |||
2011-09-20 | Cleaned up solenv/gdb/makefile.mk | Stephan Bergmann | |
2011-09-20 | Removed unused BOXT feature. | Stephan Bergmann | |
2011-09-20 | localize.pl is not necessary | Andras Timar | |
2011-09-20 | Revert "localize.pl is not necessary" - breaks on Windows | Andras Timar | |
This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10. | |||
2011-09-20 | localize.pl is not necessary | Andras Timar | |
2011-09-20 | Consistently rename NONEBIN -> NONE for all platforms. | Stephan Bergmann | |
2011-09-20 | add 'qtz' key id lang code to ALL case | Andras Timar | |
2011-09-20 | Update Zenity with progress icon notification | Kevin Hunter | |
Add a "clock" style progress meter for the build via dynamically generated svg images. The colors are rather arbitrarily chosen, but with a very minor attempt to be readable by color-blind folks. A second round cut of this patch might make the fill and stroke colors configurable. | |||
2011-09-20 | Use "python" as (build-time) gb_PYTHON if run-time Python usage is disabled | Tor Lillqvist | |
2011-09-20 | there is no special iso.res case any more | Andras Timar | |
2011-09-20 | Reverted previous ff1c626, instead renamed NONEBIN -> NONE. | Stephan Bergmann | |
2011-09-20 | do not call macosx-change-install-name for NONEBIN executable | Norbert Thiebaud | |
2011-09-20 | Kill the explicit linking to salmain.o, use vclmain instead. | Jan Holesovsky | |
2011-09-19 | Call macosx-change-install-names on executables in gbuild, too. | Stephan Bergmann | |
2011-09-19 | Removed --leak-check=yes from CppUnit valgrind/memcheck calls. | Stephan Bergmann | |
Can be enabled via VALGRIND_OPTS=--leak-check=yes. | |||
2011-09-19 | Make 'desktop' build again with MinGW. | Jan Holesovsky | |
2011-09-19 | unify the unxfbsd.mk into a single file and simplify it | Baptiste Daroussin | |
2011-09-19 | add comdlg32 | Caolán McNamara | |
2011-09-19 | progress to link stage of loader2 | Caolán McNamara | |
2011-09-19 | Added another missing $, fixes leaking /tmp/gbuild.* files. | Matúš Kukan | |
2011-09-19 | Need doubled dollarsign here it seems for this to actually work as intended | Tor Lillqvist | |
2011-09-19 | process more idl files at once - first part: gbuild | Matúš Kukan | |
2011-09-18 | add help | David Tardon | |
2011-09-17 | don't try to cat a non existent Jar manifest | Peter Foley | |
2011-09-17 | actually create the flag after run | David Tardon | |
2011-09-17 | add qtz (key id pseudolanguage) to langlist.mk | Andras Timar | |
2011-09-16 | remove -r hint -- we are enabling it ourselves in gbuild.mk | Bjoern Michaelsen | |