summaryrefslogtreecommitdiff
path: root/cli_ure/qa
ModeNameSize
d---------climaker206logplain
d---------versioning38logplain
020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> 2012-12-31I did not want to push that...David Tardon It does not work, anyway. This reverts commit ee18b30b0391a443a51d7b97060f118478c202af. Change-Id: Ibe21a2a62ecbfaf8dcd87113bde386050ffde25a 2012-12-31move gb_Executable_get_command back into Executable.mkDavid Tardon Change-Id: Ia556cbfda5c5c3d9e1b2b7b1f488b079ce420367 2012-12-30use runtime deps in gbuild classesDavid Tardon Change-Id: I007e0293c354d6f930dffb4a9a2c2df5640a673b 2012-12-29rethink external executable setupDavid Tardon Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca 2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a 2012-11-28gbuild: UnoApiTarget: delete RDB file before rebuilding itMichael Stahl regmerge does not by itself remove those parts of the RDB that have their IDL files removed. Change-Id: Ie3972779deb7de4250e1a5f0f66c2e964fc60043 2012-11-28gbuild: UnoApiTarget: fix spurious rebuilds:Michael Stahl Since commit 800f388206b15db545d8b96d5546b766a4fc7b32 there are spurious rebuilds when a IDL file is rebuilt, because the rule for the idlc invocation was changed to rebuild all IDL files, but the dummy rule for .urd files only touched that when its own IDL file changes; this means that the header target is not seen as outdated in this make run, but it will be outdated in the next make run because then the .urd file timestamp is checked and is newer. The dummy rule for .urd files must touch the .urd file if and only if the rule for the .done file re-builds that .urd file. Change-Id: I37938aef0621c7d46809e02a06d22248de28271b 2012-11-23Only rebuilding .urd for newer .idl is unsound when idlc changesStephan Bergmann ...as it will do in one of the following commits. Change-Id: Ie243504db965e3a4803c593b9c09f12d2cb0fcfc