Daniel James
80997ac223
Another attempt at asio documentation.
2016-05-15 12:59:15 +01:00
Daniel James
ffcbfc1674
Rebuild
2016-05-15 12:05:20 +01:00
Daniel James
c0988d10d5
Merge PR #156
2016-05-15 12:04:55 +01:00
Daniel James
1082b6ddef
Add sha256 signatures.
2016-05-15 12:01:49 +01:00
Daniel James
e6afbc0b9f
Hopefully fixes missing asio documentation.
2016-05-15 12:01:22 +01:00
Automated Commit
0c4b22d71f
Update documentation list
2016-05-14 01:21:15 -04:00
Daniel James
6c23a3a35e
Add link to tar.bz2 file.
2016-05-13 13:16:44 +01:00
Daniel James
37c0005294
Update doc list
2016-05-13 09:37:41 +01:00
Daniel James
51cee3fe7e
Release 1.61.0
2016-05-13 09:33:54 +01:00
Daniel James
095be89684
Convert the tests to use Nette Tester.
...
This requires the use of composer, which I've been avoiding to make
running the website easier, but in this case it isn't needed as part of
general operations, so it should be okay.
2016-05-11 09:02:21 +01:00
Ronald Garcia
764bda0d22
Added Fiber Mini-Review.
2016-05-10 17:00:18 -07:00
Daniel James
2700d89858
Quick comment describing SimpleTemplate.
2016-05-08 14:40:52 +01:00
Daniel James
862fecc89a
Implement inverted sections.
...
Untested...
2016-05-08 14:40:41 +01:00
Daniel James
72eed824d8
Quick and dirty mustache style template engine.
...
I didn't want to use the existing mustache, as I want to keep the site
dependency free for now, and not have to deal with caching compiled
templates. Might switch to using composer on the site in the future.
This isn't full mustache syntax, and might behave slightly differently?
2016-05-08 14:08:44 +01:00
Daniel James
f461216118
Quick API for generating files.
2016-05-08 14:06:32 +01:00
Daniel James
2476f2fa1e
Rebuild
2016-05-07 18:49:22 +01:00
jzmaddock
64ba475834
Math lib release notes. ( #153 )
...
* Update boost_1_61_0.qbk
* Add math, multiprecision and regex release notes
2016-05-06 14:03:50 -05:00
Daniel James
8cac79b264
Extra library output code.
2016-05-06 09:46:17 +01:00
Daniel James
f5614c4da9
Fix character encoding.
2016-05-06 09:44:15 +01:00
Daniel James
f2551f20f9
Sort libraries by name.
2016-05-06 09:38:27 +01:00
Daniel James
67d1c7ce7f
Messy template for libraries.htm in main repo.
2016-05-06 09:15:21 +01:00
Daniel James
7a5c1e2851
Rebuild
2016-04-27 23:56:39 +01:00
Oliver Kowalke
bc70539c7c
update change log for boost.context (bugfix) ( #152 )
2016-04-27 11:07:10 -05:00
Adam Wulkiewicz
e2de558967
Update 1.61 release notes (Geometry)
2016-04-14 18:33:12 +02:00
Daniel James
ca02ce6c06
Rebuild
2016-04-11 08:27:53 +01:00
Oliver Kowalke
ba8a40af4d
Update boost_1_61_0.qbk
2016-04-11 09:17:23 +02:00
Daniel James
7a26f089fa
Merge branch 'feature/remove-site-tools-settings'
...
I'm going to change the way release data is handled, so replace the
weird declarative mechanism that I originally implemented with a much
simpler procedural mechanism that should be easier to adapt.
2016-04-10 10:11:55 +01:00
Daniel James
5ad81026e9
Move scan_location_for_new_quickbook_pages to BoostPages.
2016-04-10 10:08:55 +01:00
Daniel James
00ba6c5e5a
Replace match_pages with some basic filtering.
2016-04-10 10:08:55 +01:00
Daniel James
726020e1f7
Stop filtering pages in get_downloads.
2016-04-10 10:08:54 +01:00
Daniel James
36eb7eeff0
Filter pages before generating everything.
2016-04-10 10:08:54 +01:00
Daniel James
ec7032f433
Clean BoostSiteTools a tad bit more.
2016-04-10 10:08:54 +01:00
Daniel James
00bc1a97a5
Move RSS generation into its own class.
2016-04-10 10:08:54 +01:00
Daniel James
7be5ca9a1f
Remove direct use of BoostPages in RSS code.
2016-04-10 10:08:54 +01:00
Daniel James
684b764aec
Remove BoostPageSettings::$feeds.
2016-04-10 10:08:54 +01:00
Daniel James
7c9094f4f3
Remove BoostPageSettings::$downloads.
2016-04-10 10:08:54 +01:00
Daniel James
7e96468fa3
Remove BoostPageSettings::$pages.
2016-04-10 10:08:54 +01:00
Daniel James
1db0568654
Remove BoostPageSettings::$index_pages.
2016-04-10 10:08:54 +01:00
Daniel James
0f33b8211b
Remove use of 'compact', I don't like it now.
2016-04-10 10:08:54 +01:00
Daniel James
c3d6a64d2d
Rebuild
2016-04-10 10:04:56 +01:00
Daniel James
0fab99b918
Merge branch 'feature/separate-docs-and-test-results'
...
The documentation pages and the test results were handled by the same
code. That made sense originally when they were served in a very similar
manner, but over time their requirements got increasingly different and
it was getting overcomplicated to serve both in one place. So replace
the generic implementation with two more specific implementations.
2016-04-10 09:57:27 +01:00
Kohei Takahashi
0f69c900f4
Post beta fusion update.
2016-04-10 00:14:53 +09:00
Automated Commit
7431ec4601
Update documentation list
2016-04-09 01:21:07 -04:00
Automated Commit
961ee8982d
Documentation list for 1.61.0 beta1
2016-04-08 07:29:50 -04:00
Daniel James
7ade8661fc
Switch to sourceforge downloads for 1.61.0 beta1.
2016-04-06 15:31:53 +01:00
Automated Commit
54fc961c64
Update documentation list
2016-04-06 01:21:24 -04:00
Daniel James
a9bf1bc203
Add link to windows binaries.
...
Accidentally comitted this to the beta branch first, so this commit is duplicated.
2016-04-05 22:33:09 +01:00
Daniel James
c136493b6d
Better to just delete the old 'Acknowledgements' link.
...
It was just mean to be the table of contents for the page, but doesn't
really apply now, since they're on a different page.
2016-04-04 21:19:11 +01:00
Ben Wiederhake
41ebcb0baf
Fix dead link: Acknowledgements
2016-04-04 21:17:10 +01:00
Ben Wiederhake
c792782b12
Fix typos.
2016-04-04 21:17:09 +01:00