Age | Commit message (Expand) | Author | Files | Lines |
2012-02-15 | Fix cppcheck-1.53 report error 'Returning reference to auto variable' | tpaviot | 1 | -2/+1 |
2012-01-21 | Fix OSX conflict return type in LDOM_SBuffer::xsputn overload | tpaviot | 1 | -1/+1 |
2012-01-20 | Merge pull request #235 from tpaviot/review/use-time_t-everywhere | Denis Barbier | 1 | -4/+5 |
2012-01-20 | Merge pull request #226 from tpaviot/review/parse-xml-files | Denis Barbier | 1 | -1/+1 |
2012-01-16 | On Windows, use stat instead of _stat to use time_t type on 32 and 64 bits | Denis Barbier | 1 | -4/+5 |
2012-01-13 | Modified cdl classes to use Standard_Time variable | Fotios Sioutis | 5 | -27/+24 |
2012-01-13 | Added Standard_Time cdl based class. | Fotios Sioutis | 1 | -0/+14 |
2012-01-12 | Bugfix: std::streamsize replacement for int in std::streambuf::xsputn overload | tpaviot | 1 | -1/+1 |
2012-01-07 | [warning-fix][ambiguous-else] | Denis Barbier | 2 | -2/+4 |
2011-12-29 | [warning-fix][unused-local-var] | Denis Barbier | 24 | -267/+6 |
2011-12-21 | [warning-fix][unused-local-var] | Denis Barbier | 14 | -139/+68 |
2011-12-17 | Bcc needs HashCode & IsEqual declared as global | Fotios Sioutis | 2 | -0/+16 |
2011-12-13 | Upgrade to OCCT 6.5.2 | Denis Barbier | 282 | -1289/+3675 |
2011-12-05 | Fixed Standard_StdAllocator for bcc32 | Fotios Sioutis | 1 | -0/+5 |
2011-11-27 | Fixed Standard_StdAllocator class for gcc-4.2.1 | tpaviot | 1 | -1/+1 |
2011-11-27 | Added Roman Lygin's Standard_StdAllocator class | tpaviot | 1 | -0/+125 |
2011-11-27 | Macro fixes in Draw package | Fotios Sioutis | 2 | -0/+4 |
2011-11-25 | Merge pull request #189 from tpaviot/review/bcc-convert-int-to-Handle | Thomas Paviot | 1 | -1/+1 |
2011-11-25 | Merge pull request #192 from tpaviot/review/bcc-template-issue | Thomas Paviot | 1 | -0/+8 |
2011-11-19 | In placement delete not supported under bcc32 | Fotios Sioutis | 1 | -1/+2 |
2011-11-19 | Template class issue for bcc32 | Fotios Sioutis | 1 | -0/+8 |
2011-11-19 | Fixed convertion from int to Handle under bcc32 | Fotios Sioutis | 1 | -1/+1 |
2011-11-19 | Partially revert "Disambiguate using type casts under latest bcc32" | Denis Barbier | 3 | -6/+6 |
2011-11-16 | Merge pull request #172 from tpaviot/review/bcc-xe-ports | Thomas Paviot | 3 | -6/+6 |
2011-11-14 | Adds a dummy oce-config.h for non cmake platforms. | Fotios Sioutis | 1 | -0/+3 |
2011-11-11 | Disambiguate using type casts under latest bcc32 | Fotios Sioutis | 3 | -6/+6 |
2011-10-28 | [warning-fix][empty-body] | tpaviot | 2 | -9/+9 |
2011-10-27 | Use ull instead of llu for unsigned long long suffix. This makes it compatibl... | QbProg | 2 | -2/+2 |
2011-10-25 | Define WNT from compiler pre-define macros | Jerome Robert | 1 | -3/+2 |
2011-10-21 | Explicitely specify 64bit UndefinedAdress as long long unsigned int | tpaviot | 2 | -2/+2 |
2011-09-27 | Propagated gp_Mat changes to gp_Mat2d/gp_XY | tpaviot | 2 | -47/+16 |
2011-09-25 | Fix Win32 TKOpenGL build error when using static libraries | QbProg | 1 | -3/+6 |
2011-09-13 | Workaround GCC (< 4.4) bugs in gp_Mat and gp_XYZ | Denis Barbier | 2 | -62/+33 |
2011-09-07 | Include <cstring> instead of <string.h> | Denis Barbier | 4 | -4/+4 |
2011-09-06 | Do not redefine memmove as an alias for memcpy | Denis Barbier | 5 | -22/+4 |
2011-08-26 | Added missing include in BRepBlend_BlendTool.lxx | tpaviot | 1 | -0/+2 |
2011-08-18 | Let TKService depend on X11 only when visualization component is compiled | Denis Barbier | 1 | -0/+1 |
2011-08-04 | Whitespace cleanup | Denis Barbier | 9 | -17/+16 |
2011-08-01 | Merge pull request #68 from tpaviot/review/warning-time_t | Thomas Paviot | 5 | -5/+17 |
2011-07-30 | Merge pull request #63 from tpaviot/tp/cppcheck-fixes | Thomas Paviot | 3 | -3/+5 |
2011-07-29 | In 05e221b, firstarea or lastarea may be NULL if memory is exhausted | Denis Barbier | 1 | -3/+4 |
2011-07-29 | Merge pull request #65 from tpaviot/review/unconditionnaly-include-config-file | Thomas Paviot | 4 | -21/+13 |
2011-07-29 | [warning-fix][implicit-conversion-from-wider-type] | QbProg | 5 | -5/+17 |
2011-07-29 | Fixes wrong Extrema_CurveTool adaptor function call. | QbProg | 1 | -1/+1 |
2011-07-29 | Unconditionnally include oce-config.h in inc/* header files | Denis Barbier | 4 | -21/+13 |
2011-07-28 | [cppcheck-fix][memory-leak] | tpaviot | 1 | -2/+3 |
2011-07-28 | [cppcheck-fix][uninitialized-var] | tpaviot | 1 | -1/+1 |
2011-07-28 | [cppcheck-fix][extra-qualification-unnecessary] | tpaviot | 1 | -2/+2 |
2011-07-27 | [warning-fix][implicit-conversion-from-wider-type] | QbProg | 2 | -6/+6 |
2011-07-27 | [warning-fix][missing-operators] | QbProg | 4 | -1/+15 |