summaryrefslogtreecommitdiff
path: root/testsuites/libtests/complex (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-11-12libtests: Avoid build system defined definesSebastian Huber
Update #3818.
2018-04-10testsuite/libtests: Merged nested Makefile.am files into one Makefile.amChris Johns
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-06tests: Use <tmacros.h> in all testsSebastian Huber
Update #3170. Update #3199.
2017-11-06tests: Use simple console driverSebastian Huber
Update #3170. Update #3199.
2017-11-02tests: Use printf() instead of fprintf()Sebastian Huber
Update #3170. Update #3199.
2017-10-28tests: Use rtems_print_printer_fprintf_putc()Sebastian Huber
Use rtems_print_printer_fprintf_putc() instead of rtems_print_printer_printf() to output via rtems_putc(). Update #3170. Update #3199.
2017-10-28tests: Move rtems_test_printer definitionSebastian Huber
Statically initialize it to use printk(). Update #3170. Update #3199.
2016-09-19tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEMSebastian Huber
Avoid unnecessary use of CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM.
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
2014-12-08libtests/complex: Avoid multiple definitionsSebastian Huber
2014-12-01libtests/complex,math: Prevent optimizationsSebastian Huber
For constant arguments GCC calculates the values of the math library functions at compile-time. close #1741
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-03-20tests/libtests: Use <rtems/test.h>Sebastian Huber
2014-01-08fstests and libtests: Add contents to multiple documentation filesCynthia Rempel
2012-05-31Revert "Revert "libtests/complex: Avoid generated files""Ralf Corsépius
This reverts commit 0c2d8ec48a116cadb86564bc1226e308e197d4c1.
2012-05-31Revert "libtests/complex: Avoid generated files"Ralf Corsépius
This reverts commit a80a108d447d596e476611108cd468ec993be4a6.
2012-05-24Revert "Revert "libtests/complex: Avoid generated files""Ralf Corsépius
This reverts commit 0c2d8ec48a116cadb86564bc1226e308e197d4c1.
2012-05-23Revert "libtests/complex: Avoid generated files"Ralf Corsépius
This reverts commit a80a108d447d596e476611108cd468ec993be4a6.
2012-05-22libtests/complex: Avoid generated filesSebastian Huber
Use C pre-processor instead of shell commands.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2012-05-07Revert: Remove CVS IdsJoel Sherrill
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius
2012-02-01Remove all .cvsignore files.Joel Sherrill
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* complex/init.c: Move configuration section. * complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c: Regenerate.
2011-12-132011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* complex/docomplex.in: Generate prototype docomplex* prototype.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius
2011-02-142011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* complex/Makefile.am, complex/init.c: Test now runs.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/init.c, complex/init.c: Use fprintf(stdout,..) instead of printf. Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2010-12-012010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains. * complex/Makefile.am: Apply HAS_COMPLEX.
2010-11-30New.Ralf Corsepius