Update of /cvsroot/stackbuilder/wizard/cmake
In directory pgfoundry.org:/tmp/cvs-serv94255/cmake
Log Message:
Directory /cvsroot/stackbuilder/wizard/cmake added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
ht
Log Message:
---
New, more robust module for finding wxWidgets.
Modified Files:
--
wizard:
CMakeLists.txt (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.17&r2=1.18)
Added Files:
---
wi
Log Message:
---
Hide the temp variable from the UI
Modified Files:
--
wizard/cmake:
FindWX.cmake (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/cmake/FindWX.cmake.diff?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing l
Log Message:
---
Always link with default wxWidgets libraries on Windows
Modified Files:
--
wizard:
CMakeLists.txt (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.18&r2=1.19)
wizard/cmake:
Log Message:
---
wxWidgets is required
Modified Files:
--
wizard:
CMakeLists.txt (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.19&r2=1.20)
--
Sent via pgsql-committers mailing list (pgsql-commit
Log Message:
---
Use CXXFLAGS not CPPFLAGS
Modified Files:
--
wizard/cmake:
FindWX.cmake (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/cmake/FindWX.cmake.diff?r1=1.3&r2=1.4)
--
Sent via pgsql-committers mailing list (pgsq
Log Message:
---
Capitalise CPack correctly
Modified Files:
--
wizard:
CMakeLists.txt (r1.20 -> r1.21)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/CMakeLists.txt.diff?r1=1.20&r2=1.21)
--
Sent via pgsql-committers mailing list (pgsql-c
Log Message:
---
Prevent memory leaks in our various bison parsers when an error occurs
during parsing. Formerly the parser's stack was allocated with malloc
and so wouldn't be reclaimed; this patch makes it use palloc instead,
so that flushing the current context will reclaim the memory.
Log Message:
---
change multiset value to read from type rather than attribute. Also fixed
functions, function parameters and procedure parameters to no longer depend on
pg_attribute. This corrected the parameter generations and drastically
improved performance.
Modified Files:
--