- 22 Eyl, 2012 27 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I2cfff38e6b18b8949dd712b9fc60aef2a593b40b
-
David Tardon yazdı
Change-Id: I0733abb5c736ab393259fd6a005a89b887304f10
-
David Tardon yazdı
Configuration of extensions can use schemas from the main configuration (officecfg). Now that officecfg is in tail_build, we need to make sure that building of any such configuration only starts _after_ officecfg has been done. Change-Id: I95c775bb9c15c2e3aad930189d5524957cb5c49d
-
David Tardon yazdı
Change-Id: Idcb3dee7315412287e167abb7f76c9050696d94a
-
David Tardon yazdı
Change-Id: Ib13f95a55ffcdd7f9314744a18ae48aa123406dd
-
David Tardon yazdı
Change-Id: Ia19ff61f1f7fb446298472acd6722b57ddaeddec
-
David Tardon yazdı
Change-Id: I66e76da71dd5d6ed1b899aba8d41dfb5bc36da1c
-
David Tardon yazdı
Change-Id: I4cfbcedde049ae205997815786c46941937e2cf7
-
David Tardon yazdı
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
-
Matúš Kukan yazdı
- there is still missing dependency on cliuno.snk - remove -warnaserror+ causing weird problem - export random symbol so that we get icli_cppuhelper_native.lib file created Change-Id: Ifd3b4785f83496d2c9bff6b1ea2fd39b6978725c
-
Matúš Kukan yazdı
Change-Id: I1dd1a48e61ff8c5b628ba4a8f02294cf239b5edd
-
Matúš Kukan yazdı
Change-Id: I3f7d0034500b52e363f5cc3e136b89a5d75aab64
-
Matúš Kukan yazdı
Change-Id: I28ba1f4e802b3736a9f82966a2c7908388df4a92
-
Norbert Thiebaud yazdı
Change-Id: I0f561c41c4e0a447521aae90885f3a75b624d7cb
-
David Tardon yazdı
Change-Id: I716d666fc6e9d5339bc65a1b3943b2cecf45b6fe
-
David Tardon yazdı
Change-Id: Ic907b7dbf4cee22ac899e413bc5122e3a09e6b1a
-
Norbert Thiebaud yazdı
Change-Id: I0cf922c1bccb554491ea8501c9f217af486088b6
-
David Tardon yazdı
Change-Id: I45b617248c9edcee02514f1fb65cbb03b0a2d5aa
-
David Tardon yazdı
It works as-is, but only because par2script.pl evaluates any argument that starts with / as a include path. Change-Id: I705276c1f949d505dbcca23a0acbd760b32914de
-
Matúš Kukan yazdı
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
-
Matúš Kukan yazdı
Change-Id: I1f676b7536183f68795595f216ae23610cadb1eb
-
Markus Mohrhard yazdı
Change-Id: Iaf64a4cdceed76ba37e4486cfded18bd7e49b196
-
Markus Mohrhard yazdı
Change-Id: I7f4cf6b053d7cff85e46ecf51cbf8a327530de67
-
Markus Mohrhard yazdı
Change-Id: I04d743ef9f38f4f65ba912f34ac641ea7031aed2
-
Markus Mohrhard yazdı
Change-Id: I08a876bfce8a6d9c0ff349b8956f0e13281afe5f
-
Kohei Yoshida yazdı
Change-Id: I1f91d66caed7fd3839f68f1e4495f0c05ee49acc
-
Kohei Yoshida yazdı
* clarify with comments what the code intendes to do. * more consistent variable naming. * keep the direction of equality consistent (i.e. lhs always smaller than rhs). This helps the reader of the code intuitively see relative geometrical positions. In doing so, I've also marked what appear to be bugs with TODO markers. The logic of the original code is intentionally unchanged, in order to spot any unintended behavior changes introduced by this commit. Change-Id: I19c09a1f93017ab18c8fec0f1281899322b45053
-
- 21 Eyl, 2012 13 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I43d1834d28534fc0ec8cb406e1be7e9f48074da2
-
Takeshi Abe yazdı
Change-Id: I75936bc66b0621de5e62f8e3a35a38fa85dcfcef
-
Michael Meeks yazdı
-
Michael Stahl yazdı
rue!!! Change-Id: I9e2b05180ba64d1617b33423ceffc19bc996e335
-
Michael Stahl yazdı
Change-Id: I79bb1cf7777ae92982bc2909411ed4efd0d31352
-
Michael Stahl yazdı
Change-Id: I714149f8cf800ea0021cc72a4bb50d840076da66
-
Andras Timar yazdı
Change-Id: Ib821e760edab94b4f7ae9c8df4bc39685af1f782
-
Michael Stahl yazdı
Change-Id: Ic1aecfb1071033d8e134649506f72c17833a206a
-
Michael Stahl yazdı
Change-Id: I00c899612d499273725ff8071aff1c93c7d17327
-
Michael Stahl yazdı
Change-Id: Idd8639d2f017342ae0227a44b75680179ca376a4
-
Michael Stahl yazdı
SwSelBoxes containers are filled from SwTableSortBoxes in various places, so adapt that to use size_t integers as well. Change-Id: Ia55f020bb9ada94bb22802d9adabb055a22edd2f
-
Michael Stahl yazdı
Change-Id: I139f9d008770da94341b8e6c08c9247478aa186a
-
Michael Stahl yazdı
The SwTableSortBoxes is now a STL container which can have more than 2^16 elements but unfortunately there are a lot of 16 bit integers used to index it all over the place, causing infinite loops and possibly worse problems; fix that to use size_t. Change-Id: I868ec9dd0629be4fbe4d6b8f294fb765e3d662ec
-