summaryrefslogtreecommitdiff
path: root/nuttx/libxx
Commit message (Expand)AuthorAgeFilesLines
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-1/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+2
* More trailing whilespace removalGregory Nutt2014-04-134-9/+9
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-7/+9
* Remove up_assert_codeGregory Nutt2013-04-251-2/+2
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-11/+10
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+11
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-096-15/+38
* Add handler for bad_function_call. Petteri Aimonen patch 0015patacongo2013-02-281-2/+8
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-0/+8
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-4/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-1/+1
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-092-1/+80
* uClibc++ updatespatacongo2012-11-031-3/+8
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-021-2/+9
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-014-3/+45
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-014-16/+223
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-311-1/+1
* Add misc/uClibc++ and build hooks in nuttx/patacongo2012-10-311-12/+29
* Email address change in nuttx/patacongo2012-09-135-5/+5
* Upated NxWM commentspatacongo2012-05-031-36/+37
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-4/+23
* Add a little more configuration logicpatacongo2012-04-101-8/+16
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+15
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-288-2/+85
* Fixes for good C++ linkpatacongo2011-10-191-5/+10
* Fix C++ dependencies, cleaning, ..patacongo2011-10-051-1/+1
* Verify C++ support with CodeSourcerypatacongo2011-10-032-7/+23
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-152-2/+2
* Got more NXFLAT examples to compilepatacongo2009-06-163-1/+3
* More C++ stubspatacongo2009-06-166-6/+225
* C++ library functionpatacongo2009-04-194-0/+252