History log of /haiku/src/tests/kits/interface/layout/widget_layout_test/Jamfile
Revision Date Author Comments
# 9e54316c 27-Aug-2019 CodeforEvolution <secundaja@gmail.com>

Fix the build of test_app_server on 64bit

So many Jamfiles to search through...runs also, but there
are lots of graphical glitches

Change-Id: Ibf9e64566a5b8c5742792ac9b1b0f9ccc6693c8d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1753
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 220d0402 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# ecc1234f 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Apparently some GCC 4 fixes...


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


# 6152a5bc 21-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BTextView. It is quite basic yet.


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


# b2c4c4f1 16-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

* Added BRadioButton test (the class seems to work fine).
* Extended the BMenuField test to see what happens when the super item label
changes (works fine now).
* Updated TODO.


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


# 7302e28d 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BTextControl test. BTextControl seems to need some love.


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


# 21527c4e 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BScrollBar test.


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


# 58ecd48c 16-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BSlider


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


# de83ade2 19-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added test for BMenuField.


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


# d08caee0 16-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added tests for BMenu and BMenuBar. The former is pretty useless, though,
since the menu resizes the window to an unusable size.


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


# aa9303f4 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved tests into a subdirectory.


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


# 657c013b 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a test for BListView. There's little layout related to test, though.


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


# e652af1f 09-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled most of the implementation of ButtonTest into a new super class
ControlTest.
* Added a test for BCheckBox.


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


# 4ac1c030 08-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

New helper class TestView.


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


# 0ce9bc68 06-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled generic button code out of CheckBox into a new base class
AbstractButton.
* Added RadioButton and RadioButtonGroup.
* In the BBox test the border style can be switched now.


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


# 02f49ce1 27-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Beginnings of a BBox test.
* The test to be run can be chosen via command line argument ("box" or
"button" ATM).


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


# 4b5501d2 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* The min/max info was not correctly invalidated in GroupView.
* Tests for individual widgets are encapsulated as Test subclasses.
* Added a check box to toggle the button label to the BButton test.


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


# a5b50d1f 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Refactoring.


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


# 85d733da 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the WidgetLayoutTest into a subdirectory. The source file has grown
big and I'm going to split it up.


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


# 220d04022750f40f8bac8f01fa551211e28d04f2 31-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Use libstdc++, libsupc++ and libgcc from gcc_syslibs.

* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
necessary since we're only using libgcc-as-single-object for libroot
with x86_gcc2, where the filtered object file doesn't exist. Should
the objects that used to be filtered cause any problems as part of
libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
x86_gcc2, we still build libstdc++.so from the sources in the Haiku
source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.


# ecc1234fbedea33da4cceb870ef1477708fe3932 12-Jan-2010 Stephan Aßmus <superstippi@gmx.de>

Apparently some GCC 4 fixes...


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


# 6152a5bc58737936fcfd39eb4aa0459db1c5fea8 21-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BTextView. It is quite basic yet.


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


# b2c4c4f1f7446bd270fe79eb38892ddaca2323e2 16-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

* Added BRadioButton test (the class seems to work fine).
* Extended the BMenuField test to see what happens when the super item label
changes (works fine now).
* Updated TODO.


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


# 7302e28d1ba8b5539004e6a939945c5010b07ce0 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BTextControl test. BTextControl seems to need some love.


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


# 21527c4e77cb6db8533b7c75ca444de1a7f9204a 13-Sep-2008 Stephan Aßmus <superstippi@gmx.de>

Added BScrollBar test.


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


# 58ecd48c0f12d625f549b00a4ef31cf883a57375 16-Jul-2008 Stephan Aßmus <superstippi@gmx.de>

Added a test for BSlider


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


# de83ade240ee9bd73480c6e46f75d7f3c73e58df 19-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added test for BMenuField.


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


# d08caee0a5dd1fb7e6e2bd4b69581dc72e7f167e 16-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added tests for BMenu and BMenuBar. The former is pretty useless, though,
since the menu resizes the window to an unusable size.


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


# aa9303f41ec73feef2a0b0d0e95b037427761c08 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved tests into a subdirectory.


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


# 657c013bb0593cd53e97558abc479734bda81572 10-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Added a test for BListView. There's little layout related to test, though.


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


# e652af1f6364bd34478e927cd43c7705a4baee01 09-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled most of the implementation of ButtonTest into a new super class
ControlTest.
* Added a test for BCheckBox.


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


# 4ac1c030e23d25aca2f1e08215d42d9d91c3d26f 08-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

New helper class TestView.


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


# 0ce9bc68953f5c743aba5d2e125419133e15c641 06-Jun-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Pulled generic button code out of CheckBox into a new base class
AbstractButton.
* Added RadioButton and RadioButtonGroup.
* In the BBox test the border style can be switched now.


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


# 02f49ce1ec2888b4aef43362eca0c1f5767e60cb 27-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* Beginnings of a BBox test.
* The test to be run can be chosen via command line argument ("box" or
"button" ATM).


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


# 4b5501d29dca8c24507a125b2d3b7350e1cb727d 21-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

* The min/max info was not correctly invalidated in GroupView.
* Tests for individual widgets are encapsulated as Test subclasses.
* Added a check box to toggle the button label to the BButton test.


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


# a5b50d1fadc9ac0a86bae715ba325818d196ff30 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Refactoring.


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


# 85d733da06808eb67e6deff6833788fa4501619f 15-May-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the WidgetLayoutTest into a subdirectory. The source file has grown
big and I'm going to split it up.


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