History log of /haiku/src/build/libbe/app/Jamfile
Revision Date Author Comments
# 287243ab 16-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Added very simple BLooper class to libbe_build.


# bd9d1df3 16-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Added very simple BLooper class to libbe_build.


# 4cc4f7bb 14-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added KMessage to libroot_build.
* libbe_build: Where possible we directly use the actual Haiku headers and
sources, now. In the headers/build headers we just include the respective
Haiku headers as needed. That still allows overrides where necessary. The
intention is to make it easier to keep the build stuff in sync.
* Fixed a few printf() format and signed/unsigned comparison warnings.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42179 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 07cadb84 13-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Make use of the UsePrivateBuildHeaders rule.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42164 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb3cef88 25-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Accidentally removed with the previous commit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34260 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7870a9ff 25-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated the messaging related build platform code with the current Haiku
version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34259 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da0f338e 27-Jun-2007 Michael Lotz <mmlr@mlotz.ch>

* Ported over a simplified version (no message sending) of the current BMessage implementation to the build libbe
* Also ported over the new MessageAdapter class
* Removed old BMessage implementation prototypes that apparently were left in the private folder

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21515 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4a9059fb 16-Jun-2007 Travis Geiselbrecht <geist@foobox.com>

some make system work to get x86-64 linux compiles working:
-The biggest problem with linking host libraries (libbe_build and libroot_build) was not having the source files compiled with the -fPIC flag. As far as I can tell, we want to do this on all of the other host platforms as well, so hacked the jam files a bit to add it.
Forgive me if I've committed more Jamfile sins.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21423 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 58b53fd9 28-Jan-2006 Ingo Weinhold <ingo_weinhold@gmx.de>

Added BApplication dummy class.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc3 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 287243ab5f612b14aae369509a569ae14ba60dd5 16-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Added very simple BLooper class to libbe_build.


# bd9d1df3a00fe5bb03cb1941d3b7cfdc659294e0 16-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Added very simple BLooper class to libbe_build.


# 4cc4f7bb1845789f95d5ebc68cbb0b859e72f6ff 14-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added KMessage to libroot_build.
* libbe_build: Where possible we directly use the actual Haiku headers and
sources, now. In the headers/build headers we just include the respective
Haiku headers as needed. That still allows overrides where necessary. The
intention is to make it easier to keep the build stuff in sync.
* Fixed a few printf() format and signed/unsigned comparison warnings.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42179 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 07cadb8481a2524b0f8cc89ace66e60f13c31f49 13-Jun-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Make use of the UsePrivateBuildHeaders rule.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42164 a95241bf-73f2-0310-859d-f6bbb57e9c96


# eb3cef886e92902f156d843955f3f12c34de2f8b 25-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Accidentally removed with the previous commit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34260 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 7870a9ffc70dc1996fd06136ababcae7ade38911 25-Nov-2009 Ingo Weinhold <ingo_weinhold@gmx.de>

Updated the messaging related build platform code with the current Haiku
version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34259 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da0f338e876e2a1878343444f9fa9099f7295ac6 27-Jun-2007 Michael Lotz <mmlr@mlotz.ch>

* Ported over a simplified version (no message sending) of the current BMessage implementation to the build libbe
* Also ported over the new MessageAdapter class
* Removed old BMessage implementation prototypes that apparently were left in the private folder

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21515 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 4a9059fb38fc8568f94b6eb2635ded2fee19ee45 16-Jun-2007 Travis Geiselbrecht <geist@foobox.com>

some make system work to get x86-64 linux compiles working:
-The biggest problem with linking host libraries (libbe_build and libroot_build) was not having the source files compiled with the -fPIC flag. As far as I can tell, we want to do this on all of the other host platforms as well, so hacked the jam files a bit to add it.
Forgive me if I've committed more Jamfile sins.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21423 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 58b53fd940d979765afce4f816de9b56696cf4ad 28-Jan-2006 Ingo Weinhold <ingo_weinhold@gmx.de>

Added BApplication dummy class.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16128 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc301721b1f472e8297a898d4eaa2f2ee3a 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96