aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-parse
stat options
Period:
Authors:

Commits per author per week (path 'textproc/py-parse')

AuthorW06 2025W07 2025W08 2025W09 2025Total
Total00000
ver-highlight'>| | | | | | | | | | | expression_evaluate.cc: In member function 'virtual bool ExpArithmetic::evaluate(Entity*, ScopeBase*, int64_t&) const': expression_evaluate.cc:67: error: call of overloaded 'pow(int64_t&, int64_t&)' is ambiguous /usr/include/math.h:257: note: candidates are: double pow(double, double) /usr/include/c++/4.2/cmath:373: note: long double std::pow(long double, int) /usr/include/c++/4.2/cmath:369: note: float std::pow(float, int) /usr/include/c++/4.2/cmath:365: note: double std::pow(double, int) /usr/include/c++/4.2/cmath:361: note: long double std::pow(long double, long double) /usr/include/c++/4.2/cmath:357: note: float std::pow(float, float) * cad/iverilog: Update to 11.0Niclas Zeising2020-10-225-105/+6 | | | | Update cad/iverilog to 11.0. The first release in the 11 branch. * cad/iverilog: Use upstream patch for -fno-commonNiclas Zeising2020-08-224-32/+37 | | | | | | | Change to use the patch applied upstream for fixing the build of cad/iverilog with -fno-common MFH: 2020Q3 (implicit, -fno-common fix, ok by joenum)