haiku/build/jam
Adrien Destugues 76a4353b79 Add a new way of using the locale kit with static accessors instead of global variables. This has the following consequences :
* Applications don't have to declare BCatalog fCatalog themselves, it's now done automatically
 * Libs and add-ons can be localized just the same way (except static libraries)
For now this new system is yet disabled as I'm looking for some peer review before going on. To enable it you have to define B_TRANSLATE_USE_NEW_MACROS in each file doing catalog access. This will not stay, I'll update the 
other apps to use it.
The linking in jamfiles must be not only with liblocale.so, but also liblocalestub.a. Not sure how to handle this for user-side applications. Libraries are also required to provide a MIME signature to use any catalog.
The locale preflet is updated to the new system (as a test). Othe rapps will follow if everyone is ok with this approach.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37323 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-07-01 11:54:09 +00:00
..
board Patch by "notzed" (ticket #5368) (modified): Add bootloader support for BeagleBoard. 2010-06-30 17:24:11 +00:00
AlternativeGCCArchive * Use the new Add{Files,Symlink}ToHaikuHybridImage rules in HaikuImage and 2009-05-27 01:12:34 +00:00
AnybootImage Create "anyboot-image" and define build profile rules to utilize it. 2010-03-15 23:51:45 +00:00
BeOSRules * Build tools : allow to run DoCatalogs with a custom regexp for special cases 2010-04-11 23:00:25 +00:00
BuildSetup Add a new way of using the locale kit with static accessors instead of global variables. This has the following consequences : 2010-07-01 11:54:09 +00:00
CDBootImage Rules and targets to build a boot CD iso... use: 2008-03-02 04:38:29 +00:00
CDBootPPCImage Add COFF loader to ppc ISO. 2008-11-11 19:22:16 +00:00
CDRules Unified build_haiku_[cd|image] scripts. Fixes #5490. 2010-04-10 23:14:42 +00:00
CommandLineArguments There's no "disk" default build profile, since picking a random partition 2010-05-05 18:20:43 +00:00
ConfigRules * Added JAMFILE to the config variables. 2008-03-30 15:34:30 +00:00
DocumentationRules Replace spaces with tabs. 2008-04-08 15:18:19 +00:00
FileRules Patch by Andreas Färber: 2010-03-21 17:02:14 +00:00
FloppyBootImage * Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to 2009-12-20 13:55:45 +00:00
FreetypeRules
HaikuCD Enhance InstallOptionalHaikuImagePackage to accept a new parameter, which 2010-04-24 19:52:36 +00:00
HaikuImage Promoted newest 3dfx video driver by Gerald Zajac in place of the outdated tdfx driver. 2010-06-28 20:43:37 +00:00
HeadersRules * reintegrated gsoc-locale-kit branch into trunk - there's more 2009-09-18 22:23:34 +00:00
HelperRules * Build fix of the timezone/keymap move. Sorry! 2009-11-10 14:21:27 +00:00
ImageRules Record the installed optional packages to common/data/InstalledPackages. 2010-06-23 21:27:45 +00:00
KernelRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
MainBuildRules * reverted the part of r35362 that introduced support for minor ABI versioning - my evil twin made 2010-01-31 23:41:44 +00:00
MathRules
MiscRules Added some documentation about the anyboot images. Verification appreciated. 2010-05-03 21:51:58 +00:00
NetBootArchive * Prefixed the INCLUDE_GPL_ADDONS variable by "HAIKU_". configure needs to 2009-12-20 13:55:45 +00:00
OptionalBuildFeatures Manually the .OptionalPackageDescription file of many packages, to add 2010-04-30 03:36:07 +00:00
OptionalPackageDependencies Sorted OptionalPackageDependencies into alphabetical order except where a package has a dependency, in which case that dependency was inserted on the line before it. 2010-05-07 03:25:25 +00:00
OptionalPackages Prepared optional package with General MIDI SoundFont by Tim Brechbill, closes 2010-06-16 15:20:59 +00:00
OptionalTestPackages Removed PosixTestSuite optional package. 2010-04-05 13:06:17 +00:00
OverriddenJamRules Added rule SetVersionScript to set the version script for a target and adjusted 2009-05-22 14:51:16 +00:00
PackageRules
ReleaseBuildProfiles Prepared optional package with General MIDI SoundFont by Tim Brechbill, closes 2010-06-16 15:20:59 +00:00
TestsRules * Made the libbe_test environment basically working under Haiku - to actually 2009-08-19 14:17:13 +00:00
UserBuildConfig.ReadMe Added some documentation about the anyboot images. Verification appreciated. 2010-05-03 21:51:58 +00:00
UserBuildConfig.sample Axel changed the HAIKU_ADD_ALTERNATIVE_GCC_LIBS semantics. 2010-04-20 19:53:31 +00:00