summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
2012-01-23add library for c++ based subsequenttestsMarkus Mohrhard
use this library for interface tests and implement the test in the correct module by creating one test class per implementation class The implementation class should inherit from all interface tests it needs This should make it more easy to write tests since we no longer need to write the same test method multiple times
2012-01-21sal: make more tests runningMatúš Kukan
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-13Build nsplugin only in with mozilla case.Matúš Kukan
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
2012-01-12ops, also adapt registering of the executableMatúš Kukan
2012-01-11extensions: remove unused xmx libraryMatúš Kukan
2012-01-11np_sdk: convert to gbuild and add to tail_buildMatúš Kukan
2012-01-11OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud
2012-01-11Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky
This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
2012-01-10OS_FOR_BUILD is not right do decide Host module nameNorbert
2012-01-10cosmetic: clean-up tab/space mix.Norbert Thiebaud
2012-01-10Repository.mk: some special executable names on WNTMichael Stahl
2012-01-10Make nsplugin build on Mac, take two.Thorsten Behrens
Now with some help from Michael Stahl - seems to work.
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2011-12-27fpicker: convert to gbuildMatúš Kukan
2011-12-25gbuildize UnoControlsDavid Tardon
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23convert windows-specific bits, part 2: libDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon
2011-12-21Repository.mk: for libraries it's PLAINLIBS_NONEMichael Stahl
2011-12-19cppunittester missing from Repository.mkStephan Bergmann
2011-12-19typesconfig missing from Repository.mkStephan Bergmann
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-19cppu: convert to gbuildMatúš Kukan
Because of unit tests is here custom target where are idl files processed.
2011-12-18extensions: convert activex to gbuildPeter Foley
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley
2011-12-18extensions: convert abpilot to gbuildPeter Foley
2011-12-18extensions: convert dbpilots to gbuildPeter Foley
2011-12-17extensions: convert logging to gbuildPeter Foley
2011-12-17extensions: convert bibliography to gbuildPeter Foley
2011-12-17extensions: convert ldap to gbuildPeter Foley
2011-12-17extensions: tweak spotlight makefilesMichael Stahl
2011-12-17extensions: convert plugin to gbuildPeter Foley
2011-12-17extensions: convert nsplugin to gbuildPeter Foley
2011-12-17extensions: merge in Peter Foley's work in updatePeter Foley
Main improvement is that the unit test is now linked against updchk library.
2011-12-14extensions: convert pcr to gbuildMichael Stahl
2011-12-14extensions: convert scanner to gbuildMichael Stahl
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl
Of course not tested at all (WNT only)
2011-12-14extensions: convert update stuff to gbuildMichael Stahl
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
2011-12-13convert lingucomponent to gbuildMatúš Kukan
2011-12-09add curl to RepositoryExternal.mkMichael Stahl
2011-12-08Stub Corel Draw importerFridrich Štrba
2011-12-06remove sources of setup.exeAndras Timar
2011-12-05Prevent the testtool from buildingAugust Sodora
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann
2011-10-23No need to register repositoryMatúš Kukan
2011-10-22Make the update unit test compile.Jan Holesovsky
It is not useful yet, so disabled.
2011-10-01convert scripting to gbuild - first stepMatúš Kukan
There are java and extensions missing.
2011-09-28split 'test' into 'unotest' and 'test' to help dependenciesMichael Meeks
2011-09-27Add bestreversemapTor Lillqvist