aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-18use, and define, __GCC__ rather than usign __GNUC__Mattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18non-standard warningMattias Andrée1-5/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18use -O and not -O6 when GCC is not usedMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18gcc specific flags and use of wrong parameter nameMattias Andrée1-6/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18make gcc autoselected if CC env is not setMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18make gcc specific flags only present when gcc is selectedMattias Andrée1-13/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-18gcc is requiredMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-17change gpp symbols to asciiMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-04split out and doc error api testMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-04split out and doc adjustment method functions from test.cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-04split out and doc lib update warnings from test.cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-04set version to 0.10.1Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-04update install rulesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-03m fixes + print all crtc info , except connector type and subpixel order, in the testMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-03mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-02info: statesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-31derpMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-31rebuild when our python scripts are updatedMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-31move files aroundMattias Andrée1-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-31add libgamma_name_of_error and libgamma_value_of_errorMattias Andrée1-0/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28info: errorsMattias Andrée1-8/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28add install and uninstall rulesMattias Andrée1-7/+96
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28fix order things in the makefileMattias Andrée1-22/+21
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28hide config.mkMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-28begin on texinfo manualMattias Andrée1-2/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-25m + add test that lists adjustment methdsMattias Andrée1-9/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-23parse edidMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-22m misc + most of the gamma-linux-drm stuffMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-22library linking and some of gamma-linux-drmMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-22add initialise, destroy and free for gamma rampsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-22do ramp translations in the façadeMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21misc awesomenessMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21miscMattias Andrée1-5/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21miscMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add ./configureMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-21add makefile + implement adjustment method common functionsMattias Andrée1-0/+88
Signed-off-by: Mattias Andrée <maandree@operamail.com>