Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-09 | add gb_SrsTarget_use_packages | David Tardon | |
2012-03-10 | gbuild: remove some more realpaths | Matúš Kukan | |
Where necessary, replace with wildcard, what does not change path. | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | gbuild: fix mkdir optimization with make 3.81 | Michael Stahl | |
The problem is that make 3.81 does not match pattern rules whose target ends with '/' against directories. (regression from 408822b54724f8170a1296ddd67e50d8291c8ee1, 90491a073c5b5faee782ad5eab63276fda2342e6) So use a fake file ".dir" in the respective directory, and try not to spawn unnecessary mkdir processes by checking for existence via realpath. This is all quite ugly and should be reverted once support for make 3.81 is dropped. Also, fix a pre-existing problem of pattern rules with multiple targets that used to work by accident in Package.mk. | |||
2012-03-05 | gbuild: do not call mkdir -p in gb_Deliver__deliver | Matúš Kukan | |
Rather create new order-only dependencies on directories where targets should be delivered. On cygwin this is much faster. | |||
2012-03-02 | translations converted to gbuild | Matúš Kukan | |
2012-02-08 | Properly rebuild files generated by l10ntools programs | Stephan Bergmann | |
(Changing the corresponding build-order-only dependencies to proper ones should be safe here, as all mentions of $^ are within $(filter) calls.) | |||
2012-01-15 | Galaxy (default) icon theme is now in icon-themes/galaxy | Stefan Knorr (astron) | |
2011-12-22 | add some explanation for gb_SrsTemplateTarget | David Tardon | |
2011-12-22 | use the same dir structure for images as sc and sw | David Tardon | |
2011-11-08 | factorize RSCTARGET,RSCOMMANd out of platform, and __command_dep in com_GCC | Norbert Thiebaud | |
2011-11-05 | gbuild: clean up pointless proliferation of PRECOMMANDs, all alike | Michael Stahl | |
2011-10-21 | gbuild should use SRCDIR as per GNU make conventions | Bjoern Michaelsen | |
2011-10-21 | kill multi repo support: AllLangResTarget | Bjoern Michaelsen | |
2011-09-09 | avoid the need for calling eval here | David Tardon | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-07-26 | Add Emacs mode lines and a few missing vim ones | Tor Lillqvist | |
2011-06-21 | Use gb_Executable_get_target_for_build for transex3 | Tor Lillqvist | |
2011-06-18 | ause130: #i117218# change .idl handling to gnu make | Hans-Joachim Lankenau | |
2011-05-03 | do not announce if there is nothing to do | David Tardon | |
2011-05-03 | these targets are impl. details--do not announce | David Tardon | |
2011-04-21 | sd has some images in imagelst subdir... | David Tardon | |
2011-04-17 | add support for resource templates | David Tardon | |
That is, resource files containing localizable data that are included from other resource files. They have filenames like foo_tmpl.hrc (sometimes foo_tmpl.src) and are included as foo.hrc . They were handled by listing them in LOCALIZE_ME variable in the old build system. | |||
2011-03-27 | adding a comment documenting AllLangResTarget.mk | Bjoern Michaelsen | |
2011-03-27 | fix regression introduced with 37705446d2eec207d9e0e3d39997792229fb8b1f | Bjoern Michaelsen | |
* l10n should now work again (thanks timar for the hint) | |||
2011-03-26 | Revert "for l10n, we should actually use the merged files" | Andras Timar | |
This reverts commit 58c163ab45d0cf7684a6a5feb0ec0076015bea3f. | |||
2011-03-26 | for l10n, we should actually use the merged files | Bjoern Michaelsen | |
2011-03-25 | search localized strings in the new "translations" module also by GNU make | Petr Mladek | |
2011-03-25 | Some realpath foo to build resource files | Fridrich Štrba | |
2011-03-17 | Add realpath calls | Tor Lillqvist | |
This avoids passing pathnames containing symlinks to non-Cygwin programs. Calling realpath here hopefully means that we don't need to explicitly expand the pathnames for the src files listed in the */AllLangResTarget_*.mk files. | |||
2011-03-12 | use SRCDIR intead of the completely unset LOCDIR | Norbert Thiebaud | |
2011-03-11 | Spaces -> tabs in gbuild, GNU make does not like spaces ;-) | Jan Holesovsky | |
2011-02-21 | masterfix DEV300: #i10000# removed one hard dep | Ivo Hinkelmann | |
2011-02-17 | CWS-TOOLING: integrate CWS l10nmove | Ivo Hinkelmann | |
2011-02-01 | l10nmove: #i116586# Move l10n module into own repository | Ivo Hinkelmann | |
2011-01-31 | gnumake3: #i116711#: clean up tempfile creation: use $TMPDIR instead of workdir | Michael Stahl | |
2011-01-27 | CWS gnumake3: fix build breakage caused by missing sdf files for localized ↵ | Mathias Bauer | |
builds; fix localization of globlmn.hrc | |||
2011-01-25 | CWS gnumake3: fix license headers | Mathias Bauer | |
2011-01-19 | gnumake3: #i116265# support WITH_LANG=ALL | Hans-Joachim Lankenau | |
2011-01-19 | gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex ↵ | Bjoern Michaelsen | |
test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing | |||
2011-01-17 | gnumake3: fixing broken AllLangResTarget.mk | Bjoern Michaelsen | |
2011-01-15 | gnumake3: reducing differences between platform files | Bjoern Michaelsen | |
2011-01-06 | ause129: #i116298# move toolkit images | Hans-Joachim Lankenau | |
2011-01-04 | ause129: #i116298# add some flexibility to source and destination | Hans-Joachim Lankenau | |
2010-12-20 | #i10000# find libraries | Hans-Joachim Lankenau | |
2010-11-21 | gnumake2: cleaned up module registration | Bjoern Michaelsen | |
2010-11-21 | gnumake2: gbuild file permissions | Bjoern Michaelsen | |
2010-11-19 | gnumake2: first implementation of deliver.log generation | Bjoern Michaelsen | |
2010-11-14 | gnumake2: posh output | Bjoern Michaelsen | |
2010-11-12 | gnumake2: lib name cleanup | Bjoern Michaelsen | |