summaryrefslogtreecommitdiff
path: root/Mesa
AgeCommit message (Collapse)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-09-14Added more missing dependencies on solenv back into build.lsts.Stephan Bergmann
2011-09-10convert Mesa to gbuild and add to tail_buildPeter Foley
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2010-09-14internal-mesa-headers-mesa.diff: Create mesa module for use with transogl.Fridrich Štrba
5726744ec7c82d'>hrc cleanup: Remove include guardsThomas Arnhold Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1 2012-07-02hrc cleanup: Remove unused definesThomas Arnhold Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-07-02removed unnecessary forward declarations of classTakeshi Abe this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf 2012-07-02Remove unused definesThomas Arnhold Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16 2012-06-30Some cppcheck cleaningJulien Nabet Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9 2012-06-29Remove include guardsThomas Arnhold Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f 2012-06-29Remove UNO includes commentsThomas Arnhold Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a 2012-06-27Remove unused include filesThomas Arnhold Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988 2012-06-27Get rid of annoying IAccessibility2 commentsThomas Arnhold Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-25remove some annoying XubStringsCaolán McNamara Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94 2012-06-25hrc cleanup: Remove two outdated filesThomas Arnhold All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b 2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97 2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183 2012-06-22re-base on ALv2 code.Michael Meeks Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 2012-06-21re-base on ALv2 code.Michael Meeks Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce 2012-06-21re-base on ALv2 code.Michael Meeks Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 2012-06-21hrc cleanup: Remove unused definesThomas Arnhold All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8 2012-06-19Revert "Remove License/Credits menu items"Petr Mladek GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d. 2012-06-18Remove License/Credits menu itemsStefan Knorr (astron) The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>