Murai Takashi
70b978fd9f
Fix the build with GCC4.8
...
Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2013-12-17 18:01:44 +01:00
Ingo Weinhold
7e78b434f4
Merge remote-tracking branch 'haiku/master' into package-management
...
Conflicts:
build/jam/HaikuImage
build/jam/OptionalPackageDependencies
build/jam/OptionalPackages
build/scripts/build_cross_tools_gcc4
src/add-ons/translators/icns/Jamfile
src/add-ons/translators/jpeg/Jamfile
2013-07-08 14:01:00 +02:00
Siarzhuk Zharski
3bbef9dd76
Discard Termcap and switch console apps to use Terminfo
...
* Switch bash, debugger, less, telnet[d] and top apps to use termcap
functionality provided by ncurses lib instead of GNU libtermcap.so;
* NetBSD version of tput utility replaced with ncurses' one. Fixes #9606 ;
* terminfo database is provided as mandatory package installed during
building target system;
* Remove libtermcap module. The termcap database source and
corresponding build rules are not removed to provide backward compatibility -
until all optional packages will be rebuild on upcoming system version
using terminfo. Note that gcc2 builds may require to provide termcap a bit
longer in the sake of binary compatibility with R5 era apps.
2013-05-23 14:07:50 +02:00
Ingo Weinhold
7c6bff1734
Complete outsourcing of zlib
...
* Add optional packages Zlib and Zlib-devel.
* Simplify the build feature section for zlib and also extract the
source package.
* Replace all remaining references to the zlib instance in the tree and
remove it.
2013-05-06 04:37:18 +02:00
Alex Smith
afd0470932
Disable DEBUG in x86emu Jamfile rather than in x86emui.h.
2012-11-26 15:17:47 +00:00
Alex Smith
b0f9ebaca5
Don't compile in x86emu debug code for builds with DEBUG set.
2012-11-18 22:51:54 +00:00
Alex Smith
11c9f9a1d6
Merge branch 'master' into x86_64
...
Conflicts:
build/jam/FloppyBootImage
build/jam/OptionalBuildFeatures
build/jam/OptionalPackages
headers/private/shared/cpu_type.h
src/bin/ps.c
src/bin/sysinfo.cpp
src/kits/tracker/PoseView.cpp
src/preferences/appearance/DecorSettingsView.cpp
src/preferences/virtualmemory/Settings.cpp
src/servers/input/AddOnManager.cpp
src/servers/input/InputServer.cpp
src/servers/input/InputServerMethod.cpp
src/system/boot/Jamfile
src/system/boot/platform/raspberrypi_arm/mmu.cpp
src/system/boot/platform/u-boot/arch/arm/Jamfile
src/system/kernel/arch/x86/arch_cpu.cpp
src/system/kernel/arch/x86/arch_thread.cpp
src/system/kernel/cache/block_cache.cpp
src/system/kernel/vm/VMAnonymousCache.cpp
2012-11-18 14:02:07 +00:00
François Revol
9803f86a3a
libfdt: Move headers to headers/libs/libfdt
...
(cherry picked from my sam460ex branch)
2012-11-04 16:40:15 +01:00
czeidler
04b1c44b89
Use a tab BReference as argument in Area::Set{Left, Top, Right, Bottom}.
...
Using a normal pointer is dangerous when creating a new tab directly in the method call because the tab gets deleted to early.
2012-10-17 07:33:54 +00:00
czeidler
18e5da6297
Remove unused variable and add copy constructor.
2012-09-01 16:31:14 +12:00
czeidler
cf5eb5dda1
Add a LinearSpec listener interface.
2012-09-01 16:31:14 +12:00
czeidler
08927d809f
Make it possible to create a constraint that is not connected to a solver.
...
- Clean up.
2012-09-01 16:31:13 +12:00
czeidler
6c4a44e36b
Add a list of constraints which can be associated with a BALMLayout.
...
- Add Get{X,Y}Tabs methods.
- Remove SaveLayout and RestoreLayout. These can be implemented outside of BALMLayout.
2012-09-01 16:31:13 +12:00
Alex Smith
70ee5a7efb
Moved x86emu to {src,headers}/libs/.
2012-08-04 10:21:22 +01:00
John Scipione
78341a9351
Revert "Fix gcc2 build on Mac OS X Lion"
...
now that Alex Smith has fixed the build system on Lion this
work-around can now be reverted.
This reverts commit 7c369a4b3f
.
2012-07-30 02:10:08 -04:00
czeidler
9c7f297dd6
Remove lp_solve headers.
2012-05-08 07:28:16 +12:00
Alex Wilson
c8b24e3eb5
Fix BALMLayout archiving issues.
...
SharedSolver was archiving too many constraints, partly because of
multiple typos, also because it archived some which were just artifacts
of the layout process. These extra constraints are created when the
layout calls SetRange() on the left/top/right/bottom tabs during layout.
* LinearSpec/ActiveSetSolver had to be adjusted to get access to the
constraints added by the SetRange() calls.
* BALM::TabBase was adjusted to avoid a segfault during unarchiving,
caused by an unitialized member.
* ALMFriendLayoutTest was adjusted to include a more obvious custom
constraint for testing.
2012-05-03 08:45:44 +12:00
Alex Wilson
5f4e71ba4c
Replace BALMLayoutBuilder::Snake class with a stack.
...
The interface to BALMLayoutBuilder is still pretty much the same, but
this simplifies the class a bit.
2012-05-03 08:45:43 +12:00
Alex Wilson
0a5e130725
Make SharedSolver BArchivable to save extra user constraints.
2012-05-03 08:45:36 +12:00
Alex Wilson
015e5f06d8
Make BALMLayout::BadLayoutPolicy archivable.
2012-05-03 08:45:34 +12:00
Alex Wilson
35bf0b5c1c
Add initial support for archiving a BALMLayout.
...
What's supported:
* basic archive/instantiate
* friend layouts
coming soon:
* saving of custom restraints
* archiving of BadLayoutPolicy
2012-05-03 08:45:32 +12:00
Alex Wilson
bc7956c7cf
Use const overloading on BALMLayout::{X|Y}TabAt().
2012-05-03 08:45:26 +12:00
czeidler
d7568eabd2
Add IndexOf methods.
2012-05-03 08:45:25 +12:00
Alex Wilson
681f48fcbc
Replace BALMLayout::Ordered*Tabs() method with *TabAt(int, bool sorted).
2012-05-03 08:45:17 +12:00
Alex Wilson
09e87fa352
Pass more information to BadLayoutPolicy.
...
Also, re-add BadLayoutPolicy invocations, which were lost while creating
SharedSolver.
2012-05-03 08:45:06 +12:00
Alex Wilson
419fe0b8ae
Introduce SharedSolver class to improve BALMLayout's friend feature.
2012-05-03 08:45:02 +12:00
Alex Wilson
708a298e22
Refactor XTab and YTab to share a common base, TabBase.
...
TabBase takes care of layout tracking etc..
2012-05-03 08:45:01 +12:00
Alex Wilson
a9761aedbf
Refactor BALMLayout::AddItem to reduce repitition.
2012-05-03 08:45:00 +12:00
Alex Wilson
c761a8a6d4
Let BALM::{X|Y}Tabs be in multiple BALMLayouts, if they are friendly.
2012-05-03 08:44:55 +12:00
Alex Wilson
f9cabdd009
Use BReferenceable properties of LinearSpec in BALMLayout.
...
This saves us from a potential use-afte-free bug.
2012-05-03 08:44:54 +12:00
Alex Wilson
7c3800078e
Make LinearProgramming::LinearSpec BReferenceable.
2012-05-03 08:44:53 +12:00
Alex Wilson
f6db102e47
Make BALMLayout respect its position when nested.
2012-05-03 08:44:50 +12:00
Alex Wilson
2bbf8b1fbc
Add the ability to handle bad layouts to BALMLayout.
2012-05-03 08:44:45 +12:00
Alex Wilson
20cc993ab5
Remove BALM::Area::fConstraints field, which is not needed.
...
It's easier to just delete all the constraints in the dtor, the ones that
wouldn't have been in fConstraints are NULL at this point anyway.
2012-05-03 08:44:39 +12:00
Alex Wilson
895414da9d
In BALM::Area rename fTopLeftInset to fLeftTopInset.
...
This is consistent with for instance, the BSize ctor.
2012-05-03 08:44:38 +12:00
Alex Wilson
f0307e765e
Fix spacing before first header in src/libs/alm.
...
Also add copyright header in ALMGroup.cpp.
2012-05-03 08:44:36 +12:00
Alex Wilson
324ce2851d
Add FBC padding to ALM classes.
2012-05-03 08:44:35 +12:00
Alex Wilson
7e021d45da
Make BALM::InsetForTab() methods const.
2012-05-03 08:44:34 +12:00
Alex Wilson
0da6f2e916
Rename BALM::GroupItem to BALM::ALMGroup, and move it to its own files.
...
Also make ALMGroup totally self-contained, i.e. BALMLayout no longer
does the parsing, and is completely unaware of ALMGroup. A small touch
of refactoring as well.
2012-05-03 08:44:32 +12:00
Alex Wilson
a25ffa4f04
Style cleanup in alm: mostly clean includes.
2012-05-03 08:44:31 +12:00
Alex Wilson
7dd17203c8
Make Area insets more consistent with other HAIKU inset APIs.
2012-05-03 08:44:29 +12:00
Alex Wilson
d814593064
Remove BALMLayout::Add*To* methods, which are availabe in the builder.
2012-05-03 08:44:26 +12:00
Alex Wilson
50cc24b3f9
Add a Builder for BALMLayout.
2012-05-03 08:44:23 +12:00
Alex Wilson
b50d4ed8bd
Add new methods to BALMLayout for adding multiple x/y tabs at once.
2012-05-03 08:44:22 +12:00
Alex Wilson
8b52747974
In Area, remove unused ItemFrame() method.
...
Also modify Frame() method to return a rect with rounded coordinates.
2012-05-03 08:44:21 +12:00
Alex Wilson
574533ef12
In BALMLayout, make AddView(...) consistent with other layouts.
...
If a BView is added which has a BLayout, use the layout as a BLayoutItem
to represent that view, as other layouts do.
2012-05-03 08:44:19 +12:00
Alex Wilson
75e2dcf8fe
In BALMLayout, allow for more flexibility in spacing and insets.
...
* allow for independent left, top, right and bottom insets
* allow for independent vertical and horizontal spacing between tabs
* allow for the usage of Haiku's spacing constants such as B_USE_WINDOW_INSETS
2012-05-03 08:44:17 +12:00
Alex Wilson
fefa17f47e
Remove unused 'PerformancePath' stuff.
2012-05-03 08:44:14 +12:00
czeidler
c3e57dc36d
Give the area an id.
2012-05-03 08:44:13 +12:00
czeidler
b7630c4c98
Save and restore layout.
2012-05-03 08:44:11 +12:00