summaryrefslogtreecommitdiffstats
path: root/ext/boost (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ext/boost hierarchy.Jeremy C. Reed2010-06-012312-387574/+0
| | | | | | | Remove the use of ext/boost from configure. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac217-remove-ext-boost@2017 e5f2f494-b856-4b98-b285-d166d9295462
* - suppress unused-parameter warnings in src/bin/auth/asio_link.cc andEvan Hunt2010-05-272312-0/+0
| | | | | | | | | | | src/lib/cc/session.cc that were triggered by ASIO code. - move ext/boost and ext/asio each down one level, to ext/boost/boost and ext/asio/asio. This allows groups of external headers to be included more selectively: we can switch on asio without also including boost, or change the boost include directory without losing asio. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1952 e5f2f494-b856-4b98-b285-d166d9295462
* added more dependency for asioJINMEI Tatuya2010-03-08175-0/+45033
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-asio@1212 e5f2f494-b856-4b98-b285-d166d9295462
* experimental UDP/TCP auth server using boost::asioJINMEI Tatuya2010-03-086-0/+963
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-asio@1195 e5f2f494-b856-4b98-b285-d166d9295462
* Add two missing boost headers as seen on Solaris10 buildJeremy C. Reed2010-02-102-0/+437
| | | | | | | system (which doesn't have boost installed). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@786 e5f2f494-b856-4b98-b285-d166d9295462
* more boost stuff, necessary for base64 encoder and decoderJINMEI Tatuya2010-02-0584-0/+9904
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@726 e5f2f494-b856-4b98-b285-d166d9295462
* add boost/iterator as wellJelte Jansen2009-10-3023-0/+4886
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@234 e5f2f494-b856-4b98-b285-d166d9295462
* update boost import script; added missing library partsJelte Jansen2009-10-30156-0/+28282
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@231 e5f2f494-b856-4b98-b285-d166d9295462
* include boost headers (all base ones, and asio; don't know if asio needs ↵Jelte Jansen2009-10-301866-0/+298069
more than just the headers though) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@210 e5f2f494-b856-4b98-b285-d166d9295462