Age | Commit message (Collapse) | Author |
|
Change-Id: Ib8eaa63c6a704902d3ee3e142050f2388545ea64
|
|
This is all of the code I missed in my first set of patches.
Change-Id: I8c7c9e5ac28dc3c2f3ac062c806fbf0787c997bd
|
|
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Variables should have module name as prefix to prevent collisions.
Change-Id: I8937e1e04db422d629779ea470bfbd614aeb7524
|
|
Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02
|
|
Change-Id: I4f3ca66cbba141bc26ae0b4bbd622fe8e3e86674
|
|
Change-Id: I6d0ab4c67061245d33732823c6de17e95568da85
|
|
Change-Id: I4af6cac4f925cd4c9cf7a83f0c2a0b3295043544
|
|
Change-Id: Id57d40f2b6cdaa9934a885764d986d581d149a59
|
|
Change-Id: I4e7c7f2d79641772479924f8efc479beaf137f8f
|
|
Change-Id: Id383a2cd8bdaa14e6d991ee971a6b26230922b10
|
|
Change-Id: Iba3e4b97efe9dde7bb26e0e78ec7ec60ae642634
|
|
Change-Id: I85d1ffef06028f8781a0406ea6e43b0e0406413c
|
|
Change-Id: I0894b073b5263a45c9026ec55049ebeaf0770535
|
|
Change-Id: I6df6c061b09674370a99c2b5e69927500af8d1e5
|
|
Change-Id: I59addd16d4bd6720164c71dae3bd03e5d91afa40
|
|
Change-Id: Ie2ee3387537d1ab968ca685d7b30aa59d28734db
|
|
Change-Id: I I547827f41986c54b98b5d9019f680378ca89c11d
|
|
Change-Id: I I6ed4e2aa8f01a44939afa8d081dd2dc6a3a2a8a6
|
|
Change-Id: Ib4747b78a90c70b4222900d9f9ac45f2cb07662e
|
|
Change-Id: I6c69daaa171786e605a58b23d8cd10cf43e5b139
|
|
Change-Id: Ia58bee4b4d5322cc6c31b24a7c43367d6fd301fc
|
|
Change-Id: I651bcd35c0a29917bcea21e26a3985b8cf101f7e
|
|
Change-Id: I2457061286dcdfe8e07624cd235261e7ed731172
|
|
Change-Id: Ia6b99cc7ec7d911d46354c1c892d8a6bbd23e188
|
|
Because there is still no helper for javamaker and
automagically xslt procession of components during
jar building phase, manually steps are needed.
CustomTarget_bridgetest_testComponent.mk takescare of this.
Change-Id: I I6bf5bdc0b2bcd19e09fdd6b32e46a2c228f4e357
|
|
Change-Id: I I58cabe71ffa6ba05652ba98b61c71d8919456323
|
|
Change-Id: I9e1b13b8f0454aa65d3b0b6a0b26e54bd2b3a21f
|
|
Change-Id: If458cbafeeb75d76c5efca9a979bb45242da89a1
|
|
Change-Id: Ice0a284683d67168624aeb9d737ff219c9074251
|
|
Change-Id: I90787a7d239dd4f73f53d13bd5b08172ee2b6a5e
|
|
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74.
84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not
Mac OS X.
|
|
|
|
|
|
...that are (also) used during the build (e.g., cd testtools/*/lib &&
./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
|
|
|
|
|
|
|
|
I'm a cruel person, i.e. this targets the TODO of
dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
|
|
|
|
|
|
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
|
|
Part XXXIX
Modules
testtools, toolkit, tools
|
|
|
|
|
|
|