Changeset 1405
- Timestamp:
- Oct 22, 2011, 6:47:34 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.9-stable merged: 1393-1394,1400-1401,1403
- Property svn:mergeinfo changed
-
trunk/NEWS
r1392 r1405 13 13 svndigest 0.9.x series from 14 14 http://dev.thep.lu.se/svndigest/svn/branches/0.9-stable 15 16 Version 0.9.4 (released 22 October 2011) 17 - Compiler option `-pedantic` now only turned on within 18 `--enable-debug` mode (ticket #506) 19 20 A complete list of closed tickets can be found here [[br]] 21 http://dev.thep.lu.se/svndigest/query?status=closed&milestone=svndigest+0.9.4 15 22 16 23 Version 0.9.3 (released 12 July 2011) -
trunk/build_support/Portfile.in
r1373 r1405 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=41 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 # $Id$ 3 3 … … 8 8 categories devel 9 9 platforms darwin 10 license GPL-3 10 license GPL-3+ 11 11 maintainers gmail.com:pj31042 12 12 -
trunk/configure.ac
r1346 r1405 98 98 # using extension beyond the C++ standard (usage of non C++ standard 99 99 # 'long long' types). 100 YAT_CXX_ADD_FLAG([CXXFLAGS],[- pedantic -Wno-long-long])100 YAT_CXX_ADD_FLAG([CXXFLAGS],[-Wno-long-long]) 101 101 AC_TYPE_LONG_LONG_INT 102 102 AS_IF([test x$ac_cv_type_long_long_int = xno], … … 108 108 109 109 AS_IF([test x$enable_debug = xyes], 110 [YAT_CXX_ADD_FLAG([CXXFLAGS],[- g -O])],110 [YAT_CXX_ADD_FLAG([CXXFLAGS],[-pedantic -g -O])], 111 111 [YAT_CPP_ADD_FLAG([CPPFLAGS],[-DNDEBUG]) 112 112 YAT_CXX_ADD_FLAG([CXXFLAGS],[-O3])]) -
trunk/m4/apache_LICENSE-2.0.txt
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/m4/find_apr.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/m4/pkg.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/m4/yat_add_flag.m4
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.