summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2015-02-02waffle: make gl_basic to work with naclTapani Pälli1-0/+1
v2: fixes in cmake (Emil Velikov, Chad Versace) Changed also nmf file content and generation, moved nacl example content to separate output path. Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
2014-11-17.gitignore: Ignore build artifacts since 8afea07Chad Versace1-0/+5
Commit 8afea07 was the merge that added WGL support.
2014-11-09cmake: Set default location for all artifacts to top-level directoriesEmil Velikov1-1/+1
By default, put executables into $CMAKE_BINARY_DIR/bin and libraries into $CMAKE_BINARY_DIR/lib. Test executables still go into $CMAKE_BINARY_DIR/test. This patch's main purpose is to consolidate repetitive code. It doesn't actually move anything except 'libcmocka.a'. v2: [Emil] - Move gl_basic_test (dynamic linked against waffle) to bin, or the test will fail on Windows. Due to the DLL being in a different folder. Cc: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2014-11-05.gitignore: Ignore static libraries *.aChad Versace1-0/+1
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2014-09-22gitignore: Ignore libcmocka.aChad Versace1-0/+1
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2014-02-07gitignore: Ignore html manpageChad Versace1-0/+1
Ignore waffle_feature_test_macros.7.html. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2014-01-15waffle utils: add wflinfo man pageJordan Justen1-0/+1
v3: * Move description section up Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2014-01-15waffle utils: add wflinfo utilityJordan Justen1-0/+1
glxinfo for waffle, but using the command line interface of waffle's gl_basic test. v2 (jljusten): * Various cleanups suggested by Chad * Print context flags rather than verifying them. * Only print extensions when --verbose is used v3 (jljusten): * "GL ERROR" => "WFLINFO_GL_ERROR" * print_extensions: fix cases that did not print a newline * In print_context_flags: - print WFLINFO_GL_ERROR when there is an error - print 0x0 rather than (none) * print vendor/renderer/version/context flags before checking for GetStringi * Add 'Waffle platform' and 'Waffle api' output * Change --debug to --debug-context v4 (chadv): * Don't build wflinfo on Mac. Since no one has tested it, so it may break the build. Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2013-12-02gitignore: Fix .gitignore for recently added tests.Paul Berry1-0/+3
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
2013-10-05gitignore: Ignore .ninja_depsChad Versace1-0/+1
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2013-03-06.gitignore: Ignore libwaffle_test.dylib build artifactJeff Bland1-0/+1
2012-11-27.gitignore: Only ignore generated cmake_install.cmake files, not *.cmakeJosh Triplett1-1/+1
waffle contains many *.cmake files, and will potentially have more added in the future; .gitignore should not ignore these files. Narrow the ignore pattern from *.cmake to just the generated file cmake_install.cmake. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-14man: Install html into WAFFLE_DOCDIR/html/manChad Versace1-19/+19
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-14gitingore: List exactly which html files to ignoreChad Versace1-1/+19
The next commit places a tracked file in /doc/html, which was completely ignored. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-14gitignore: Make rules more specific, use abspathsChad Versace1-17/+34
I don't like it when git ignores something that it shouldn't. Some rules were too broad. This patch replaces broad rules with specific ones and uses absolute paths when possible. For example, replace *test -> /tests/unittests/waffle-unittest -> /tests/functional/gl_basic_test Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-14man,cmake: Generate html documentationChad Versace1-0/+1
Add new cmake option `waffle_build_htmldocs`. Default is off. Add some new cmake rules and an html.xsl to generate the docs. The output directory is /doc/html. Install the html docs to CMAKE_INSTALL_DOCDIR/html. All citations, even those to GLX and EGL functions, have correct urls. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-11-12gitignore: Ignore ninja filesChad Versace1-0/+6
2012-10-12gitignore: Ignore more build artifactsChad Versace1-0/+3
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-08-20.gitignore: add ignore filters for a built tree on linuxJordan Justen1-0/+11
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Chad Versace <chad@chad.versace.us>
2012-04-03initChad Versace1-0/+0
Just add .gitignore as an anchor. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>