aboutsummaryrefslogtreecommitdiff
path: root/src/helper/replacements.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-09src/helper: wrap and clean headers.Zachary T Welch1-3/+4
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-06- fix build when using a cross compiler - do not try and run any host toolsntfreak1-0/+2
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak1-21/+29
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch1-2/+0
2009-05-12Make system.h private by including it from config.h autoheader.zwelch1-1/+0
2009-05-11Remove redundant config.h from replacements.h, obtained from types.h.zwelch1-4/+0
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch1-29/+1
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-0/+2
2009-04-29Add missing header files to fix C99 compatibility.zwelch1-1/+8
2009-04-22- fix win32 build after svn 1511 changesntfreak1-0/+1
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak1-0/+12
2008-12-19- fix rlink build under native win32 (mingw)ntfreak1-1/+6
2008-12-13- remove target specific variant and use target->variant memberntfreak1-9/+9
2008-10-27now compiles under Cygwin and eCos again.oharboe1-0/+5
2008-10-24- fix native mingw build if gettimeofday not defined.ntfreak1-7/+5
2008-10-22fix warnings when building for eCosoharboe1-0/+2
2008-10-17try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw...oharboe1-9/+13
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-06- fixed build issues with win32ntfreak1-1/+7
2008-04-09Don Porges fixed c99 issues.oharboe1-1/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-2/+0
2008-03-11reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe1-2/+12
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-2/+2
2008-02-25- convert all files to unix line-endingdrath1-29/+29
2007-12-14Corrected typo (to many brackets)mifi1-2/+2
2007-12-14Sorry, I have forgotten to add a description for the last version, wheremifi1-0/+1
2007-12-14git-svn-id: svn://svn.berlios.de/openocd/trunk@228 b42882b7-edfa-0310-969c-e2...mifi1-1/+33
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-8/+8
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-0/+49
2007-05-31- add support for ELF images (thanks to Vincent Palatin for this patch)drath1-0/+12
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+143