summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/helloxx
Commit message (Expand)AuthorAgeFilesLines
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-061-2/+1
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-1/+2
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-051-9/+9
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-051-15/+13
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-291-5/+35
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+6
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-13/+16
* Changes from Mikepatacongo2012-11-161-4/+5
* C++ constructors work with ELF load nowpatacongo2012-10-295-0/+589