aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cppcheck
Commit message (Collapse)AuthorAgeFilesLines
* Update textproc/tinyxml2 to 20140124 and devel/cppcheck to 1.63; use staging ↵bf2014-02-072-13/+17
| | | | for both
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Update textproc/tinyxml2 to 20131105, and devel/cppcheck to 1.62bf2013-11-192-5/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | devel part 1)
* Update textproc/tinyxml2 to 20130805, and adjust a dependent portbf2013-08-091-0/+1
|
* Update to 1.61bf2013-08-062-9/+8
|
* Switch from the bundled tinyxml2 to the new textproc/tinyxml2 portbf2013-06-111-5/+6
|
* update to 1.60.1bf2013-06-042-3/+3
|
* use python 2.* onlybf2013-05-131-1/+1
| | | | Reported by: eadler
* update to 1.59, temporarily switching to the bundled tinyxml2bf2013-04-183-19/+8
| | | | Feature safe: yes
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)gahr2013-02-141-1/+1
| | | | Approved by: portmgr
* update to 1.58; sort some assignments; shorten a long line;bf2013-01-173-45/+53
| | | | | trim Makefile header; fix header search order; make it possible to build a slim version with minimal dependencies
* Update PCRE to 8.32mm2012-12-111-0/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* update to 1.57bf2012-11-092-3/+3
| | | | Feature safe: yes
* update to 1.56bf2012-09-132-3/+3
|
* update to 1.55bf2012-07-082-6/+6
|
* update to 1.54bf2012-04-192-4/+3
|
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-1/+2
|
* update to 1.53bf2012-02-132-3/+3
|
* update to 1.52; don't build or install the manpage ifbf2011-12-114-16/+28
| | | | | | NOPORTDOCS is defined Feature safe: yes
* update to 1.51bf2011-10-112-4/+3
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* fix a build problem by switching from the bundled tinyxml to textproc/tinyxmlbf2011-09-182-8/+19
| | | | Submitted by: kevlo (slightly different patch)
* update to 1.50bf2011-08-202-5/+5
|
* update to 1.49bf2011-06-222-3/+3
| | | | | PR: 157813 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* Update to 1.48, add LICENSEbf2011-04-132-4/+6
|
* Remove addition of CPPFLAGS to CONFIGURE_ENVbf2011-03-261-1/+1
| | | | in port Makefiles, and MD5 entries in distinfo
* Update to 1.47bf2011-02-083-20/+19
| | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes
* update to 1.46.1bf2010-12-302-4/+3
| | | | Approved by: makc, miwi (mentors, implicit)
* Update to 1.45bf2010-10-052-4/+4
| | | | Approved by: makc, miwi (co-mentors, implicit)
* update to 1.44bf2010-08-072-4/+4
| | | | Approved by: makc
* - Pass maintainership to bf@pgj2010-06-111-1/+1
|
* - Update to 1.43pgj2010-05-212-4/+4
|
* - Update to 1.42pgj2010-03-142-4/+4
|
* - Update to 1.40pgj2010-01-192-4/+4
| | | | | PR: ports/142953 Submitted by: bf <bf1783#gmail.com>
* - Update to 1.39pgj2009-12-162-4/+4
| | | | | PR: ports/141456 Submitted by: bf <bf1783(at)gmail.com>
* - Update to 1.38pgj2009-11-022-4/+4
|
* - Update to 1.37pgj2009-09-252-4/+4
| | | | | | PR: ports/139082 Submitted by: bf <bf1783 (at) gmail (dot) com> Feature safe: yes
* - Update to 1.35pgj2009-08-252-5/+7
| | | | | | | | | - Add thread flags - Fix sourceforge PR: ports/137860 Submitted by: bf <bf1783 (at) gmail (dot) com> Approved by: tabthorpe (mentor, implicit)
* - Update to 1.34pgj2009-07-172-6/+5
| | | | | | PR: ports/136830 Submitted by: bf <bf1783 (at) gmail (dot) com> Approved by: tabthorpe (mentor, implicit)
* - Update to 1.33pgj2009-06-142-4/+4
| | | | Approved by: tabthorpe (mentor, implicit)
* - Update to 1.32pgj2009-05-182-4/+4
| | | | Approved by: tabthorpe (mentor)
* - Update to 1.31pgj2009-04-222-10/+22
| | | | | | | | | | - Respect NO_INSTALL_MAN_PAGES, CXX - Add "regression-test" target for regression testing - Switch to bzip2 PR: ports/133749 Submitted by: bf <bf2006a (at) yahoo (dot) com> Approved by: tabthorpe (mentor)
* - Update to 1.30pgj2009-03-112-4/+8
| | | | | | - Respect CXXFLAGS Approved by: tabthorpe
* Cppcheck is a tool for static C/C++ code analysis, and it tries topgj2009-03-074-0/+59
detect bugs that your compiler do not see. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. Cppcheck is versatile. You can check non-standard code that includes various compiler extensions, inline assembly code, etc. The goal is no false positives. WWW: http://sourceforge.net/projects/cppcheck Approved by: tabthorpe