]> git.sur5r.net Git - openocd/history - src/helper/types.h
helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too far
[openocd] / src / helper / types.h
2018-03-12 Cody P Schaferhelper/types: cast to uint32_t,uint16_t to avoid UB...
2018-03-07 Marc Schinkhelper/types.h: Add missing #includes
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-06-28 Andreas Fritiofsonswd: Improve parity calculation and move it to types.h
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and...
2013-12-01 Andreas FritiofsonAdd byte-swap helpers
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2011-04-28 Øyvind Harboeecos: add 64 bit types for sprintf/sscanf
2011-02-03 Mathias K24bit buffer support
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-01-21 Øyvind Harboeecos: add missing PRId8 definition
2009-11-16 David Brownell"types.h" doxygen fix
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-06 Zachary T WelchAdd stringify macros in src/helper/types.h.
2009-10-21 Øyvind HarboeeCos synthetic target updates.
2009-10-13 Øyvind HarboeMissing type for eCos.
2009-08-25 oharboeadd missing isblank() for eCos
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 oharboeupdate w/missing eCos definitions after latest round...
2009-06-21 duaneC99 Type updates, include inttypes.h - it is catagorica...
2009-06-18 zwelchOyvind Harboe <oyvind.harboe@zylin.com>:
2009-06-18 zwelchRemove redundant typedefs in types.h; include stdint...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-15 oharboefix eCos build problems w/latest parse_ulong() stuff
2009-06-02 oharboemore missing eCos types
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-12 zwelchRemove config.h from types.h; all .c files are required...
2009-05-11 zwelchFinish portability support for AC_HEADER_STDBOOL config...
2009-05-11 zwelchAdd configure check for sys/types.h; include in our...
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> better comments
2008-12-19 oharboeDick Hollenbeck <dick@softplc.com> convert macros to...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-02-19 mifi- added patch which fixed big/small endian problems...
2007-12-05 bodyloveMerged rev 215 changes from /branches/xscale-ixp-be...
2007-08-13 ntfreak- fix build issues when not using autoconf/automake...
2007-06-28 drath- fixed endianness helper macros (thanks to obilix...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/