haiku/src/apps/haiku3d
Augustin Cavalier 47320dd0ab configure & build: Rework legacy GCC detection to parse versions outside of Jam.
Jam comparison logic is string-based, and so was detecting GCC >= 10
as being < 2. This rectifies that by removing the GCC version parsing
from Jam logic entirely, and setting various BuildConfig variables
instead.

Change-Id: I0c0ae3b9002fb5e77f9ca7a78600c91871657f03
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3293
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
2020-10-09 01:20:02 +00:00
..
data
mesh Use B_PRI* instead of PRI* 2014-03-16 00:08:10 +01:00
texture Haiku3d: fix textures 2020-02-23 07:53:19 +00:00
App.cpp Removing most About windows and menu items as discussed here 2011-03-26 02:18:52 +00:00
App.h Removing most About windows and menu items as discussed here 2011-03-26 02:18:52 +00:00
Camera.cpp
Camera.h
Haiku3d.rdef Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again. 2011-03-25 22:13:48 +00:00
Jamfile configure & build: Rework legacy GCC detection to parse versions outside of Jam. 2020-10-09 01:20:02 +00:00
MainWindow.cpp * Fixed closing via deskbar's close all. The problem was that i forgot to 2009-10-07 00:12:25 +00:00
MainWindow.h * Fixed closing via deskbar's close all. The problem was that i forgot to 2009-10-07 00:12:25 +00:00
MathUtils.cpp * Fix many style issues. Quaternion and Vector3 still show some of their foreign 2009-11-05 09:37:45 +00:00
MathUtils.h * Fix many style issues. Quaternion and Vector3 still show some of their foreign 2009-11-05 09:37:45 +00:00
Mesh.cpp
Mesh.h * Use BReferenceable instead of Referenceable. 2009-11-04 16:50:01 +00:00
MeshInstance.cpp haiku3d: Fix haiku3d build 2012-01-11 00:20:02 -06:00
MeshInstance.h * Use BReferenceable instead of Referenceable. 2009-11-04 16:50:01 +00:00
Quaternion.h * Fix many style issues. Quaternion and Vector3 still show some of their foreign 2009-11-05 09:37:45 +00:00
RenderView.cpp Haiku3d: fix textures 2020-02-23 07:53:19 +00:00
RenderView.h haiku3d: fix crash on exit 2019-12-31 17:42:31 +00:00
Texture.cpp haiku3d: Fix haiku3d build 2012-01-11 00:20:02 -06:00
Texture.h haiku3d: Fix haiku3d build 2012-01-11 00:20:02 -06:00
Vector3.h * Fix many style issues. Quaternion and Vector3 still show some of their foreign 2009-11-05 09:37:45 +00:00