summaryrefslogtreecommitdiff
path: root/inc
AgeCommit message (Expand)AuthorFilesLines
2012-02-15Fix cppcheck-1.53 report error 'Returning reference to auto variable'tpaviot1-2/+1
2012-01-21Fix OSX conflict return type in LDOM_SBuffer::xsputn overloadtpaviot1-1/+1
2012-01-20Merge pull request #235 from tpaviot/review/use-time_t-everywhereDenis Barbier1-4/+5
2012-01-20Merge pull request #226 from tpaviot/review/parse-xml-filesDenis Barbier1-1/+1
2012-01-16On Windows, use stat instead of _stat to use time_t type on 32 and 64 bitsDenis Barbier1-4/+5
2012-01-13Modified cdl classes to use Standard_Time variableFotios Sioutis5-27/+24
2012-01-13Added Standard_Time cdl based class.Fotios Sioutis1-0/+14
2012-01-12Bugfix: std::streamsize replacement for int in std::streambuf::xsputn overloadtpaviot1-1/+1
2012-01-07[warning-fix][ambiguous-else]Denis Barbier2-2/+4
2011-12-29[warning-fix][unused-local-var]Denis Barbier24-267/+6
2011-12-21[warning-fix][unused-local-var]Denis Barbier14-139/+68
2011-12-17Bcc needs HashCode & IsEqual declared as globalFotios Sioutis2-0/+16
2011-12-13Upgrade to OCCT 6.5.2Denis Barbier282-1289/+3675
2011-12-05Fixed Standard_StdAllocator for bcc32Fotios Sioutis1-0/+5
2011-11-27Fixed Standard_StdAllocator class for gcc-4.2.1tpaviot1-1/+1
2011-11-27Added Roman Lygin's Standard_StdAllocator classtpaviot1-0/+125
2011-11-27Macro fixes in Draw packageFotios Sioutis2-0/+4
2011-11-25Merge pull request #189 from tpaviot/review/bcc-convert-int-to-HandleThomas Paviot1-1/+1
2011-11-25Merge pull request #192 from tpaviot/review/bcc-template-issueThomas Paviot1-0/+8
2011-11-19In placement delete not supported under bcc32Fotios Sioutis1-1/+2
2011-11-19Template class issue for bcc32Fotios Sioutis1-0/+8
2011-11-19Fixed convertion from int to Handle under bcc32Fotios Sioutis1-1/+1
2011-11-19Partially revert "Disambiguate using type casts under latest bcc32"Denis Barbier3-6/+6
2011-11-16Merge pull request #172 from tpaviot/review/bcc-xe-portsThomas Paviot3-6/+6
2011-11-14Adds a dummy oce-config.h for non cmake platforms.Fotios Sioutis1-0/+3
2011-11-11Disambiguate using type casts under latest bcc32Fotios Sioutis3-6/+6
2011-10-28[warning-fix][empty-body]tpaviot2-9/+9
2011-10-27Use ull instead of llu for unsigned long long suffix. This makes it compatibl...QbProg2-2/+2
2011-10-25Define WNT from compiler pre-define macrosJerome Robert1-3/+2
2011-10-21Explicitely specify 64bit UndefinedAdress as long long unsigned inttpaviot2-2/+2
2011-09-27Propagated gp_Mat changes to gp_Mat2d/gp_XYtpaviot2-47/+16
2011-09-25Fix Win32 TKOpenGL build error when using static librariesQbProg1-3/+6
2011-09-13Workaround GCC (< 4.4) bugs in gp_Mat and gp_XYZDenis Barbier2-62/+33
2011-09-07Include <cstring> instead of <string.h>Denis Barbier4-4/+4
2011-09-06Do not redefine memmove as an alias for memcpyDenis Barbier5-22/+4
2011-08-26Added missing include in BRepBlend_BlendTool.lxxtpaviot1-0/+2
2011-08-18Let TKService depend on X11 only when visualization component is compiledDenis Barbier1-0/+1
2011-08-04Whitespace cleanupDenis Barbier9-17/+16
2011-08-01Merge pull request #68 from tpaviot/review/warning-time_tThomas Paviot5-5/+17
2011-07-30Merge pull request #63 from tpaviot/tp/cppcheck-fixesThomas Paviot3-3/+5
2011-07-29In 05e221b, firstarea or lastarea may be NULL if memory is exhaustedDenis Barbier1-3/+4
2011-07-29Merge pull request #65 from tpaviot/review/unconditionnaly-include-config-fileThomas Paviot4-21/+13
2011-07-29[warning-fix][implicit-conversion-from-wider-type]QbProg5-5/+17
2011-07-29Fixes wrong Extrema_CurveTool adaptor function call.QbProg1-1/+1
2011-07-29Unconditionnally include oce-config.h in inc/* header filesDenis Barbier4-21/+13
2011-07-28[cppcheck-fix][memory-leak]tpaviot1-2/+3
2011-07-28[cppcheck-fix][uninitialized-var]tpaviot1-1/+1
2011-07-28[cppcheck-fix][extra-qualification-unnecessary]tpaviot1-2/+2
2011-07-27[warning-fix][implicit-conversion-from-wider-type]QbProg2-6/+6
2011-07-27[warning-fix][missing-operators]QbProg4-1/+15