- 09 Kas, 2013 30 kayıt (commit)
-
-
Michael Stahl yazdı
... because the .hxx file only occurs as a target in .d files of objects, the rule for it will not trigger in a build from scratch and it will be older than the SdiTarget itself and will be touched on the next incremental build. Ensure that it's not older than the SdiTarget. Change-Id: I49504814ff62efb22d1f10b37e3bec2ea841bfc9
-
Michael Stahl yazdı
The files in gb_HelpTarget__get_index_files need to be targets with a rule since they are delivered via Package. Same for the ".tree" file, and the HelpJarTarget. Change-Id: I03167f358aabf297c9f2feacc170ec4e9db437d1
-
Michael Stahl yazdı
The .sdg/.sdv/.thm files are generated by gengal (i.e. the Gallery_get_target) but are not targets, which means they will only be delivered in a second make invocation because make requires running a command to propagate out-of-date-ness. Change-Id: Iddb2222151bdbcf93d79bd801fa30ab7d7fbd1d3
-
Lionel Elie Mamane yazdı
Change-Id: I29c131f60caa36c464d99b9b86a59e2e16ce94e3
-
Norbert Thiebaud yazdı
Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc
-
Norbert Thiebaud yazdı
Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede
-
Miklos Vajna yazdı
Change-Id: Ie3c8f7ea546418a1de1113a54292fd31c64a1f7b
-
Miklos Vajna yazdı
Change-Id: Id2efe1cacd8b1e7ceb31ee2b7d7ed4671266231b
-
Lionel Elie Mamane yazdı
Change-Id: Idec97e6b9269cb481428bef8b95aa112197fe866
-
Lionel Elie Mamane yazdı
Change-Id: Ie8ca0b1aa7b56ea1d62c9eed798c56ca78464c44
-
Lionel Elie Mamane yazdı
Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d
-
Lionel Elie Mamane yazdı
Change-Id: I92eb65614b9c0afded3b9210208360a42747a34c
-
Lionel Elie Mamane yazdı
Change-Id: Ia6cd838426ff77af213f285a67a22223c7358585
-
Lionel Elie Mamane yazdı
It breaks CppunitTest_sc_outlineobj, which runs several setUp/tearDown several times? Change-Id: Ic81324d150aa64135cdbedc4cb99f78d415da1aa
-
Stephan Bergmann yazdı
Change-Id: Ibcf4b7d9d11295c7679637a37d41dc2960e04f8f
-
Stephan Bergmann yazdı
...similar to 01d9f3fb "The ScOutlineObj test still requires the fugdge." Change-Id: I61d7024edbbade5eaf950752967ceac71306d6cb
-
Stephan Bergmann yazdı
...similar to 01d9f3fb "The ScOutlineObj test still requires the fugdge." Change-Id: Ib788f4d6f38eb1dc4b8e4856be8fd4a6ddd968b3
-
Stephan Bergmann yazdı
...that got moved from UnoApiTest to CalcUnoApiTest in a071a29d "UnoApiTest don't require Calc." Change-Id: I1a38c496ef2baf42b5fd82ff653e822a8b80a124
-
Stephan Bergmann yazdı
...i.e., skip UnoApiTest::tearDown's dispose of mxDesktop and go directly to BootstrapFixture::tearDown. Change-Id: If4555c812cb42c4b76a36d4e59c1d96211915dba
-
Lionel Elie Mamane yazdı
Change-Id: I7cc8b6bd3778158e7c93545bbdcf35cccf986188
-
Lionel Elie Mamane yazdı
Change-Id: Iefb12d8b6fe8b5c9795220f8c7ff90f6ecc92576
-
Lionel Elie Mamane yazdı
Change-Id: I190a629a8c76f98b54295eebcf712b4c5b26ecff
-
Lionel Elie Mamane yazdı
Change-Id: Ia04eedc6375748505c954e2315a0c5af7afae84f
-
Lionel Elie Mamane yazdı
Change-Id: I6dcd9ac05ff7c4a6fbae7947b0ceda8797feea2f
-
Lionel Elie Mamane yazdı
does not pass though; leave that to the domain experts Change-Id: Ic8b712ad4e1eca892d51d03d3a93b8c8087074dc
-
Lionel Elie Mamane yazdı
Change-Id: Ic5599df7a2ad7f2f3a9f2794b16ef0a4ab698b06
-
Lionel Elie Mamane yazdı
There is no reason for the generic UnoApiTest to require Calc specifically. Calc tests can/should instantiate a Calc instance. We can create a CalcUnoApiTest for that that inherits from UnoApiTest; however this does not seem necessary, "make sc.clean" succeeds. Anyway, the ScGlobals::ensure mentioned in the comment does not seem to exist. This allows us to eliminate some code duplication in tests that were reimplementing UnoApiTest minus the Calc instantiation. Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617
-
Lionel Elie Mamane yazdı
It overrides everything that UnoApiTest does anyway. Change-Id: I531b2245626cbfd8d13a48a710d409e30ba2d20a
-
Lionel Elie Mamane yazdı
Change-Id: Ib550126d190e9436cf77e6c51eaf869ecd75a18b
-
Lionel Elie Mamane yazdı
at the cost of inconsistency between getSupportedServiceNames and getSupportedServiceNames_Static Change-Id: I940b23c35a6c4080eb6575adff1de0b08cdb3698
-
- 08 Kas, 2013 10 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ifb3b9c7a33b7faccbf7dad1886d953d845de3196
-
Andras Timar yazdı
Change-Id: I90aae11aca84c9c5445f58bdf76d65f0213a334c
-
Michael Stahl yazdı
Change-Id: I6292f4ec235f8880176c2671ec7c8533168cdbeb
-
Michael Stahl yazdı
... if the darn files are allowed to be missing, use wildcard to avoid dependencies on them. Change-Id: I36a83413f8fb65b081681a8f351ec6afcf15fe6d
-
Michael Stahl yazdı
... if the darn files are allowed to be missing, use wildcard to avoid dependencies on them. Change-Id: I5232efcb17342d0b2a1e909da6449b08c4148245
-
Michael Stahl yazdı
... so touch it to avoid that, just to avoid the "true" rule from being invoked every time. Change-Id: I6f27c6e4b0d071b9877a38dc1f4cd3c3eb10bfc0
-
Winfried Donkers yazdı
CHISQ.DIST, CHISQ.INV, CHISQ.TEST, CHISQ.DIST.RT, CHISQ.INV.RT Change-Id: If32530a82b2e5fa1aa30a8c80090742be5acf3eb Reviewed-on: https://gerrit.libreoffice.org/6611Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
(and IllegalArgumentException is a RuntimeException now) Change-Id: Ic18f11ff7675878c7f6b5e9ee52453bbb9f1e787
-
Caolán McNamara yazdı
Change-Id: I54ecd08c4073f1de6dd28e7d6824d8cfde98254a
-
Caolán McNamara yazdı
Change-Id: Iebe3d5edccb6737da64aba5c3d61b9509ce7ec9d
-