You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/structure/mainpage.dox
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,4 @@ This is the documentation site for the Adobe Source Libraries (ASL).
5
5
6
6
ASL provides peer-reviewed and portable C++ source libraries. The libraries are intended to be widely useful, leveraging and extending both the C++ Standard Library and the Boost Libraries.
7
7
8
-
The Adobe Source Libraries are maintained by Sean Parent, Mat Marcus, and Foster Brereton.
9
-
10
-
Both site and sources have migrated to GitHub, and in so doing we are trying to clean things up. Please pardon our dust.
adam_tutorial output format; deleting some unnecessary
234
271
sources
235
-
- Cleaned out static intializers
272
+
- Cleaned out static initializers
236
273
- Collapsed entity lookup to a single place -- removed the
237
274
once stuff from xml_parser
238
275
- Fixed issue with implicit casts of enum node state in
@@ -378,7 +415,7 @@ Highlights of this release include:
378
415
- Misc bug fixes.
379
416
- Fixes to build and distribution tools.
380
417
- Fixed search on documentation site to point to stlab and not
381
-
opensource domain.
418
+
open source domain.
382
419
383
420
\par January 28, 2008 - ASL 1.0.35 Release
384
421
@@ -396,9 +433,9 @@ Highlights of this release include:
396
433
- renamed copy_bound to copy_bounded
397
434
- minor improvements to operator+() for strings
398
435
- updated doxyfile for latest doxygen
399
-
- More algorithm documentation clean-up. Greately improved erase/erase_if
436
+
- More algorithm documentation clean-up. Greatly improved erase/erase_if
400
437
container algorithms and container storage type function.
401
-
- Templatize erase_if test cases
438
+
- Template erase_if test cases
402
439
- Initial work on forest unit_test
403
440
404
441
@@ -407,12 +444,12 @@ Highlights of this release include:
407
444
Highlights of this release include:
408
445
409
446
ASL:
410
-
- Lots of clean up and removed defered initialization of
447
+
- Lots of clean up and removed deferred initialization of
411
448
property model cells.
412
449
- changes to the initializers for the property model library
413
-
you must now call upate() prior to monitoring or attaching a
450
+
you must now call update() prior to monitoring or attaching a
414
451
view (you'll get an assert if you don't) and the monitor
415
-
function (or view) is called immeditely when attached with the
452
+
function (or view) is called immediately when attached with the
416
453
current state.
417
454
- support for stateful function object (hash, key function,
418
455
and compare) to closed_hash_set
@@ -490,7 +527,7 @@ Highlights of this release include:
490
527
Highlights of this release include:
491
528
- GIL 2.0 release! (GIL was recently accepted as a Boost library; congratulations to the GIL team!)
492
529
- Addition of the poly<> class, allowing for a generic means of specifying runtime-polymorphic objects based on a provided concept specification.
493
-
- algorithm.hpp was completely refactored into smaller, more digestable algorithm subfamily headers
530
+
- algorithm.hpp was completely refactored into smaller, more digestible algorithm subfamily headers
494
531
- Widget implementation improvement (primarily for the list widget) including supporting code in selection_t and sequence_model_t.
495
532
- For more information and more changes see the \ref asl_release_notes
496
533
\par
@@ -531,7 +568,7 @@ Highlights of this release include:
531
568
- adobe::selection_t was added, along with a set of selection-based algorithms
532
569
- Added changes to support gcc-4.1.1 and conceptgcc a5
533
570
- Simplify assemblage to be a collection of nullary function objects invoked in LIFO order upon destruction
534
-
- Boost patchfile updated; please repatch your boost distribution
571
+
- Boost patch file updated; please repatch your boost distribution
535
572
- For more information and more changes see the \ref asl_release_notes
536
573
\par
537
574
Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417">download</a> section to grab it.
@@ -824,7 +861,7 @@ Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=
824
861
We would like to build a case for Adobe to do more in the open source arena, and so would like to know more about who you are and what your plans are for using the Adobe Source Libraries in your software development. Please contact <a href="http://sourceforge.net/users/sean_parent/">Sean Parent</a> with any and all comments (including those on how to improve the Adobe Source Libraries as they stand -- we need feedback, too!)
825
862
826
863
\par May 03, 2005 - ASL 1.0.3 Released
827
-
I'm pleased to announce the arrival of Adobe Source Libraries 1.0.3. This is mostly a maintenance release but it also boasts a small set of new features, including a threadsafe, context-sensitive string lookup system for internationalization/localization. There are also a slew of bug fixes that make this release well worth the download. Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section and check it out.
864
+
I'm pleased to announce the arrival of Adobe Source Libraries 1.0.3. This is mostly a maintenance release but it also boasts a small set of new features, including a thread-safe, context-sensitive string lookup system for internationalization/localization. There are also a slew of bug fixes that make this release well worth the download. Head over to the <a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">download</a> section and check it out.
828
865
829
866
\par April 01, 2005 - ASL 1.0.2 Released
830
867
The Adobe Source Libraries 1.0.2 is now available for <a href="http://sourceforge.net/project/showfiles.php?group_id=132417">download</a>. Changes include a budding Win32 implementation of Adobe Begin, increased compiler compatibility, and extensive bug fixes and additions. The Win32 implementation of Adobe Begin does not have the same functionality as the Mac version, however it is in a place where it demonstrates the functionality of Adam and Eve well enough to warrant release.
0 commit comments