summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/c.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename to info_getterTim Smith2016-10-031-6/+6
* 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