[root]/GL
glAW
(10 files, 1498 lines)
glpng
(4 files, 716 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
westram | 16 (100.0%) | 114 (100.0%) | 7.1 |
* suppression of warnings for source-subtrees:
- comment + warn when suppressed (currently suppressed in GDE)
3 lines of code changed in 1 file:
* eliminate trailing whitespace from Makefiles.
1 lines of code changed in 1 file:
* export 'LINUX' and 'REDHAT' to submakefiles
* use ifeq instead of ifdef (completes [11804])
1 lines of code changed in 1 file:
* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately
1 lines of code changed in 1 file:
- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)
2 lines of code changed in 1 file:
- effect of [9574] (comments only)
1 lines of code changed in 1 file:
- show from where dependencies are updated
1 lines of code changed in 1 file:
* Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded -> simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
* removed/fixed all undefined variables in Makefiles (using 'make --warn-undefined-variables')
* changed names of compile-logs generated in GDE subdir
* added target 'xmlin' (broken, print warning)
6 lines of code changed in 1 file:
* separated openGL parts from WINDOW library (it's nonsense to link openGL into all applications when only one application actually uses openGL)
- created GL/glWINDOW library (extending normal WINDOW library) and moved relevant code there
- created an interface header for applications needing access to Motif/X11 internals (aw_window_Xm_interface.hxx)
- RNA3D uses that interface header (instead of hardcoded links into ../WINDOW)
- AW_variable_update_struct went local (AW_button.cxx)
- some functions exported (aw_create_help_entry, aw_create_shell, aw_realize_widget). Needed by libglWINDOW
1 lines of code changed in 1 file:
* included some patches for OSX (thx to Matt Cottrell)
* added global switch LINK_STATIC
* added script which checks for tools needed to compile ARB
* typo CCPLIB->CPPLIB
1 lines of code changed in 1 file:
- chaged forwarded variables for new makefile
16 lines of code changed in 1 file:
- renamed MODULE defines (_ARB -> IN_ARB)
1 lines of code changed in 1 file:
- removed marker line from 'clean'
0 lines of code changed in 1 file:
- added POST_COMPILE where needed
1 lines of code changed in 1 file:
- forward 'clean' to subdirs
8 lines of code changed in 1 file:
- glpng lib
70 lines of code changed in 1 file: