summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/c.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing debug log message for xlc missing on AIXmissing_logTim Smith2017-12-021-0/+1
* autofixing cops for 0.5.0Lamont Granquist2017-06-201-10/+9
* Only look for xlc on AIX and rename collect_cc to collect_sunproTim Smith2017-01-231-3/+9
* Rework the specs to be platform specificTim Smith2017-01-201-1/+1
* Fix gcc data collectionTim Smith2017-01-201-36/+51
* Update GCC sample outputTim Smith2017-01-201-15/+17
* Don't check CC on DarwinTim Smith2017-01-201-4/+1
* Remove extra windows check for glibcTim Smith2017-01-201-1/+0
* Consistent loggingTim Smith2017-01-201-4/+3
* Further split out platforms in the C pluginTim Smith2017-01-201-4/+8
* add colons back to debug logErik Gomez2017-01-201-2/+2
* move functions to topErik Gomez2017-01-201-25/+27
* fixed ChefstyleErik Gomez2017-01-201-2/+2
* refactor c.rb based on PR feedbackErik Gomez2017-01-201-60/+71
* fix gcc and cc for darwin (no cli tools installed)Erik Gomez2017-01-201-21/+58
* Better debug loggingTim Smith2016-12-221-2/+2
* Add additional logging to the C pluginplugin_cleanupTim Smith2016-04-201-2/+12
* Language plugins: Improve failure logging, update spec format, include sample...Tim Smith2016-04-191-1/+1
* Don't execute .so libs for WindowsSalim Alam2016-04-131-1/+1
* C plugin uses new shell_out helper.mcquin2016-04-011-66/+48
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-3/+3
* OC-11083 MS C compiler plugin regression -- trailing return character removalAdam Edwards2014-01-171-1/+1
* update plugin filesClaire McQuin2013-10-171-1/+1
* wipTheodore Nordsieck2013-09-241-53/+74
* Converted plugins/c to Mixlib::ShellOut.Theodore Nordsieck2013-09-111-23/+23
* create/update spec testsClaire McQuin2013-08-191-1/+1
* randomize plugin class namesClaire McQuin2013-08-131-1/+1
* convert plugins to new dsl.Claire McQuin2013-08-071-78/+82
* [OHAI-256] fix aix xlc detectionDoug MacEachern2011-04-061-5/+5
* Merge branch 'OHAI-224'Bryan McLellan2011-04-061-1/+1
|\
| * [OHAI-224] Don't pick up sun C compiler on HP-UX systemsDoug MacEachern2011-01-281-1/+1
| * [OHAI-224] Don't pick up sun C compiler on non-sun systemsCaleb Tennis2010-10-221-1/+1
* | newer redhat flavors dont have /lib/libc.so.6, try /lib64 tooDoug MacEachern2011-04-061-7/+10
* | [OHAI-210] fix languages::c glibc version matchingDoug MacEachern2011-04-061-1/+1
|/
* (OHAI-195) Add languages::c pluginDoug MacEachern2010-05-121-0/+107