coriolis/crlcore
Jean-Paul Chaput 83382f252c For build under 32 bits, remove all use of long.
* Bug: In Hurricane::DbU, replace long by DbU::Unit (aka int64_t) in all
    remaining occurrences.
* Change: In Hurricane::DbU::getValueString(), rewrite using ostringstream.
* Change: In Hurricane, in PyHurricane.h, PyAny_AsLong<> template to
    convert any kind of Python integer into DbU, making sure we always
    use 64 bits integers (long long for 32 bits and long for 64 bits).
      PyDbU_FromLong<> template to peform the reverse, DbU to Python
    integer in 64 bits (either using PyLong_FromLong() or
    PyLong_FromLongLong()).
* Bug: In Isobar, in PyArg_ParseTuple(), never use the "l" direct
    converter when reading a DbU. Instead read a PyObject then convert
    using PyAny_AsLong<>. This ensure to never do a truncature.
2016-11-30 21:50:25 +01:00
..
cmake_modules New Library Manager Widget. Access with Tools menu or CTRL+M. 2015-05-09 17:03:17 +02:00
doc Happy new year 2016! 2016-01-21 00:41:19 +01:00
etc Accurate Qwt detection (Qt4 vs. Qt5). DbU forced to 64 bits. 2016-11-23 11:29:28 +01:00
python Complete rewrite of the trace system (now a stream). 2016-05-17 23:00:06 +02:00
src For build under 32 bits, remove all use of long. 2016-11-30 21:50:25 +01:00
CMakeLists.txt Diplay function, file & line number in the backtrace (like gdb). 2016-08-06 18:15:06 +02:00