├── .github └── FUNDING.yml ├── .gitignore ├── .gitmodules ├── Application ├── AboutViewController.swift ├── AppDelegate.swift ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── icon_128x128.png │ │ ├── icon_128x128@2x@2x-1.png │ │ ├── icon_128x128@2x@2x.png │ │ ├── icon_16x16@2x@2x-1.png │ │ ├── icon_16x16@2x@2x.png │ │ ├── icon_256x256@2x@2x-1.png │ │ ├── icon_256x256@2x@2x.png │ │ ├── icon_32x32@2x@2x.png │ │ └── icon_512x512@2x@2x.png │ ├── Contents.json │ ├── Italic.imageset │ │ ├── Contents.json │ │ └── I.pdf │ ├── aA.imageset │ │ ├── Contents.json │ │ └── aA.pdf │ ├── appearance.imageset │ │ ├── Contents.json │ │ └── appearance.pdf │ ├── arrow.down.circle.fill.imageset │ │ ├── Contents.json │ │ └── arrow.down.circle.fill.pdf │ ├── arrow.up.circle.fill.imageset │ │ ├── Contents.json │ │ └── arrow.up.circle.fill.pdf │ ├── bold.imageset │ │ ├── Contents.json │ │ └── bold.pdf │ ├── checkmark.circle.imageset │ │ ├── Contents.json │ │ └── checkmark.circle.pdf │ ├── chevron.down.imageset │ │ ├── Contents.json │ │ └── chevron.down.pdf │ ├── doc.plaintext.imageset │ │ ├── Contents.json │ │ └── doc.plaintext.pdf │ ├── ellipsis.circle.imageset │ │ ├── Contents.json │ │ └── ellipsis.circle.pdf │ ├── folder.fill.imageset │ │ ├── Contents.json │ │ └── folder.fill.pdf │ ├── font_panel.imageset │ │ ├── Contents.json │ │ └── font_panel.pdf │ ├── gearshape.imageset │ │ ├── Contents.json │ │ └── gearshape.pdf │ ├── inquiry.imageset │ │ ├── Contents.json │ │ └── inquiry.pdf │ ├── line.3.horizontal.decrease.circle.imageset │ │ ├── Contents.json │ │ └── line.horizontal.3.decrease.circle.pdf │ ├── minus.circle.fill.imageset │ │ ├── Contents.json │ │ └── minus.circle.fill.pdf │ ├── paintbrush.imageset │ │ ├── Contents.json │ │ └── paintbrush.pdf │ ├── plus.circle.fill.imageset │ │ ├── Contents.json │ │ └── plus.circle.fill.pdf │ ├── re.imageset │ │ ├── Contents.json │ │ └── re.pdf │ ├── safari.fill.imageset │ │ ├── Contents.json │ │ ├── safari.fill_Normal.png │ │ └── safari.fill_Normal@2x.png │ ├── safari.imageset │ │ ├── Contents.json │ │ ├── safari_Normal.png │ │ ├── safari_Normal@2x.png │ │ └── safari_Normal@3x.png │ ├── slider.horizontal.3.imageset │ │ ├── Contents.json │ │ └── slider.horizontal.3.pdf │ ├── square.and.pencil.imageset │ │ ├── Contents.json │ │ └── square.and.pencil.pdf │ └── underline.imageset │ │ ├── Contents.json │ │ └── u.pdf ├── Base.lproj │ └── Main.storyboard ├── CSSControlView.swift ├── CustomTypeViewController.swift ├── Data+Ext.swift ├── FontSelectorViewController.swift ├── HighlightWrapper.swift ├── Info.plist ├── LSPViewController.swift ├── Makefile_help ├── NSColor+ext.swift ├── NSImage+ext.swift ├── PlainSettingsEditorViewController.swift ├── PlainSettingsView.swift ├── PlainSettingsView.xib ├── PreviewView.swift ├── PreviewView.xib ├── SCSHApp.entitlements ├── SCSHTheme+ext.swift ├── SCSHWrapper.swift ├── SaveAsFormatView.swift ├── SaveAsFormatView.xib ├── Settings+App.swift ├── SettingsSplitViewController.swift ├── SettingsView.swift ├── SettingsView.xib ├── SliderView.swift ├── SourceCodeSyntaxHighlight-Bridging-Header.h ├── Storyboard.storyboard ├── String+ext.swift ├── SyntaxHighlight.help │ ├── .vscode │ │ ├── settings.json │ │ └── spellright.dict │ └── Contents │ │ ├── Info.plist │ │ └── Resources │ │ ├── English.lproj │ │ ├── CSS.html │ │ ├── CSSTheme.html │ │ ├── general.html │ │ ├── index.html │ │ ├── inquiry.html │ │ ├── preferences.html │ │ ├── search.cshelpindex │ │ ├── search.helpindex │ │ └── themes.html │ │ ├── book-icon.png │ │ └── css │ │ └── main.css ├── ThemeCollectionViewItem.swift ├── ThemeCollectionViewItem.xib ├── ThemeEditorView.swift ├── ThemeEditorView.xib ├── ThemeSelectorViewController.swift ├── ThemesListView.swift ├── ThemesListView.xib ├── UTI.swift ├── UTIInfoViewController.swift ├── UTISummary.swift ├── UTIsListView.swift ├── UTIsListView.xib ├── VCSSettingsViewController.swift ├── WarningUTIViewController.swift ├── examples │ ├── example.c │ ├── example.cpp │ ├── example.cs │ ├── example.css │ ├── example.dart │ ├── example.diff │ ├── example.fsx │ ├── example.go │ ├── example.ini │ ├── example.java │ ├── example.js │ ├── example.json │ ├── example.jsx │ ├── example.lua │ ├── example.m │ ├── example.pas │ ├── example.php │ ├── example.pl │ ├── example.py │ ├── example.rb │ ├── example.scpt │ ├── example.sh │ ├── example.sql │ ├── example.swift │ ├── example.vb │ ├── example.xml │ └── example.yaml └── resources │ ├── about.lua │ ├── colorize.sh │ ├── debug.lua │ ├── html_editor.lua │ ├── settings.yaml │ ├── style.css │ ├── style2.css │ ├── touch_files.sh │ └── vcs.lua ├── CHANGELOG.md ├── LICENSE.txt ├── QLExtension ├── Base.lproj │ └── PreviewViewController.xib ├── Info.plist ├── PreviewViewController.swift └── QLExtension.entitlements ├── README.md ├── Resources ├── GenericDocumentIcon.psd ├── Icon - App.sketch ├── Template-assets │ ├── Icon-MacOS-128x128@1x.png │ ├── Icon-MacOS-128x128@2x.png │ ├── Icon-MacOS-16x16@1x.png │ ├── Icon-MacOS-16x16@2x.png │ ├── Icon-MacOS-256x256@1x.png │ ├── Icon-MacOS-256x256@2x.png │ ├── Icon-MacOS-32x32@1x.png │ ├── Icon-MacOS-32x32@2x.png │ ├── Icon-MacOS-512x512@1x.png │ └── Icon-MacOS-512x512@2x.png ├── Template.psd ├── Untitled-2.psd ├── icon.ai ├── qlsource.icon │ ├── Assets │ │ ├── ql_eye.svg │ │ └── source_code.svg │ └── icon.json ├── screen.ai ├── screen_low.ai └── styles.ai ├── ShortcutCommand ├── Info.plist ├── Localizable.xcstrings ├── ShortcutCommand.entitlements ├── ShortcutCommand.swift └── ShortcutCommandExtension.swift ├── SourceCodeSyntaxHighlight.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ ├── swiftpm │ │ │ └── Package.resolved │ │ └── xcschememanagement.plist │ └── xcuserdata │ │ └── sbaldiss.xcuserdatad │ │ └── IDEFindNavigatorScopes.plist └── xcshareddata │ └── xcschemes │ ├── QLSourceSyntaxGUITest.xcscheme │ ├── ShortcutCommand.xcscheme │ ├── Syntax Highlight (no XPC debug for Sparkle test).xcscheme │ ├── Syntax Highlight Quicklook Extension.xcscheme │ ├── Syntax Highlight XPC Render.xcscheme │ ├── Syntax Highlight XPC Service.xcscheme │ ├── Syntax Highlight.xcscheme │ ├── extra_resources.xcscheme │ ├── relaunch.xcscheme │ ├── settings_chk.xcscheme │ ├── syntax_highlight_cli.xcscheme │ └── yaml checker.xcscheme ├── Syntax Highlight XPC Render.entitlements ├── SyntaxHighlightRenderXPC ├── ColorizeArgument.swift ├── File+Ext.swift ├── Info.plist ├── MagicAttributes.swift ├── SCSHBaseXPCService.swift ├── SCSHError.swift ├── String+GShell.swift ├── Syntax Highlight XPC Render-Bridging-Header.h ├── Syntax Highlight XPC Render.entitlements ├── XPCLightRenderService.swift ├── XPCLightRenderServiceDelegate.swift ├── XPCLightRenderServiceProtocol.swift ├── languages.json └── main.swift ├── TODO.md ├── XPCService ├── .vscode │ └── launch.json ├── Info.plist ├── NotificationCenter+ext.swift ├── PlainSettings.swift ├── SCSHTheme+C.swift ├── SCSHTheme+Lua.swift ├── SCSHTheme.swift ├── SCSHXPCService.swift ├── SCSHXPCServiceDelegate.swift ├── SCSHXPCServiceProtocol.swift ├── Settings+Service.swift ├── Settings.swift ├── TaskResult.swift ├── XPCServiceRelease.entitlements ├── highlight │ └── share2 │ │ ├── filetypes.conf │ │ ├── langDefs │ │ ├── abap4.lang │ │ ├── abc.lang │ │ ├── abnf.lang │ │ ├── actionscript.lang │ │ ├── ada.lang │ │ ├── agda.lang │ │ ├── alan.lang │ │ ├── algol.lang │ │ ├── ampl.lang │ │ ├── amtrix.lang │ │ ├── applescript.lang │ │ ├── arc.lang │ │ ├── arm.lang │ │ ├── as400cl.lang │ │ ├── ascend.lang │ │ ├── asciidoc.lang │ │ ├── asp.lang │ │ ├── aspect.lang │ │ ├── assembler.lang │ │ ├── ats.lang │ │ ├── autohotkey.lang │ │ ├── autoit.lang │ │ ├── avenue.lang │ │ ├── awk.lang │ │ ├── ballerina.lang │ │ ├── bat.lang │ │ ├── bbcode.lang │ │ ├── bcpl.lang │ │ ├── bibtex.lang │ │ ├── biferno.lang │ │ ├── bison.lang │ │ ├── blitzbasic.lang │ │ ├── bms.lang │ │ ├── bnf.lang │ │ ├── boo.lang │ │ ├── c.lang │ │ ├── ceylon.lang │ │ ├── charmm.lang │ │ ├── chill.lang │ │ ├── chpl.lang │ │ ├── clean.lang │ │ ├── clearbasic.lang │ │ ├── clipper.lang │ │ ├── clojure.lang │ │ ├── clp.lang │ │ ├── cmake.lang │ │ ├── cobol.lang │ │ ├── coffee.lang │ │ ├── coldfusion.lang │ │ ├── conf.lang │ │ ├── crk.lang │ │ ├── crystal.lang │ │ ├── cs_block_regex.lang │ │ ├── csharp.lang │ │ ├── css.lang │ │ ├── d.lang │ │ ├── dart.lang │ │ ├── delphi.lang │ │ ├── diff.lang │ │ ├── docker.lang │ │ ├── dts.lang │ │ ├── dylan.lang │ │ ├── ebnf.lang │ │ ├── ebnf2.lang │ │ ├── eiffel.lang │ │ ├── elixir.lang │ │ ├── email.lang │ │ ├── erb.lang │ │ ├── erlang.lang │ │ ├── euphoria.lang │ │ ├── exapunks.lang │ │ ├── excel.lang │ │ ├── express.lang │ │ ├── fame.lang │ │ ├── fasm.lang │ │ ├── felix.lang │ │ ├── fish.lang │ │ ├── fortran77.lang │ │ ├── fortran90.lang │ │ ├── frink.lang │ │ ├── fsharp.lang │ │ ├── fstab.lang │ │ ├── fx.lang │ │ ├── gambas.lang │ │ ├── gdb.lang │ │ ├── gdscript.lang │ │ ├── go.lang │ │ ├── graphviz.lang │ │ ├── haml.lang │ │ ├── haskell.lang │ │ ├── haxe.lang │ │ ├── hcl.lang │ │ ├── html.lang │ │ ├── httpd.lang │ │ ├── hugo.lang │ │ ├── icon.lang │ │ ├── idl.lang │ │ ├── idlang.lang │ │ ├── inc_luatex.lang │ │ ├── informix.lang │ │ ├── ini.lang │ │ ├── innosetup.lang │ │ ├── interlis.lang │ │ ├── io.lang │ │ ├── jasmin.lang │ │ ├── java.lang │ │ ├── js.lang │ │ ├── js_regex.lang │ │ ├── json.lang │ │ ├── jsp.lang │ │ ├── jsx.lang │ │ ├── julia.lang │ │ ├── kotlin.lang │ │ ├── ldif.lang │ │ ├── less.lang │ │ ├── lhs.lang │ │ ├── lilypond.lang │ │ ├── limbo.lang │ │ ├── lindenscript.lang │ │ ├── lisp.lang │ │ ├── logtalk.lang │ │ ├── lotos.lang │ │ ├── lotus.lang │ │ ├── lua.lang │ │ ├── luban.lang │ │ ├── make.lang │ │ ├── maple.lang │ │ ├── markdown.lang │ │ ├── matlab.lang │ │ ├── maya.lang │ │ ├── mercury.lang │ │ ├── meson.lang │ │ ├── miranda.lang │ │ ├── mod2.lang │ │ ├── mod3.lang │ │ ├── modelica.lang │ │ ├── moon.lang │ │ ├── ms.lang │ │ ├── msl.lang │ │ ├── mssql.lang │ │ ├── mxml.lang │ │ ├── n3.lang │ │ ├── nasal.lang │ │ ├── nbc.lang │ │ ├── nemerle.lang │ │ ├── netrexx.lang │ │ ├── nginx.lang │ │ ├── nice.lang │ │ ├── nim.lang │ │ ├── nsis.lang │ │ ├── nxc.lang │ │ ├── oberon.lang │ │ ├── objc.lang │ │ ├── ocaml.lang │ │ ├── octave.lang │ │ ├── oorexx.lang │ │ ├── org.lang │ │ ├── os.lang │ │ ├── oz.lang │ │ ├── paradox.lang │ │ ├── pas.lang │ │ ├── pdf.lang │ │ ├── perl.lang │ │ ├── php.lang │ │ ├── pike.lang │ │ ├── pl1.lang │ │ ├── plperl.lang │ │ ├── plpython.lang │ │ ├── pltcl.lang │ │ ├── po.lang │ │ ├── polygen.lang │ │ ├── pony.lang │ │ ├── pov.lang │ │ ├── pro.lang │ │ ├── progress.lang │ │ ├── ps.lang │ │ ├── ps1.lang │ │ ├── psl.lang │ │ ├── pure.lang │ │ ├── purebasic.lang │ │ ├── pyrex.lang │ │ ├── python.lang │ │ ├── q.lang │ │ ├── qmake.lang │ │ ├── qml.lang │ │ ├── qu.lang │ │ ├── r.lang │ │ ├── rebol.lang │ │ ├── rego.lang │ │ ├── rexx.lang │ │ ├── rnc.lang │ │ ├── rpg.lang │ │ ├── rpl.lang │ │ ├── rs.lang │ │ ├── rst.lang │ │ ├── ruby.lang │ │ ├── s.lang │ │ ├── sam.lang │ │ ├── sas.lang │ │ ├── scad.lang │ │ ├── scala.lang │ │ ├── scilab.lang │ │ ├── scss.lang │ │ ├── sh.lang │ │ ├── slim.lang │ │ ├── small.lang │ │ ├── smalltalk.lang │ │ ├── sml.lang │ │ ├── snmp.lang │ │ ├── snobol.lang │ │ ├── solidity.lang │ │ ├── spec.lang │ │ ├── spn.lang │ │ ├── sql.lang │ │ ├── squirrel.lang │ │ ├── styl.lang │ │ ├── svg.lang │ │ ├── swift.lang │ │ ├── sybase.lang │ │ ├── tcl.lang │ │ ├── tcsh.lang │ │ ├── terraform.lang │ │ ├── tex.lang │ │ ├── toml.lang │ │ ├── ts.lang │ │ ├── tsql.lang │ │ ├── tsx.lang │ │ ├── ttcn3.lang │ │ ├── txt.lang │ │ ├── upc.lang │ │ ├── vala.lang │ │ ├── vb.lang │ │ ├── verilog.lang │ │ ├── vhd.lang │ │ ├── vimscript.lang │ │ ├── vue.lang │ │ ├── wat.lang │ │ ├── whiley.lang │ │ ├── wren.lang │ │ ├── xml.lang │ │ ├── xpp.lang │ │ ├── yaiff.lang │ │ ├── yaml.lang │ │ ├── yang.lang │ │ └── znn.lang │ │ └── plugins │ │ ├── asciidoc_html_add_links.lua │ │ ├── bash_functions.lua │ │ ├── bash_ref_man7_org.lua │ │ ├── comment_links.lua │ │ ├── cpp_qt.lua │ │ ├── cpp_ref_cplusplus_com.lua │ │ ├── cpp_ref_gtk_gnome_org.lua │ │ ├── cpp_ref_local_includes.lua │ │ ├── cpp_ref_qtproject_org.lua │ │ ├── cpp_ref_wxwidgets_org.lua │ │ ├── cpp_syslog.lua │ │ ├── cpp_wx.lua │ │ ├── ctags_html_tooltips.lua │ │ ├── java_library.lua │ │ ├── keywords_capitalize.lua │ │ ├── keywords_lowercase.lua │ │ ├── keywords_uppercase.lua │ │ ├── latex_single_outfile.lua │ │ ├── mark_lines.lua │ │ ├── outhtml_add_background_stripes.lua │ │ ├── outhtml_add_background_svg.lua │ │ ├── outhtml_add_figure.lua │ │ ├── outhtml_add_line.lua │ │ ├── outhtml_add_shadow.lua │ │ ├── outhtml_ansi_esc.lua │ │ ├── outhtml_codefold.lua │ │ ├── outhtml_copy_clipboard.lua │ │ ├── outhtml_curly_brackets_matcher.lua │ │ ├── outhtml_ie7_webctrl.lua │ │ ├── outhtml_keyword_matcher.lua │ │ ├── outhtml_ligature_fonts.lua │ │ ├── outhtml_lsp_clangd.lua │ │ ├── outhtml_modern_fonts.lua │ │ ├── outhtml_parantheses_matcher.lua │ │ ├── outhtml_tooltips.lua │ │ ├── perl_ref_perl_org.lua │ │ ├── python_ref_python_org.lua │ │ ├── reduce_filesize.lua │ │ ├── sam_seq.lua │ │ ├── scala_ref_scala_lang_org.lua │ │ ├── terminal_add_info.lua │ │ ├── theme_invert.lua │ │ └── token_add_state_ids.lua ├── main.swift └── share │ └── filetypes.conf ├── _config.yml ├── assets ├── about_highlight.png ├── custom_css.png ├── extensions.png ├── icon.png ├── inquiry.png ├── settings.png ├── settings_advanced.png ├── settings_format.png ├── settings_ls.png ├── settings_plain.png ├── settings_plain_editor.png ├── settings_vcs.png ├── theme_editor.png └── vcs_preview.png ├── dos2unix ├── .gitignore ├── BUGS.txt ├── COPYING.txt ├── ChangeLog.txt ├── DEVEL.txt ├── Highlight │ └── BuildProductsPath │ │ └── Release │ │ ├── dos2unix-arm64 │ │ └── dos2unix-x86_64 ├── INSTALL.txt ├── Makefile ├── Makefile.original ├── NEWS.txt ├── README.txt ├── TODO.txt ├── bcc.mak ├── build.makefile ├── common.c ├── common.h ├── djgpp.mak ├── dos2unix.c ├── dos2unix.h ├── dos2unix.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── dos2unix.xcscheme ├── emx.mak ├── highlight.css ├── man │ ├── de │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── es │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── fr │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── ko │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── man1 │ │ ├── Makefile │ │ ├── dos2unix.1 │ │ ├── dos2unix.htm │ │ ├── dos2unix.pod │ │ └── dos2unix.txt │ ├── nl │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── pl │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── pt_BR │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── ro │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── sr │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── sv │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ ├── uk │ │ └── man1 │ │ │ ├── dos2unix.1 │ │ │ ├── dos2unix.htm │ │ │ ├── dos2unix.pod │ │ │ └── dos2unix.txt │ └── zh_CN │ │ └── man1 │ │ ├── dos2unix.1 │ │ ├── dos2unix.htm │ │ ├── dos2unix.pod │ │ └── dos2unix.txt ├── po-man │ ├── de.po │ ├── dos2unix-man.pot │ ├── es.po │ ├── fr.po │ ├── ko.po │ ├── nl.po │ ├── pl.po │ ├── pt_BR.po │ ├── ro.po │ ├── sr.po │ ├── sv.po │ ├── uk.po │ └── zh_CN.po ├── po │ ├── ca.po │ ├── da.po │ ├── de.po │ ├── dos2unix.pot │ ├── eo.po │ ├── es.po │ ├── fr.po │ ├── fur.po │ ├── hu.po │ ├── ja.po │ ├── ka.po │ ├── ko.po │ ├── nb.po │ ├── nl.po │ ├── pl.po │ ├── pt_BR.po │ ├── ro.po │ ├── ru.po │ ├── sr.po │ ├── sv.po │ ├── uk.po │ ├── vi.po │ ├── zh_CN.po │ └── zh_TW.po ├── querycp.c ├── querycp.h ├── test │ ├── Makefile │ ├── README.txt │ ├── ascii.t │ ├── bom.t │ ├── chard7.txt │ ├── chardos.txt │ ├── charu7.txt │ ├── charunix.txt │ ├── chk_loc.sh │ ├── cp_1252.txt │ ├── cp_437.txt │ ├── cp_850.txt │ ├── cp_860.txt │ ├── cp_863.txt │ ├── cp_865.txt │ ├── dos 'txt.txt │ ├── dos.txt │ ├── dos_bin.txt │ ├── dos_bom.txt │ ├── dos_dbl.txt │ ├── dos_gb.txt │ ├── eol_dos.txt │ ├── eol_dosmac.txt │ ├── eol_dosunix.txt │ ├── eol_mac.txt │ ├── eol_macdos.txt │ ├── eol_macdos2.txt │ ├── eol_macunix.txt │ ├── eol_macunix2.txt │ ├── eol_unix.txt │ ├── eol_unix2.txt │ ├── gb18030.t │ ├── gb18030.txt │ ├── gb18030b.txt │ ├── gb18030u.txt │ ├── info.txt │ ├── info0.txt │ ├── info_ub.txt │ ├── info_ucs.txt │ ├── info_ul.txt │ ├── invalhig.txt │ ├── invallow.txt │ ├── iso.t │ ├── iso_1252.txt │ ├── iso_437.txt │ ├── iso_850.txt │ ├── iso_860.txt │ ├── iso_863.txt │ ├── iso_865.txt │ ├── mac.txt │ ├── mac_dbl.txt │ ├── misc.t │ ├── mixed.txt │ ├── mixedd2u.txt │ ├── mixedm2u.txt │ ├── mixedu2d.txt │ ├── mixedu2m.txt │ ├── noeol.t │ ├── noeol_dos.txt │ ├── noeol_dos_utf16.txt │ ├── noeol_dos_utf8.txt │ ├── noeol_mac.txt │ ├── noeol_unix.txt │ ├── setlocale.c │ ├── setlocale.png │ ├── stdio.t │ ├── symlink.t │ ├── testcmd.bat │ ├── testps16.ps1 │ ├── testps8.ps1 │ ├── testu16.c │ ├── uni_el_αρχείο.txt │ ├── uni_nl_ëäï.txt │ ├── uni_zh_文件.txt │ ├── unix.txt │ ├── unix_bin.txt │ ├── unix_bom.txt │ ├── unix_dbl.txt │ ├── unix_gb.txt │ ├── utf16.t │ ├── utf16.txt │ ├── utf16_gb.t │ ├── utf16be.txt │ ├── utf16ben.txt │ ├── utf16bin.txt │ ├── utf16le.txt │ ├── utf16len.txt │ ├── utf16m.txt │ ├── utf16u.txt │ ├── utf8dos.txt │ ├── utf8dosn.txt │ ├── utf8unix.txt │ ├── utf8unxb.txt │ └── wcstombs_test.c ├── unix2dos.c ├── unix2dos.h ├── vc.mak ├── version.mk ├── wcc.mif ├── wccdos16.mak ├── wccdos32.mak ├── wccos2.mak └── wccwin32.mak ├── highlight-wrapper ├── .gitignore ├── Makefile ├── boost │ ├── algorithm │ │ ├── algorithm.hpp │ │ ├── apply_permutation.hpp │ │ ├── clamp.hpp │ │ ├── cxx11 │ │ │ ├── all_of.hpp │ │ │ ├── any_of.hpp │ │ │ ├── copy_if.hpp │ │ │ ├── copy_n.hpp │ │ │ ├── find_if_not.hpp │ │ │ ├── iota.hpp │ │ │ ├── is_partitioned.hpp │ │ │ ├── is_permutation.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── none_of.hpp │ │ │ ├── one_of.hpp │ │ │ ├── partition_copy.hpp │ │ │ └── partition_point.hpp │ │ ├── cxx14 │ │ │ ├── equal.hpp │ │ │ ├── is_permutation.hpp │ │ │ └── mismatch.hpp │ │ ├── cxx17 │ │ │ ├── exclusive_scan.hpp │ │ │ ├── for_each_n.hpp │ │ │ ├── inclusive_scan.hpp │ │ │ ├── reduce.hpp │ │ │ ├── transform_exclusive_scan.hpp │ │ │ ├── transform_inclusive_scan.hpp │ │ │ └── transform_reduce.hpp │ │ ├── find_backward.hpp │ │ ├── find_not.hpp │ │ ├── gather.hpp │ │ ├── hex.hpp │ │ ├── is_clamped.hpp │ │ ├── is_palindrome.hpp │ │ ├── is_partitioned_until.hpp │ │ ├── minmax.hpp │ │ ├── minmax_element.hpp │ │ ├── searching │ │ │ ├── boyer_moore.hpp │ │ │ ├── boyer_moore_horspool.hpp │ │ │ ├── detail │ │ │ │ ├── bm_traits.hpp │ │ │ │ └── debugging.hpp │ │ │ └── knuth_morris_pratt.hpp │ │ ├── sort_subrange.hpp │ │ ├── string.hpp │ │ ├── string │ │ │ ├── case_conv.hpp │ │ │ ├── classification.hpp │ │ │ ├── compare.hpp │ │ │ ├── concept.hpp │ │ │ ├── config.hpp │ │ │ ├── constants.hpp │ │ │ ├── detail │ │ │ │ ├── case_conv.hpp │ │ │ │ ├── classification.hpp │ │ │ │ ├── find_format.hpp │ │ │ │ ├── find_format_all.hpp │ │ │ │ ├── find_format_store.hpp │ │ │ │ ├── find_iterator.hpp │ │ │ │ ├── finder.hpp │ │ │ │ ├── finder_regex.hpp │ │ │ │ ├── formatter.hpp │ │ │ │ ├── formatter_regex.hpp │ │ │ │ ├── predicate.hpp │ │ │ │ ├── replace_storage.hpp │ │ │ │ ├── sequence.hpp │ │ │ │ ├── trim.hpp │ │ │ │ └── util.hpp │ │ │ ├── erase.hpp │ │ │ ├── find.hpp │ │ │ ├── find_format.hpp │ │ │ ├── find_iterator.hpp │ │ │ ├── finder.hpp │ │ │ ├── formatter.hpp │ │ │ ├── iter_find.hpp │ │ │ ├── join.hpp │ │ │ ├── predicate.hpp │ │ │ ├── predicate_facade.hpp │ │ │ ├── regex.hpp │ │ │ ├── regex_find_format.hpp │ │ │ ├── replace.hpp │ │ │ ├── sequence_traits.hpp │ │ │ ├── split.hpp │ │ │ ├── std │ │ │ │ ├── list_traits.hpp │ │ │ │ ├── rope_traits.hpp │ │ │ │ ├── slist_traits.hpp │ │ │ │ └── string_traits.hpp │ │ │ ├── std_containers_traits.hpp │ │ │ ├── trim.hpp │ │ │ ├── trim_all.hpp │ │ │ └── yes_no_type.hpp │ │ └── string_regex.hpp │ ├── array.hpp │ ├── assert.hpp │ ├── assert │ │ └── source_location.hpp │ ├── bind │ │ ├── apply.hpp │ │ ├── arg.hpp │ │ ├── bind.hpp │ │ ├── detail │ │ │ ├── bind_cc.hpp │ │ │ ├── bind_mf2_cc.hpp │ │ │ ├── bind_mf_cc.hpp │ │ │ ├── integer_sequence.hpp │ │ │ ├── result_traits.hpp │ │ │ └── tuple_for_each.hpp │ │ ├── make_adaptable.hpp │ │ ├── mem_fn.hpp │ │ ├── placeholders.hpp │ │ ├── protect.hpp │ │ └── std_placeholders.hpp │ ├── call_traits.hpp │ ├── checked_delete.hpp │ ├── concept │ │ ├── assert.hpp │ │ ├── detail │ │ │ ├── backward_compatibility.hpp │ │ │ ├── borland.hpp │ │ │ ├── concept_def.hpp │ │ │ ├── concept_undef.hpp │ │ │ ├── general.hpp │ │ │ ├── has_constraints.hpp │ │ │ └── msvc.hpp │ │ ├── requires.hpp │ │ └── usage.hpp │ ├── concept_check.hpp │ ├── config.hpp │ ├── config │ │ ├── abi │ │ │ ├── borland_prefix.hpp │ │ │ ├── borland_suffix.hpp │ │ │ ├── msvc_prefix.hpp │ │ │ └── msvc_suffix.hpp │ │ ├── abi_prefix.hpp │ │ ├── abi_suffix.hpp │ │ ├── auto_link.hpp │ │ ├── compiler │ │ │ ├── borland.hpp │ │ │ ├── clang.hpp │ │ │ ├── clang_version.hpp │ │ │ ├── codegear.hpp │ │ │ ├── comeau.hpp │ │ │ ├── common_edg.hpp │ │ │ ├── compaq_cxx.hpp │ │ │ ├── cray.hpp │ │ │ ├── diab.hpp │ │ │ ├── digitalmars.hpp │ │ │ ├── gcc.hpp │ │ │ ├── gcc_xml.hpp │ │ │ ├── greenhills.hpp │ │ │ ├── hp_acc.hpp │ │ │ ├── intel.hpp │ │ │ ├── kai.hpp │ │ │ ├── metrowerks.hpp │ │ │ ├── mpw.hpp │ │ │ ├── nvcc.hpp │ │ │ ├── pathscale.hpp │ │ │ ├── pgi.hpp │ │ │ ├── sgi_mipspro.hpp │ │ │ ├── sunpro_cc.hpp │ │ │ ├── vacpp.hpp │ │ │ ├── visualc.hpp │ │ │ ├── xlcpp.hpp │ │ │ └── xlcpp_zos.hpp │ │ ├── detail │ │ │ ├── cxx_composite.hpp │ │ │ ├── posix_features.hpp │ │ │ ├── select_compiler_config.hpp │ │ │ ├── select_platform_config.hpp │ │ │ ├── select_stdlib_config.hpp │ │ │ └── suffix.hpp │ │ ├── header_deprecated.hpp │ │ ├── helper_macros.hpp │ │ ├── no_tr1 │ │ │ ├── cmath.hpp │ │ │ ├── complex.hpp │ │ │ ├── functional.hpp │ │ │ ├── memory.hpp │ │ │ └── utility.hpp │ │ ├── platform │ │ │ ├── aix.hpp │ │ │ ├── amigaos.hpp │ │ │ ├── beos.hpp │ │ │ ├── bsd.hpp │ │ │ ├── cloudabi.hpp │ │ │ ├── cray.hpp │ │ │ ├── cygwin.hpp │ │ │ ├── haiku.hpp │ │ │ ├── hpux.hpp │ │ │ ├── irix.hpp │ │ │ ├── linux.hpp │ │ │ ├── macos.hpp │ │ │ ├── qnxnto.hpp │ │ │ ├── solaris.hpp │ │ │ ├── symbian.hpp │ │ │ ├── vms.hpp │ │ │ ├── vxworks.hpp │ │ │ ├── wasm.hpp │ │ │ ├── win32.hpp │ │ │ └── zos.hpp │ │ ├── pragma_message.hpp │ │ ├── requires_threads.hpp │ │ ├── stdlib │ │ │ ├── dinkumware.hpp │ │ │ ├── libcomo.hpp │ │ │ ├── libcpp.hpp │ │ │ ├── libstdcpp3.hpp │ │ │ ├── modena.hpp │ │ │ ├── msl.hpp │ │ │ ├── roguewave.hpp │ │ │ ├── sgi.hpp │ │ │ ├── stlport.hpp │ │ │ ├── vacpp.hpp │ │ │ └── xlcpp_zos.hpp │ │ ├── user.hpp │ │ ├── warning_disable.hpp │ │ └── workaround.hpp │ ├── container │ │ ├── adaptive_pool.hpp │ │ ├── allocator.hpp │ │ ├── allocator_traits.hpp │ │ ├── container_fwd.hpp │ │ ├── deque.hpp │ │ ├── detail │ │ │ ├── adaptive_node_pool.hpp │ │ │ ├── adaptive_node_pool_impl.hpp │ │ │ ├── addressof.hpp │ │ │ ├── advanced_insert_int.hpp │ │ │ ├── algorithm.hpp │ │ │ ├── alloc_helpers.hpp │ │ │ ├── alloc_lib.h │ │ │ ├── allocation_type.hpp │ │ │ ├── allocator_version_traits.hpp │ │ │ ├── auto_link.hpp │ │ │ ├── block_list.hpp │ │ │ ├── block_slist.hpp │ │ │ ├── compare_functors.hpp │ │ │ ├── config_begin.hpp │ │ │ ├── config_end.hpp │ │ │ ├── construct_in_place.hpp │ │ │ ├── container_or_allocator_rebind.hpp │ │ │ ├── container_rebind.hpp │ │ │ ├── copy_move_algo.hpp │ │ │ ├── destroyers.hpp │ │ │ ├── dispatch_uses_allocator.hpp │ │ │ ├── dlmalloc.hpp │ │ │ ├── flat_tree.hpp │ │ │ ├── function_detector.hpp │ │ │ ├── guards_dended.hpp │ │ │ ├── is_container.hpp │ │ │ ├── is_contiguous_container.hpp │ │ │ ├── is_pair.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── iterator.hpp │ │ │ ├── iterator_to_raw_pointer.hpp │ │ │ ├── iterators.hpp │ │ │ ├── math_functions.hpp │ │ │ ├── min_max.hpp │ │ │ ├── minimal_char_traits_header.hpp │ │ │ ├── mpl.hpp │ │ │ ├── multiallocation_chain.hpp │ │ │ ├── mutex.hpp │ │ │ ├── next_capacity.hpp │ │ │ ├── node_alloc_holder.hpp │ │ │ ├── node_pool.hpp │ │ │ ├── node_pool_impl.hpp │ │ │ ├── pair.hpp │ │ │ ├── pair_key_mapped_of_value.hpp │ │ │ ├── placement_new.hpp │ │ │ ├── pool_common.hpp │ │ │ ├── pool_common_alloc.hpp │ │ │ ├── pool_resource.hpp │ │ │ ├── singleton.hpp │ │ │ ├── std_fwd.hpp │ │ │ ├── thread_mutex.hpp │ │ │ ├── transform_iterator.hpp │ │ │ ├── tree.hpp │ │ │ ├── type_traits.hpp │ │ │ ├── value_functors.hpp │ │ │ ├── value_init.hpp │ │ │ ├── variadic_templates_tools.hpp │ │ │ ├── version_type.hpp │ │ │ └── workaround.hpp │ │ ├── devector.hpp │ │ ├── flat_map.hpp │ │ ├── flat_set.hpp │ │ ├── list.hpp │ │ ├── map.hpp │ │ ├── new_allocator.hpp │ │ ├── node_allocator.hpp │ │ ├── node_handle.hpp │ │ ├── options.hpp │ │ ├── pmr │ │ │ ├── deque.hpp │ │ │ ├── devector.hpp │ │ │ ├── flat_map.hpp │ │ │ ├── flat_set.hpp │ │ │ ├── global_resource.hpp │ │ │ ├── list.hpp │ │ │ ├── map.hpp │ │ │ ├── memory_resource.hpp │ │ │ ├── monotonic_buffer_resource.hpp │ │ │ ├── polymorphic_allocator.hpp │ │ │ ├── pool_options.hpp │ │ │ ├── resource_adaptor.hpp │ │ │ ├── set.hpp │ │ │ ├── slist.hpp │ │ │ ├── small_vector.hpp │ │ │ ├── stable_vector.hpp │ │ │ ├── string.hpp │ │ │ ├── synchronized_pool_resource.hpp │ │ │ ├── unsynchronized_pool_resource.hpp │ │ │ └── vector.hpp │ │ ├── scoped_allocator.hpp │ │ ├── scoped_allocator_fwd.hpp │ │ ├── set.hpp │ │ ├── slist.hpp │ │ ├── small_vector.hpp │ │ ├── stable_vector.hpp │ │ ├── static_vector.hpp │ │ ├── string.hpp │ │ ├── throw_exception.hpp │ │ ├── uses_allocator.hpp │ │ ├── uses_allocator_fwd.hpp │ │ └── vector.hpp │ ├── core │ │ ├── addressof.hpp │ │ ├── alloc_construct.hpp │ │ ├── allocator_access.hpp │ │ ├── allocator_traits.hpp │ │ ├── checked_delete.hpp │ │ ├── cmath.hpp │ │ ├── default_allocator.hpp │ │ ├── demangle.hpp │ │ ├── detail │ │ │ ├── is_same.hpp │ │ │ ├── lwt_unattended.hpp │ │ │ ├── sp_thread_pause.hpp │ │ │ ├── sp_thread_sleep.hpp │ │ │ ├── sp_thread_yield.hpp │ │ │ ├── sp_win32_sleep.hpp │ │ │ ├── splitmix64.hpp │ │ │ └── string_view.hpp │ │ ├── empty_value.hpp │ │ ├── enable_if.hpp │ │ ├── exchange.hpp │ │ ├── explicit_operator_bool.hpp │ │ ├── first_scalar.hpp │ │ ├── ignore_unused.hpp │ │ ├── invoke_swap.hpp │ │ ├── is_same.hpp │ │ ├── launder.hpp │ │ ├── lightweight_test.hpp │ │ ├── lightweight_test_trait.hpp │ │ ├── no_exceptions_support.hpp │ │ ├── noinit_adaptor.hpp │ │ ├── noncopyable.hpp │ │ ├── null_deleter.hpp │ │ ├── nvp.hpp │ │ ├── pointer_traits.hpp │ │ ├── quick_exit.hpp │ │ ├── ref.hpp │ │ ├── scoped_enum.hpp │ │ ├── snprintf.hpp │ │ ├── swap.hpp │ │ ├── typeinfo.hpp │ │ ├── uncaught_exceptions.hpp │ │ ├── underlying_type.hpp │ │ ├── use_default.hpp │ │ └── yield_primitives.hpp │ ├── cstdint.hpp │ ├── current_function.hpp │ ├── detail │ │ ├── algorithm.hpp │ │ ├── allocator_utilities.hpp │ │ ├── atomic_count.hpp │ │ ├── basic_pointerbuf.hpp │ │ ├── binary_search.hpp │ │ ├── bitmask.hpp │ │ ├── call_traits.hpp │ │ ├── catch_exceptions.hpp │ │ ├── compressed_pair.hpp │ │ ├── container_fwd.hpp │ │ ├── fenv.hpp │ │ ├── has_default_constructor.hpp │ │ ├── identifier.hpp │ │ ├── indirect_traits.hpp │ │ ├── interlocked.hpp │ │ ├── is_incrementable.hpp │ │ ├── is_sorted.hpp │ │ ├── is_xxx.hpp │ │ ├── iterator.hpp │ │ ├── lcast_precision.hpp │ │ ├── lightweight_main.hpp │ │ ├── lightweight_mutex.hpp │ │ ├── lightweight_test.hpp │ │ ├── lightweight_test_report.hpp │ │ ├── lightweight_thread.hpp │ │ ├── named_template_params.hpp │ │ ├── no_exceptions_support.hpp │ │ ├── numeric_traits.hpp │ │ ├── ob_compressed_pair.hpp │ │ ├── quick_allocator.hpp │ │ ├── reference_content.hpp │ │ ├── scoped_enum_emulation.hpp │ │ ├── select_type.hpp │ │ ├── sp_typeinfo.hpp │ │ ├── templated_streams.hpp │ │ ├── utf8_codecvt_facet.hpp │ │ ├── utf8_codecvt_facet.ipp │ │ ├── winapi │ │ │ ├── access_rights.hpp │ │ │ ├── apc.hpp │ │ │ ├── basic_types.hpp │ │ │ ├── bcrypt.hpp │ │ │ ├── character_code_conversion.hpp │ │ │ ├── condition_variable.hpp │ │ │ ├── config.hpp │ │ │ ├── critical_section.hpp │ │ │ ├── crypt.hpp │ │ │ ├── dbghelp.hpp │ │ │ ├── debugapi.hpp │ │ │ ├── detail │ │ │ │ └── deprecated_namespace.hpp │ │ │ ├── directory_management.hpp │ │ │ ├── dll.hpp │ │ │ ├── environment.hpp │ │ │ ├── error_codes.hpp │ │ │ ├── error_handling.hpp │ │ │ ├── event.hpp │ │ │ ├── file_management.hpp │ │ │ ├── file_mapping.hpp │ │ │ ├── get_current_process.hpp │ │ │ ├── get_current_process_id.hpp │ │ │ ├── get_current_thread.hpp │ │ │ ├── get_current_thread_id.hpp │ │ │ ├── get_last_error.hpp │ │ │ ├── get_process_times.hpp │ │ │ ├── get_system_directory.hpp │ │ │ ├── get_thread_times.hpp │ │ │ ├── handle_info.hpp │ │ │ ├── handles.hpp │ │ │ ├── heap_memory.hpp │ │ │ ├── init_once.hpp │ │ │ ├── jobs.hpp │ │ │ ├── limits.hpp │ │ │ ├── local_memory.hpp │ │ │ ├── memory.hpp │ │ │ ├── mutex.hpp │ │ │ ├── overlapped.hpp │ │ │ ├── page_protection_flags.hpp │ │ │ ├── pipes.hpp │ │ │ ├── priority_class.hpp │ │ │ ├── process.hpp │ │ │ ├── security.hpp │ │ │ ├── semaphore.hpp │ │ │ ├── shell.hpp │ │ │ ├── show_window.hpp │ │ │ ├── srw_lock.hpp │ │ │ ├── stack_backtrace.hpp │ │ │ ├── synchronization.hpp │ │ │ ├── system.hpp │ │ │ ├── thread.hpp │ │ │ ├── thread_pool.hpp │ │ │ ├── time.hpp │ │ │ ├── timers.hpp │ │ │ ├── tls.hpp │ │ │ ├── wait.hpp │ │ │ └── waitable_timer.hpp │ │ └── workaround.hpp │ ├── exception │ │ ├── all.hpp │ │ ├── current_exception_cast.hpp │ │ ├── detail │ │ │ ├── clone_current_exception.hpp │ │ │ ├── error_info_impl.hpp │ │ │ ├── exception_ptr.hpp │ │ │ ├── is_output_streamable.hpp │ │ │ ├── object_hex_dump.hpp │ │ │ ├── shared_ptr.hpp │ │ │ └── type_info.hpp │ │ ├── diagnostic_information.hpp │ │ ├── enable_current_exception.hpp │ │ ├── enable_error_info.hpp │ │ ├── errinfo_api_function.hpp │ │ ├── errinfo_at_line.hpp │ │ ├── errinfo_errno.hpp │ │ ├── errinfo_file_handle.hpp │ │ ├── errinfo_file_name.hpp │ │ ├── errinfo_file_open_mode.hpp │ │ ├── errinfo_nested_exception.hpp │ │ ├── errinfo_type_info_name.hpp │ │ ├── error_info.hpp │ │ ├── exception.hpp │ │ ├── get_error_info.hpp │ │ ├── info.hpp │ │ ├── info_tuple.hpp │ │ ├── to_string.hpp │ │ └── to_string_stub.hpp │ ├── fusion │ │ ├── adapted.hpp │ │ ├── adapted │ │ │ ├── adt.hpp │ │ │ ├── adt │ │ │ │ ├── adapt_adt.hpp │ │ │ │ ├── adapt_adt_named.hpp │ │ │ │ ├── adapt_assoc_adt.hpp │ │ │ │ ├── adapt_assoc_adt_named.hpp │ │ │ │ └── detail │ │ │ │ │ ├── adapt_base.hpp │ │ │ │ │ ├── adapt_base_assoc_attr_filler.hpp │ │ │ │ │ ├── adapt_base_attr_filler.hpp │ │ │ │ │ └── extension.hpp │ │ │ ├── array.hpp │ │ │ ├── array │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── category_of_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ ├── is_view_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── tag_of.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── boost_array.hpp │ │ │ ├── boost_array │ │ │ │ ├── array_iterator.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ └── tag_of.hpp │ │ │ ├── boost_tuple.hpp │ │ │ ├── boost_tuple │ │ │ │ ├── boost_tuple_iterator.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── build_cons.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ ├── mpl │ │ │ │ │ └── clear.hpp │ │ │ │ └── tag_of.hpp │ │ │ ├── mpl.hpp │ │ │ ├── mpl │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── has_key_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ └── mpl_iterator.hpp │ │ │ ├── std_array.hpp │ │ │ ├── std_array │ │ │ │ ├── detail │ │ │ │ │ ├── array_size.hpp │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ ├── std_array_iterator.hpp │ │ │ │ └── tag_of.hpp │ │ │ ├── std_pair.hpp │ │ │ ├── std_tuple.hpp │ │ │ ├── std_tuple │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── build_std_tuple.hpp │ │ │ │ │ ├── category_of_impl.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── is_view_impl.hpp │ │ │ │ │ ├── size_impl.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ ├── mpl │ │ │ │ │ └── clear.hpp │ │ │ │ ├── std_tuple_iterator.hpp │ │ │ │ └── tag_of.hpp │ │ │ ├── struct.hpp │ │ │ └── struct │ │ │ │ ├── adapt_assoc_struct.hpp │ │ │ │ ├── adapt_assoc_struct_named.hpp │ │ │ │ ├── adapt_struct.hpp │ │ │ │ ├── adapt_struct_named.hpp │ │ │ │ ├── define_assoc_struct.hpp │ │ │ │ ├── define_struct.hpp │ │ │ │ ├── define_struct_inline.hpp │ │ │ │ └── detail │ │ │ │ ├── adapt_auto.hpp │ │ │ │ ├── adapt_base.hpp │ │ │ │ ├── adapt_base_assoc_attr_filler.hpp │ │ │ │ ├── adapt_base_attr_filler.hpp │ │ │ │ ├── adapt_is_tpl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── category_of_impl.hpp │ │ │ │ ├── define_struct.hpp │ │ │ │ ├── define_struct_inline.hpp │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── extension.hpp │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ ├── is_view_impl.hpp │ │ │ │ ├── key_of_impl.hpp │ │ │ │ ├── namespace.hpp │ │ │ │ ├── preprocessor │ │ │ │ └── is_seq.hpp │ │ │ │ ├── proxy_type.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ ├── algorithm.hpp │ │ ├── algorithm │ │ │ ├── auxiliary.hpp │ │ │ ├── auxiliary │ │ │ │ ├── copy.hpp │ │ │ │ └── move.hpp │ │ │ ├── iteration.hpp │ │ │ ├── iteration │ │ │ │ ├── accumulate.hpp │ │ │ │ ├── accumulate_fwd.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── fold.hpp │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── fold.hpp │ │ │ │ │ │ ├── iter_fold.hpp │ │ │ │ │ │ ├── reverse_fold.hpp │ │ │ │ │ │ └── reverse_iter_fold.hpp │ │ │ │ │ ├── segmented_fold.hpp │ │ │ │ │ └── segmented_for_each.hpp │ │ │ │ ├── fold.hpp │ │ │ │ ├── fold_fwd.hpp │ │ │ │ ├── for_each.hpp │ │ │ │ ├── for_each_fwd.hpp │ │ │ │ ├── iter_fold.hpp │ │ │ │ ├── iter_fold_fwd.hpp │ │ │ │ ├── reverse_fold.hpp │ │ │ │ ├── reverse_fold_fwd.hpp │ │ │ │ ├── reverse_iter_fold.hpp │ │ │ │ └── reverse_iter_fold_fwd.hpp │ │ │ ├── query.hpp │ │ │ ├── query │ │ │ │ ├── all.hpp │ │ │ │ ├── any.hpp │ │ │ │ ├── count.hpp │ │ │ │ ├── count_if.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── all.hpp │ │ │ │ │ ├── any.hpp │ │ │ │ │ ├── count.hpp │ │ │ │ │ ├── count_if.hpp │ │ │ │ │ ├── find_if.hpp │ │ │ │ │ ├── segmented_find.hpp │ │ │ │ │ └── segmented_find_if.hpp │ │ │ │ ├── find.hpp │ │ │ │ ├── find_fwd.hpp │ │ │ │ ├── find_if.hpp │ │ │ │ ├── find_if_fwd.hpp │ │ │ │ └── none.hpp │ │ │ ├── transformation.hpp │ │ │ └── transformation │ │ │ │ ├── clear.hpp │ │ │ │ ├── detail │ │ │ │ ├── preprocessed │ │ │ │ │ ├── zip.hpp │ │ │ │ │ ├── zip10.hpp │ │ │ │ │ ├── zip20.hpp │ │ │ │ │ ├── zip30.hpp │ │ │ │ │ ├── zip40.hpp │ │ │ │ │ └── zip50.hpp │ │ │ │ ├── replace.hpp │ │ │ │ └── replace_if.hpp │ │ │ │ ├── erase.hpp │ │ │ │ ├── erase_key.hpp │ │ │ │ ├── filter.hpp │ │ │ │ ├── filter_if.hpp │ │ │ │ ├── flatten.hpp │ │ │ │ ├── insert.hpp │ │ │ │ ├── insert_range.hpp │ │ │ │ ├── join.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── remove.hpp │ │ │ │ ├── remove_if.hpp │ │ │ │ ├── replace.hpp │ │ │ │ ├── replace_if.hpp │ │ │ │ ├── reverse.hpp │ │ │ │ ├── transform.hpp │ │ │ │ └── zip.hpp │ │ ├── container.hpp │ │ ├── container │ │ │ ├── deque.hpp │ │ │ ├── deque │ │ │ │ ├── back_extended_deque.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── deque_fwd.hpp │ │ │ │ ├── deque_iterator.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── build_deque.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ ├── as_deque.hpp │ │ │ │ │ │ ├── build_deque.hpp │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ ├── deque_forward_ctor.hpp │ │ │ │ │ │ ├── deque_fwd.hpp │ │ │ │ │ │ ├── deque_initial_size.hpp │ │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ │ ├── deque_keyed_values_call.hpp │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ └── preprocessed │ │ │ │ │ │ │ ├── as_deque.hpp │ │ │ │ │ │ │ ├── as_deque10.hpp │ │ │ │ │ │ │ ├── as_deque20.hpp │ │ │ │ │ │ │ ├── as_deque30.hpp │ │ │ │ │ │ │ ├── as_deque40.hpp │ │ │ │ │ │ │ ├── as_deque50.hpp │ │ │ │ │ │ │ ├── deque.hpp │ │ │ │ │ │ │ ├── deque10.hpp │ │ │ │ │ │ │ ├── deque10_fwd.hpp │ │ │ │ │ │ │ ├── deque20.hpp │ │ │ │ │ │ │ ├── deque20_fwd.hpp │ │ │ │ │ │ │ ├── deque30.hpp │ │ │ │ │ │ │ ├── deque30_fwd.hpp │ │ │ │ │ │ │ ├── deque40.hpp │ │ │ │ │ │ │ ├── deque40_fwd.hpp │ │ │ │ │ │ │ ├── deque50.hpp │ │ │ │ │ │ │ ├── deque50_fwd.hpp │ │ │ │ │ │ │ ├── deque_fwd.hpp │ │ │ │ │ │ │ ├── deque_initial_size.hpp │ │ │ │ │ │ │ ├── deque_initial_size10.hpp │ │ │ │ │ │ │ ├── deque_initial_size20.hpp │ │ │ │ │ │ │ ├── deque_initial_size30.hpp │ │ │ │ │ │ │ ├── deque_initial_size40.hpp │ │ │ │ │ │ │ ├── deque_initial_size50.hpp │ │ │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ │ │ ├── deque_keyed_values10.hpp │ │ │ │ │ │ │ ├── deque_keyed_values20.hpp │ │ │ │ │ │ │ ├── deque_keyed_values30.hpp │ │ │ │ │ │ │ ├── deque_keyed_values40.hpp │ │ │ │ │ │ │ └── deque_keyed_values50.hpp │ │ │ │ │ ├── deque_keyed_values.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── is_sequence_impl.hpp │ │ │ │ │ ├── keyed_element.hpp │ │ │ │ │ └── value_at_impl.hpp │ │ │ │ └── front_extended_deque.hpp │ │ │ ├── generation.hpp │ │ │ ├── generation │ │ │ │ ├── cons_tie.hpp │ │ │ │ ├── deque_tie.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── pp_deque_tie.hpp │ │ │ │ │ ├── pp_list_tie.hpp │ │ │ │ │ ├── pp_make_deque.hpp │ │ │ │ │ ├── pp_make_list.hpp │ │ │ │ │ ├── pp_make_map.hpp │ │ │ │ │ ├── pp_make_set.hpp │ │ │ │ │ ├── pp_make_vector.hpp │ │ │ │ │ ├── pp_map_tie.hpp │ │ │ │ │ ├── pp_vector_tie.hpp │ │ │ │ │ └── preprocessed │ │ │ │ │ │ ├── deque_tie.hpp │ │ │ │ │ │ ├── deque_tie10.hpp │ │ │ │ │ │ ├── deque_tie20.hpp │ │ │ │ │ │ ├── deque_tie30.hpp │ │ │ │ │ │ ├── deque_tie40.hpp │ │ │ │ │ │ ├── deque_tie50.hpp │ │ │ │ │ │ ├── list_tie.hpp │ │ │ │ │ │ ├── list_tie10.hpp │ │ │ │ │ │ ├── list_tie20.hpp │ │ │ │ │ │ ├── list_tie30.hpp │ │ │ │ │ │ ├── list_tie40.hpp │ │ │ │ │ │ ├── list_tie50.hpp │ │ │ │ │ │ ├── make_deque.hpp │ │ │ │ │ │ ├── make_deque10.hpp │ │ │ │ │ │ ├── make_deque20.hpp │ │ │ │ │ │ ├── make_deque30.hpp │ │ │ │ │ │ ├── make_deque40.hpp │ │ │ │ │ │ ├── make_deque50.hpp │ │ │ │ │ │ ├── make_list.hpp │ │ │ │ │ │ ├── make_list10.hpp │ │ │ │ │ │ ├── make_list20.hpp │ │ │ │ │ │ ├── make_list30.hpp │ │ │ │ │ │ ├── make_list40.hpp │ │ │ │ │ │ ├── make_list50.hpp │ │ │ │ │ │ ├── make_map.hpp │ │ │ │ │ │ ├── make_map10.hpp │ │ │ │ │ │ ├── make_map20.hpp │ │ │ │ │ │ ├── make_map30.hpp │ │ │ │ │ │ ├── make_map40.hpp │ │ │ │ │ │ ├── make_map50.hpp │ │ │ │ │ │ ├── make_set.hpp │ │ │ │ │ │ ├── make_set10.hpp │ │ │ │ │ │ ├── make_set20.hpp │ │ │ │ │ │ ├── make_set30.hpp │ │ │ │ │ │ ├── make_set40.hpp │ │ │ │ │ │ ├── make_set50.hpp │ │ │ │ │ │ ├── make_vector.hpp │ │ │ │ │ │ ├── make_vector10.hpp │ │ │ │ │ │ ├── make_vector20.hpp │ │ │ │ │ │ ├── make_vector30.hpp │ │ │ │ │ │ ├── make_vector40.hpp │ │ │ │ │ │ ├── make_vector50.hpp │ │ │ │ │ │ ├── map_tie.hpp │ │ │ │ │ │ ├── map_tie10.hpp │ │ │ │ │ │ ├── map_tie20.hpp │ │ │ │ │ │ ├── map_tie30.hpp │ │ │ │ │ │ ├── map_tie40.hpp │ │ │ │ │ │ ├── map_tie50.hpp │ │ │ │ │ │ ├── vector_tie.hpp │ │ │ │ │ │ ├── vector_tie10.hpp │ │ │ │ │ │ ├── vector_tie20.hpp │ │ │ │ │ │ ├── vector_tie30.hpp │ │ │ │ │ │ ├── vector_tie40.hpp │ │ │ │ │ │ └── vector_tie50.hpp │ │ │ │ ├── ignore.hpp │ │ │ │ ├── list_tie.hpp │ │ │ │ ├── make_cons.hpp │ │ │ │ ├── make_deque.hpp │ │ │ │ ├── make_list.hpp │ │ │ │ ├── make_map.hpp │ │ │ │ ├── make_set.hpp │ │ │ │ ├── make_vector.hpp │ │ │ │ ├── map_tie.hpp │ │ │ │ ├── pair_tie.hpp │ │ │ │ └── vector_tie.hpp │ │ │ ├── list.hpp │ │ │ ├── list │ │ │ │ ├── cons.hpp │ │ │ │ ├── cons_fwd.hpp │ │ │ │ ├── cons_iterator.hpp │ │ │ │ ├── convert.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── build_cons.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ ├── list_forward_ctor.hpp │ │ │ │ │ │ ├── list_fwd.hpp │ │ │ │ │ │ ├── list_to_cons.hpp │ │ │ │ │ │ ├── list_to_cons_call.hpp │ │ │ │ │ │ └── preprocessed │ │ │ │ │ │ │ ├── list.hpp │ │ │ │ │ │ │ ├── list10.hpp │ │ │ │ │ │ │ ├── list10_fwd.hpp │ │ │ │ │ │ │ ├── list20.hpp │ │ │ │ │ │ │ ├── list20_fwd.hpp │ │ │ │ │ │ │ ├── list30.hpp │ │ │ │ │ │ │ ├── list30_fwd.hpp │ │ │ │ │ │ │ ├── list40.hpp │ │ │ │ │ │ │ ├── list40_fwd.hpp │ │ │ │ │ │ │ ├── list50.hpp │ │ │ │ │ │ │ ├── list50_fwd.hpp │ │ │ │ │ │ │ ├── list_fwd.hpp │ │ │ │ │ │ │ ├── list_to_cons.hpp │ │ │ │ │ │ │ ├── list_to_cons10.hpp │ │ │ │ │ │ │ ├── list_to_cons20.hpp │ │ │ │ │ │ │ ├── list_to_cons30.hpp │ │ │ │ │ │ │ ├── list_to_cons40.hpp │ │ │ │ │ │ │ └── list_to_cons50.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── empty_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ │ ├── list_to_cons.hpp │ │ │ │ │ ├── next_impl.hpp │ │ │ │ │ ├── reverse_cons.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── list_fwd.hpp │ │ │ │ └── nil.hpp │ │ │ ├── map.hpp │ │ │ ├── map │ │ │ │ ├── convert.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ ├── at_key_impl.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── build_map.hpp │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ ├── as_map.hpp │ │ │ │ │ │ ├── at_impl.hpp │ │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ │ ├── convert.hpp │ │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ ├── map_forward_ctor.hpp │ │ │ │ │ │ ├── map_fwd.hpp │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ ├── as_map.hpp │ │ │ │ │ │ │ ├── as_map10.hpp │ │ │ │ │ │ │ ├── as_map20.hpp │ │ │ │ │ │ │ ├── as_map30.hpp │ │ │ │ │ │ │ ├── as_map40.hpp │ │ │ │ │ │ │ ├── as_map50.hpp │ │ │ │ │ │ │ ├── map.hpp │ │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ │ ├── map10_fwd.hpp │ │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ │ ├── map20_fwd.hpp │ │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ │ ├── map30_fwd.hpp │ │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ │ ├── map40_fwd.hpp │ │ │ │ │ │ │ ├── map50.hpp │ │ │ │ │ │ │ ├── map50_fwd.hpp │ │ │ │ │ │ │ └── map_fwd.hpp │ │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── map_impl.hpp │ │ │ │ │ ├── map_index.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ └── value_at_key_impl.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── map_fwd.hpp │ │ │ │ └── map_iterator.hpp │ │ │ ├── set.hpp │ │ │ ├── set │ │ │ │ ├── convert.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── as_set.hpp │ │ │ │ │ ├── begin_impl.hpp │ │ │ │ │ ├── convert_impl.hpp │ │ │ │ │ ├── cpp03 │ │ │ │ │ │ ├── as_set.hpp │ │ │ │ │ │ ├── limits.hpp │ │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ │ ├── as_set.hpp │ │ │ │ │ │ │ ├── as_set10.hpp │ │ │ │ │ │ │ ├── as_set20.hpp │ │ │ │ │ │ │ ├── as_set30.hpp │ │ │ │ │ │ │ ├── as_set40.hpp │ │ │ │ │ │ │ ├── as_set50.hpp │ │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ │ ├── set10.hpp │ │ │ │ │ │ │ ├── set10_fwd.hpp │ │ │ │ │ │ │ ├── set20.hpp │ │ │ │ │ │ │ ├── set20_fwd.hpp │ │ │ │ │ │ │ ├── set30.hpp │ │ │ │ │ │ │ ├── set30_fwd.hpp │ │ │ │ │ │ │ ├── set40.hpp │ │ │ │ │ │ │ ├── set40_fwd.hpp │ │ │ │ │ │ │ ├── set50.hpp │ │ │ │ │ │ │ ├── set50_fwd.hpp │ │ │ │ │ │ │ └── set_fwd.hpp │ │ │ │ │ │ ├── set.hpp │ │ │ │ │ │ ├── set_forward_ctor.hpp │ │ │ │ │ │ └── set_fwd.hpp │ │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ │ ├── deref_impl.hpp │ │ │ │ │ ├── end_impl.hpp │ │ │ │ │ ├── key_of_impl.hpp │ │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── set.hpp │ │ │ │ └── set_fwd.hpp │ │ │ ├── vector.hpp │ │ │ └── vector │ │ │ │ ├── convert.hpp │ │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── as_vector.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── config.hpp │ │ │ │ ├── convert_impl.hpp │ │ │ │ ├── cpp03 │ │ │ │ │ ├── as_vector.hpp │ │ │ │ │ ├── limits.hpp │ │ │ │ │ ├── preprocessed │ │ │ │ │ │ ├── as_vector.hpp │ │ │ │ │ │ ├── as_vector10.hpp │ │ │ │ │ │ ├── as_vector20.hpp │ │ │ │ │ │ ├── as_vector30.hpp │ │ │ │ │ │ ├── as_vector40.hpp │ │ │ │ │ │ ├── as_vector50.hpp │ │ │ │ │ │ ├── vector.hpp │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_fwd.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_fwd.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_fwd.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_fwd.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ ├── vector50_fwd.hpp │ │ │ │ │ │ ├── vector_chooser.hpp │ │ │ │ │ │ ├── vector_chooser10.hpp │ │ │ │ │ │ ├── vector_chooser20.hpp │ │ │ │ │ │ ├── vector_chooser30.hpp │ │ │ │ │ │ ├── vector_chooser40.hpp │ │ │ │ │ │ ├── vector_chooser50.hpp │ │ │ │ │ │ ├── vector_fwd.hpp │ │ │ │ │ │ ├── vvector10.hpp │ │ │ │ │ │ ├── vvector10_fwd.hpp │ │ │ │ │ │ ├── vvector20.hpp │ │ │ │ │ │ ├── vvector20_fwd.hpp │ │ │ │ │ │ ├── vvector30.hpp │ │ │ │ │ │ ├── vvector30_fwd.hpp │ │ │ │ │ │ ├── vvector40.hpp │ │ │ │ │ │ ├── vvector40_fwd.hpp │ │ │ │ │ │ ├── vvector50.hpp │ │ │ │ │ │ └── vvector50_fwd.hpp │ │ │ │ │ ├── value_at_impl.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ ├── vector10_fwd.hpp │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ ├── vector20_fwd.hpp │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ ├── vector30_fwd.hpp │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ ├── vector40_fwd.hpp │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ ├── vector50_fwd.hpp │ │ │ │ │ ├── vector_forward_ctor.hpp │ │ │ │ │ ├── vector_fwd.hpp │ │ │ │ │ ├── vector_n.hpp │ │ │ │ │ └── vector_n_chooser.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ │ ├── vector.hpp │ │ │ │ ├── vector10.hpp │ │ │ │ ├── vector20.hpp │ │ │ │ ├── vector30.hpp │ │ │ │ ├── vector40.hpp │ │ │ │ ├── vector50.hpp │ │ │ │ ├── vector_fwd.hpp │ │ │ │ └── vector_iterator.hpp │ │ ├── functional.hpp │ │ ├── functional │ │ │ ├── adapter.hpp │ │ │ ├── adapter │ │ │ │ ├── detail │ │ │ │ │ └── access.hpp │ │ │ │ ├── fused.hpp │ │ │ │ ├── fused_function_object.hpp │ │ │ │ ├── fused_procedure.hpp │ │ │ │ ├── limits.hpp │ │ │ │ ├── unfused.hpp │ │ │ │ └── unfused_typed.hpp │ │ │ ├── generation.hpp │ │ │ ├── generation │ │ │ │ ├── detail │ │ │ │ │ └── gen_make_adapter.hpp │ │ │ │ ├── make_fused.hpp │ │ │ │ ├── make_fused_function_object.hpp │ │ │ │ ├── make_fused_procedure.hpp │ │ │ │ └── make_unfused.hpp │ │ │ ├── invocation.hpp │ │ │ └── invocation │ │ │ │ ├── detail │ │ │ │ └── that_ptr.hpp │ │ │ │ ├── invoke.hpp │ │ │ │ ├── invoke_function_object.hpp │ │ │ │ ├── invoke_procedure.hpp │ │ │ │ └── limits.hpp │ │ ├── include │ │ │ ├── accumulate.hpp │ │ │ ├── adapt_adt.hpp │ │ │ ├── adapt_adt_named.hpp │ │ │ ├── adapt_assoc_adt.hpp │ │ │ ├── adapt_assoc_adt_named.hpp │ │ │ ├── adapt_assoc_struct.hpp │ │ │ ├── adapt_assoc_struct_named.hpp │ │ │ ├── adapt_struct.hpp │ │ │ ├── adapt_struct_named.hpp │ │ │ ├── adapted.hpp │ │ │ ├── adapter.hpp │ │ │ ├── advance.hpp │ │ │ ├── algorithm.hpp │ │ │ ├── all.hpp │ │ │ ├── any.hpp │ │ │ ├── array.hpp │ │ │ ├── as_deque.hpp │ │ │ ├── as_list.hpp │ │ │ ├── as_map.hpp │ │ │ ├── as_set.hpp │ │ │ ├── as_vector.hpp │ │ │ ├── at.hpp │ │ │ ├── at_c.hpp │ │ │ ├── at_key.hpp │ │ │ ├── auxiliary.hpp │ │ │ ├── back.hpp │ │ │ ├── begin.hpp │ │ │ ├── boost_array.hpp │ │ │ ├── boost_tuple.hpp │ │ │ ├── category_of.hpp │ │ │ ├── clear.hpp │ │ │ ├── comparison.hpp │ │ │ ├── cons.hpp │ │ │ ├── cons_tie.hpp │ │ │ ├── container.hpp │ │ │ ├── convert.hpp │ │ │ ├── copy.hpp │ │ │ ├── count.hpp │ │ │ ├── count_if.hpp │ │ │ ├── deduce.hpp │ │ │ ├── deduce_sequence.hpp │ │ │ ├── define_assoc_struct.hpp │ │ │ ├── define_struct.hpp │ │ │ ├── define_struct_inline.hpp │ │ │ ├── deque.hpp │ │ │ ├── deque_fwd.hpp │ │ │ ├── deque_tie.hpp │ │ │ ├── deref.hpp │ │ │ ├── deref_data.hpp │ │ │ ├── distance.hpp │ │ │ ├── empty.hpp │ │ │ ├── end.hpp │ │ │ ├── equal_to.hpp │ │ │ ├── erase.hpp │ │ │ ├── erase_key.hpp │ │ │ ├── filter.hpp │ │ │ ├── filter_if.hpp │ │ │ ├── filter_view.hpp │ │ │ ├── find.hpp │ │ │ ├── find_if.hpp │ │ │ ├── flatten.hpp │ │ │ ├── flatten_view.hpp │ │ │ ├── fold.hpp │ │ │ ├── for_each.hpp │ │ │ ├── front.hpp │ │ │ ├── functional.hpp │ │ │ ├── fused.hpp │ │ │ ├── fused_function_object.hpp │ │ │ ├── fused_procedure.hpp │ │ │ ├── generation.hpp │ │ │ ├── greater.hpp │ │ │ ├── greater_equal.hpp │ │ │ ├── has_key.hpp │ │ │ ├── hash.hpp │ │ │ ├── identity_view.hpp │ │ │ ├── ignore.hpp │ │ │ ├── in.hpp │ │ │ ├── insert.hpp │ │ │ ├── insert_range.hpp │ │ │ ├── intrinsic.hpp │ │ │ ├── invocation.hpp │ │ │ ├── invoke.hpp │ │ │ ├── invoke_function_object.hpp │ │ │ ├── invoke_procedure.hpp │ │ │ ├── io.hpp │ │ │ ├── is_iterator.hpp │ │ │ ├── is_segmented.hpp │ │ │ ├── is_sequence.hpp │ │ │ ├── is_view.hpp │ │ │ ├── iter_fold.hpp │ │ │ ├── iteration.hpp │ │ │ ├── iterator.hpp │ │ │ ├── iterator_adapter.hpp │ │ │ ├── iterator_base.hpp │ │ │ ├── iterator_facade.hpp │ │ │ ├── iterator_range.hpp │ │ │ ├── join.hpp │ │ │ ├── joint_view.hpp │ │ │ ├── key_of.hpp │ │ │ ├── less.hpp │ │ │ ├── less_equal.hpp │ │ │ ├── list.hpp │ │ │ ├── list_fwd.hpp │ │ │ ├── list_tie.hpp │ │ │ ├── make_cons.hpp │ │ │ ├── make_deque.hpp │ │ │ ├── make_fused.hpp │ │ │ ├── make_fused_function_object.hpp │ │ │ ├── make_fused_procedure.hpp │ │ │ ├── make_list.hpp │ │ │ ├── make_map.hpp │ │ │ ├── make_set.hpp │ │ │ ├── make_tuple.hpp │ │ │ ├── make_unfused.hpp │ │ │ ├── make_vector.hpp │ │ │ ├── map.hpp │ │ │ ├── map_fwd.hpp │ │ │ ├── map_tie.hpp │ │ │ ├── move.hpp │ │ │ ├── mpl.hpp │ │ │ ├── next.hpp │ │ │ ├── nil.hpp │ │ │ ├── none.hpp │ │ │ ├── not_equal_to.hpp │ │ │ ├── nview.hpp │ │ │ ├── out.hpp │ │ │ ├── pair.hpp │ │ │ ├── pair_tie.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── prior.hpp │ │ │ ├── proxy_type.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── query.hpp │ │ │ ├── remove.hpp │ │ │ ├── remove_if.hpp │ │ │ ├── repetitive_view.hpp │ │ │ ├── replace.hpp │ │ │ ├── replace_if.hpp │ │ │ ├── reverse.hpp │ │ │ ├── reverse_fold.hpp │ │ │ ├── reverse_iter_fold.hpp │ │ │ ├── reverse_view.hpp │ │ │ ├── segmented_fold_until.hpp │ │ │ ├── segmented_iterator.hpp │ │ │ ├── segments.hpp │ │ │ ├── sequence.hpp │ │ │ ├── sequence_base.hpp │ │ │ ├── sequence_facade.hpp │ │ │ ├── set.hpp │ │ │ ├── set_fwd.hpp │ │ │ ├── single_view.hpp │ │ │ ├── size.hpp │ │ │ ├── std_array.hpp │ │ │ ├── std_pair.hpp │ │ │ ├── std_tuple.hpp │ │ │ ├── struct.hpp │ │ │ ├── support.hpp │ │ │ ├── swap.hpp │ │ │ ├── tag_of.hpp │ │ │ ├── tag_of_fwd.hpp │ │ │ ├── transform.hpp │ │ │ ├── transform_view.hpp │ │ │ ├── transformation.hpp │ │ │ ├── tuple.hpp │ │ │ ├── tuple_fwd.hpp │ │ │ ├── tuple_tie.hpp │ │ │ ├── unfused.hpp │ │ │ ├── unfused_typed.hpp │ │ │ ├── unused.hpp │ │ │ ├── value_at.hpp │ │ │ ├── value_at_key.hpp │ │ │ ├── value_of.hpp │ │ │ ├── value_of_data.hpp │ │ │ ├── vector.hpp │ │ │ ├── vector10.hpp │ │ │ ├── vector20.hpp │ │ │ ├── vector30.hpp │ │ │ ├── vector40.hpp │ │ │ ├── vector50.hpp │ │ │ ├── vector_fwd.hpp │ │ │ ├── vector_tie.hpp │ │ │ ├── view.hpp │ │ │ ├── void.hpp │ │ │ ├── zip.hpp │ │ │ └── zip_view.hpp │ │ ├── iterator.hpp │ │ ├── iterator │ │ │ ├── advance.hpp │ │ │ ├── basic_iterator.hpp │ │ │ ├── deref.hpp │ │ │ ├── deref_data.hpp │ │ │ ├── detail │ │ │ │ ├── adapt_deref_traits.hpp │ │ │ │ ├── adapt_value_traits.hpp │ │ │ │ ├── advance.hpp │ │ │ │ ├── distance.hpp │ │ │ │ ├── segment_sequence.hpp │ │ │ │ ├── segmented_equal_to.hpp │ │ │ │ ├── segmented_iterator.hpp │ │ │ │ └── segmented_next_impl.hpp │ │ │ ├── distance.hpp │ │ │ ├── equal_to.hpp │ │ │ ├── iterator_adapter.hpp │ │ │ ├── iterator_facade.hpp │ │ │ ├── key_of.hpp │ │ │ ├── mpl.hpp │ │ │ ├── mpl │ │ │ │ ├── convert_iterator.hpp │ │ │ │ └── fusion_iterator.hpp │ │ │ ├── next.hpp │ │ │ ├── prior.hpp │ │ │ ├── segmented_iterator.hpp │ │ │ ├── value_of.hpp │ │ │ └── value_of_data.hpp │ │ ├── mpl.hpp │ │ ├── mpl │ │ │ ├── at.hpp │ │ │ ├── back.hpp │ │ │ ├── begin.hpp │ │ │ ├── clear.hpp │ │ │ ├── detail │ │ │ │ └── clear.hpp │ │ │ ├── empty.hpp │ │ │ ├── end.hpp │ │ │ ├── erase.hpp │ │ │ ├── erase_key.hpp │ │ │ ├── front.hpp │ │ │ ├── has_key.hpp │ │ │ ├── insert.hpp │ │ │ ├── insert_range.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ └── size.hpp │ │ ├── sequence.hpp │ │ ├── sequence │ │ │ ├── comparison.hpp │ │ │ ├── comparison │ │ │ │ ├── detail │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ └── not_equal_to.hpp │ │ │ │ ├── enable_comparison.hpp │ │ │ │ ├── equal_to.hpp │ │ │ │ ├── greater.hpp │ │ │ │ ├── greater_equal.hpp │ │ │ │ ├── less.hpp │ │ │ │ ├── less_equal.hpp │ │ │ │ └── not_equal_to.hpp │ │ │ ├── convert.hpp │ │ │ ├── hash.hpp │ │ │ ├── intrinsic.hpp │ │ │ ├── intrinsic │ │ │ │ ├── at.hpp │ │ │ │ ├── at_c.hpp │ │ │ │ ├── at_key.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── begin.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── segmented_begin.hpp │ │ │ │ │ ├── segmented_begin_impl.hpp │ │ │ │ │ ├── segmented_end.hpp │ │ │ │ │ ├── segmented_end_impl.hpp │ │ │ │ │ └── segmented_size.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── has_key.hpp │ │ │ │ ├── segments.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── swap.hpp │ │ │ │ ├── value_at.hpp │ │ │ │ └── value_at_key.hpp │ │ │ ├── intrinsic_fwd.hpp │ │ │ ├── io.hpp │ │ │ ├── io │ │ │ │ ├── detail │ │ │ │ │ ├── in.hpp │ │ │ │ │ ├── manip.hpp │ │ │ │ │ └── out.hpp │ │ │ │ ├── in.hpp │ │ │ │ └── out.hpp │ │ │ └── sequence_facade.hpp │ │ ├── support.hpp │ │ ├── support │ │ │ ├── as_const.hpp │ │ │ ├── category_of.hpp │ │ │ ├── config.hpp │ │ │ ├── deduce.hpp │ │ │ ├── deduce_sequence.hpp │ │ │ ├── detail │ │ │ │ ├── access.hpp │ │ │ │ ├── and.hpp │ │ │ │ ├── as_fusion_element.hpp │ │ │ │ ├── enabler.hpp │ │ │ │ ├── index_sequence.hpp │ │ │ │ ├── is_mpl_sequence.hpp │ │ │ │ ├── is_native_fusion_sequence.hpp │ │ │ │ ├── is_same_size.hpp │ │ │ │ ├── mpl_iterator_category.hpp │ │ │ │ ├── pp_round.hpp │ │ │ │ └── segmented_fold_until_impl.hpp │ │ │ ├── is_iterator.hpp │ │ │ ├── is_segmented.hpp │ │ │ ├── is_sequence.hpp │ │ │ ├── is_view.hpp │ │ │ ├── iterator_base.hpp │ │ │ ├── pair.hpp │ │ │ ├── segmented_fold_until.hpp │ │ │ ├── sequence_base.hpp │ │ │ ├── tag_of.hpp │ │ │ ├── tag_of_fwd.hpp │ │ │ ├── unused.hpp │ │ │ └── void.hpp │ │ ├── tuple.hpp │ │ ├── tuple │ │ │ ├── detail │ │ │ │ ├── make_tuple.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── make_tuple.hpp │ │ │ │ │ ├── make_tuple10.hpp │ │ │ │ │ ├── make_tuple20.hpp │ │ │ │ │ ├── make_tuple30.hpp │ │ │ │ │ ├── make_tuple40.hpp │ │ │ │ │ ├── make_tuple50.hpp │ │ │ │ │ ├── tuple.hpp │ │ │ │ │ ├── tuple10.hpp │ │ │ │ │ ├── tuple10_fwd.hpp │ │ │ │ │ ├── tuple20.hpp │ │ │ │ │ ├── tuple20_fwd.hpp │ │ │ │ │ ├── tuple30.hpp │ │ │ │ │ ├── tuple30_fwd.hpp │ │ │ │ │ ├── tuple40.hpp │ │ │ │ │ ├── tuple40_fwd.hpp │ │ │ │ │ ├── tuple50.hpp │ │ │ │ │ ├── tuple50_fwd.hpp │ │ │ │ │ ├── tuple_fwd.hpp │ │ │ │ │ ├── tuple_tie.hpp │ │ │ │ │ ├── tuple_tie10.hpp │ │ │ │ │ ├── tuple_tie20.hpp │ │ │ │ │ ├── tuple_tie30.hpp │ │ │ │ │ ├── tuple_tie40.hpp │ │ │ │ │ └── tuple_tie50.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ ├── tuple_expand.hpp │ │ │ │ ├── tuple_fwd.hpp │ │ │ │ └── tuple_tie.hpp │ │ │ ├── make_tuple.hpp │ │ │ ├── tuple.hpp │ │ │ ├── tuple_fwd.hpp │ │ │ └── tuple_tie.hpp │ │ ├── view.hpp │ │ └── view │ │ │ ├── detail │ │ │ └── strictest_traversal.hpp │ │ │ ├── filter_view.hpp │ │ │ ├── filter_view │ │ │ ├── detail │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── key_of_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── filter_view.hpp │ │ │ └── filter_view_iterator.hpp │ │ │ ├── flatten_view.hpp │ │ │ ├── flatten_view │ │ │ ├── flatten_view.hpp │ │ │ └── flatten_view_iterator.hpp │ │ │ ├── identity_view.hpp │ │ │ ├── identity_view │ │ │ └── identity_view.hpp │ │ │ ├── iterator_range.hpp │ │ │ ├── iterator_range │ │ │ ├── detail │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── is_segmented_impl.hpp │ │ │ │ ├── segmented_iterator_range.hpp │ │ │ │ ├── segments_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ └── value_at_impl.hpp │ │ │ └── iterator_range.hpp │ │ │ ├── joint_view.hpp │ │ │ ├── joint_view │ │ │ ├── detail │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── key_of_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── joint_view.hpp │ │ │ ├── joint_view_fwd.hpp │ │ │ └── joint_view_iterator.hpp │ │ │ ├── nview.hpp │ │ │ ├── nview │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── cpp03 │ │ │ │ │ └── nview_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── nview_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── nview.hpp │ │ │ └── nview_iterator.hpp │ │ │ ├── repetitive_view.hpp │ │ │ ├── repetitive_view │ │ │ ├── detail │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── repetitive_view.hpp │ │ │ ├── repetitive_view_fwd.hpp │ │ │ └── repetitive_view_iterator.hpp │ │ │ ├── reverse_view.hpp │ │ │ ├── reverse_view │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── key_of_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── reverse_view.hpp │ │ │ └── reverse_view_iterator.hpp │ │ │ ├── single_view.hpp │ │ │ ├── single_view │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── single_view.hpp │ │ │ └── single_view_iterator.hpp │ │ │ ├── transform_view.hpp │ │ │ ├── transform_view │ │ │ ├── detail │ │ │ │ ├── advance_impl.hpp │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_impl.hpp │ │ │ │ ├── deref_data_impl.hpp │ │ │ │ ├── deref_impl.hpp │ │ │ │ ├── distance_impl.hpp │ │ │ │ ├── end_impl.hpp │ │ │ │ ├── equal_to_impl.hpp │ │ │ │ ├── key_of_impl.hpp │ │ │ │ ├── next_impl.hpp │ │ │ │ ├── prior_impl.hpp │ │ │ │ ├── value_at_impl.hpp │ │ │ │ ├── value_of_data_impl.hpp │ │ │ │ └── value_of_impl.hpp │ │ │ ├── transform_view.hpp │ │ │ ├── transform_view_fwd.hpp │ │ │ └── transform_view_iterator.hpp │ │ │ ├── zip_view.hpp │ │ │ └── zip_view │ │ │ ├── detail │ │ │ ├── advance_impl.hpp │ │ │ ├── at_impl.hpp │ │ │ ├── begin_impl.hpp │ │ │ ├── deref_impl.hpp │ │ │ ├── distance_impl.hpp │ │ │ ├── end_impl.hpp │ │ │ ├── equal_to_impl.hpp │ │ │ ├── next_impl.hpp │ │ │ ├── prior_impl.hpp │ │ │ ├── size_impl.hpp │ │ │ ├── value_at_impl.hpp │ │ │ └── value_of_impl.hpp │ │ │ ├── zip_view.hpp │ │ │ ├── zip_view_iterator.hpp │ │ │ └── zip_view_iterator_fwd.hpp │ ├── get_pointer.hpp │ ├── implicit_cast.hpp │ ├── integer.hpp │ ├── integer_fwd.hpp │ ├── integer_traits.hpp │ ├── intrusive_ptr.hpp │ ├── is_placeholder.hpp │ ├── iterator.hpp │ ├── iterator │ │ ├── advance.hpp │ │ ├── counting_iterator.hpp │ │ ├── detail │ │ │ ├── any_conversion_eater.hpp │ │ │ ├── config_def.hpp │ │ │ ├── config_undef.hpp │ │ │ ├── enable_if.hpp │ │ │ ├── facade_iterator_category.hpp │ │ │ └── minimum_category.hpp │ │ ├── distance.hpp │ │ ├── filter_iterator.hpp │ │ ├── function_input_iterator.hpp │ │ ├── function_output_iterator.hpp │ │ ├── indirect_iterator.hpp │ │ ├── interoperable.hpp │ │ ├── is_iterator.hpp │ │ ├── is_lvalue_iterator.hpp │ │ ├── is_readable_iterator.hpp │ │ ├── iterator_adaptor.hpp │ │ ├── iterator_archetypes.hpp │ │ ├── iterator_categories.hpp │ │ ├── iterator_concepts.hpp │ │ ├── iterator_facade.hpp │ │ ├── iterator_traits.hpp │ │ ├── minimum_category.hpp │ │ ├── new_iterator_tests.hpp │ │ ├── permutation_iterator.hpp │ │ ├── reverse_iterator.hpp │ │ ├── transform_iterator.hpp │ │ └── zip_iterator.hpp │ ├── iterator_adaptors.hpp │ ├── lexical_cast.hpp │ ├── lexical_cast │ │ ├── bad_lexical_cast.hpp │ │ ├── detail │ │ │ ├── buffer_view.hpp │ │ │ ├── converter_lexical.hpp │ │ │ ├── converter_lexical_streams.hpp │ │ │ ├── converter_numeric.hpp │ │ │ ├── inf_nan.hpp │ │ │ ├── is_character.hpp │ │ │ ├── lcast_basic_unlockedbuf.hpp │ │ │ ├── lcast_char_constants.hpp │ │ │ ├── lcast_unsigned_converters.hpp │ │ │ └── widest_char.hpp │ │ └── try_lexical_convert.hpp │ ├── limits.hpp │ ├── math │ │ ├── bindings │ │ │ ├── detail │ │ │ │ ├── big_digamma.hpp │ │ │ │ └── big_lanczos.hpp │ │ │ ├── mpfr.hpp │ │ │ ├── mpreal.hpp │ │ │ └── rr.hpp │ │ ├── ccmath │ │ │ ├── abs.hpp │ │ │ ├── ccmath.hpp │ │ │ ├── ceil.hpp │ │ │ ├── copysign.hpp │ │ │ ├── detail │ │ │ │ ├── config.hpp │ │ │ │ └── swap.hpp │ │ │ ├── div.hpp │ │ │ ├── fabs.hpp │ │ │ ├── fdim.hpp │ │ │ ├── floor.hpp │ │ │ ├── fma.hpp │ │ │ ├── fmax.hpp │ │ │ ├── fmin.hpp │ │ │ ├── fmod.hpp │ │ │ ├── fpclassify.hpp │ │ │ ├── frexp.hpp │ │ │ ├── hypot.hpp │ │ │ ├── ilogb.hpp │ │ │ ├── isfinite.hpp │ │ │ ├── isgreater.hpp │ │ │ ├── isgreaterequal.hpp │ │ │ ├── isinf.hpp │ │ │ ├── isless.hpp │ │ │ ├── islessequal.hpp │ │ │ ├── isnan.hpp │ │ │ ├── isnormal.hpp │ │ │ ├── isunordered.hpp │ │ │ ├── ldexp.hpp │ │ │ ├── logb.hpp │ │ │ ├── modf.hpp │ │ │ ├── next.hpp │ │ │ ├── remainder.hpp │ │ │ ├── round.hpp │ │ │ ├── scalbln.hpp │ │ │ ├── scalbn.hpp │ │ │ ├── signbit.hpp │ │ │ ├── sqrt.hpp │ │ │ └── trunc.hpp │ │ ├── common_factor.hpp │ │ ├── common_factor_ct.hpp │ │ ├── common_factor_rt.hpp │ │ ├── complex.hpp │ │ ├── complex │ │ │ ├── acos.hpp │ │ │ ├── acosh.hpp │ │ │ ├── asin.hpp │ │ │ ├── asinh.hpp │ │ │ ├── atan.hpp │ │ │ ├── atanh.hpp │ │ │ ├── details.hpp │ │ │ └── fabs.hpp │ │ ├── concepts │ │ │ ├── distributions.hpp │ │ │ ├── real_concept.hpp │ │ │ ├── real_type_concept.hpp │ │ │ └── std_real_concept.hpp │ │ ├── constants │ │ │ ├── calculate_constants.hpp │ │ │ ├── constants.hpp │ │ │ └── info.hpp │ │ ├── cstdfloat │ │ │ ├── cstdfloat_cmath.hpp │ │ │ ├── cstdfloat_complex.hpp │ │ │ ├── cstdfloat_complex_std.hpp │ │ │ ├── cstdfloat_iostream.hpp │ │ │ ├── cstdfloat_limits.hpp │ │ │ └── cstdfloat_types.hpp │ │ ├── differentiation │ │ │ ├── autodiff.hpp │ │ │ ├── autodiff_cpp11.hpp │ │ │ ├── finite_difference.hpp │ │ │ └── lanczos_smoothing.hpp │ │ ├── distributions.hpp │ │ ├── distributions │ │ │ ├── arcsine.hpp │ │ │ ├── bernoulli.hpp │ │ │ ├── beta.hpp │ │ │ ├── binomial.hpp │ │ │ ├── cauchy.hpp │ │ │ ├── chi_squared.hpp │ │ │ ├── complement.hpp │ │ │ ├── detail │ │ │ │ ├── common_error_handling.hpp │ │ │ │ ├── derived_accessors.hpp │ │ │ │ ├── generic_mode.hpp │ │ │ │ ├── generic_quantile.hpp │ │ │ │ ├── hypergeometric_cdf.hpp │ │ │ │ ├── hypergeometric_pdf.hpp │ │ │ │ ├── hypergeometric_quantile.hpp │ │ │ │ └── inv_discrete_quantile.hpp │ │ │ ├── empirical_cumulative_distribution_function.hpp │ │ │ ├── exponential.hpp │ │ │ ├── extreme_value.hpp │ │ │ ├── find_location.hpp │ │ │ ├── find_scale.hpp │ │ │ ├── fisher_f.hpp │ │ │ ├── fwd.hpp │ │ │ ├── gamma.hpp │ │ │ ├── geometric.hpp │ │ │ ├── holtsmark.hpp │ │ │ ├── hyperexponential.hpp │ │ │ ├── hypergeometric.hpp │ │ │ ├── inverse_chi_squared.hpp │ │ │ ├── inverse_gamma.hpp │ │ │ ├── inverse_gaussian.hpp │ │ │ ├── kolmogorov_smirnov.hpp │ │ │ ├── landau.hpp │ │ │ ├── laplace.hpp │ │ │ ├── logistic.hpp │ │ │ ├── lognormal.hpp │ │ │ ├── mapairy.hpp │ │ │ ├── negative_binomial.hpp │ │ │ ├── non_central_beta.hpp │ │ │ ├── non_central_chi_squared.hpp │ │ │ ├── non_central_f.hpp │ │ │ ├── non_central_t.hpp │ │ │ ├── normal.hpp │ │ │ ├── pareto.hpp │ │ │ ├── poisson.hpp │ │ │ ├── rayleigh.hpp │ │ │ ├── saspoint5.hpp │ │ │ ├── skew_normal.hpp │ │ │ ├── students_t.hpp │ │ │ ├── triangular.hpp │ │ │ ├── uniform.hpp │ │ │ └── weibull.hpp │ │ ├── filters │ │ │ └── daubechies.hpp │ │ ├── interpolators │ │ │ ├── barycentric_rational.hpp │ │ │ ├── bezier_polynomial.hpp │ │ │ ├── bilinear_uniform.hpp │ │ │ ├── cardinal_cubic_b_spline.hpp │ │ │ ├── cardinal_quadratic_b_spline.hpp │ │ │ ├── cardinal_quintic_b_spline.hpp │ │ │ ├── cardinal_trigonometric.hpp │ │ │ ├── catmull_rom.hpp │ │ │ ├── cubic_b_spline.hpp │ │ │ ├── cubic_hermite.hpp │ │ │ ├── detail │ │ │ │ ├── barycentric_rational_detail.hpp │ │ │ │ ├── bezier_polynomial_detail.hpp │ │ │ │ ├── bilinear_uniform_detail.hpp │ │ │ │ ├── cardinal_cubic_b_spline_detail.hpp │ │ │ │ ├── cardinal_quadratic_b_spline_detail.hpp │ │ │ │ ├── cardinal_quintic_b_spline_detail.hpp │ │ │ │ ├── cardinal_trigonometric_detail.hpp │ │ │ │ ├── cubic_b_spline_detail.hpp │ │ │ │ ├── cubic_hermite_detail.hpp │ │ │ │ ├── quintic_hermite_detail.hpp │ │ │ │ ├── septic_hermite_detail.hpp │ │ │ │ ├── vector_barycentric_rational_detail.hpp │ │ │ │ └── whittaker_shannon_detail.hpp │ │ │ ├── makima.hpp │ │ │ ├── pchip.hpp │ │ │ ├── quintic_hermite.hpp │ │ │ ├── septic_hermite.hpp │ │ │ ├── vector_barycentric_rational.hpp │ │ │ └── whittaker_shannon.hpp │ │ ├── octonion.hpp │ │ ├── optimization │ │ │ ├── cma_es.hpp │ │ │ ├── detail │ │ │ │ └── common.hpp │ │ │ ├── differential_evolution.hpp │ │ │ ├── jso.hpp │ │ │ └── random_search.hpp │ │ ├── policies │ │ │ ├── error_handling.hpp │ │ │ └── policy.hpp │ │ ├── quadrature │ │ │ ├── detail │ │ │ │ ├── exp_sinh_detail.hpp │ │ │ │ ├── ooura_fourier_integrals_detail.hpp │ │ │ │ ├── sinh_sinh_detail.hpp │ │ │ │ └── tanh_sinh_detail.hpp │ │ │ ├── exp_sinh.hpp │ │ │ ├── gauss.hpp │ │ │ ├── gauss_kronrod.hpp │ │ │ ├── naive_monte_carlo.hpp │ │ │ ├── ooura_fourier_integrals.hpp │ │ │ ├── sinh_sinh.hpp │ │ │ ├── tanh_sinh.hpp │ │ │ ├── trapezoidal.hpp │ │ │ └── wavelet_transforms.hpp │ │ ├── quaternion.hpp │ │ ├── special_functions.hpp │ │ ├── special_functions │ │ │ ├── acosh.hpp │ │ │ ├── airy.hpp │ │ │ ├── asinh.hpp │ │ │ ├── atanh.hpp │ │ │ ├── bernoulli.hpp │ │ │ ├── bessel.hpp │ │ │ ├── bessel_iterators.hpp │ │ │ ├── bessel_prime.hpp │ │ │ ├── beta.hpp │ │ │ ├── binomial.hpp │ │ │ ├── cardinal_b_spline.hpp │ │ │ ├── cbrt.hpp │ │ │ ├── chebyshev.hpp │ │ │ ├── chebyshev_transform.hpp │ │ │ ├── cos_pi.hpp │ │ │ ├── daubechies_scaling.hpp │ │ │ ├── daubechies_wavelet.hpp │ │ │ ├── detail │ │ │ │ ├── airy_ai_bi_zero.hpp │ │ │ │ ├── bernoulli_details.hpp │ │ │ │ ├── bessel_derivatives_linear.hpp │ │ │ │ ├── bessel_i0.hpp │ │ │ │ ├── bessel_i1.hpp │ │ │ │ ├── bessel_ik.hpp │ │ │ │ ├── bessel_j0.hpp │ │ │ │ ├── bessel_j1.hpp │ │ │ │ ├── bessel_jn.hpp │ │ │ │ ├── bessel_jy.hpp │ │ │ │ ├── bessel_jy_asym.hpp │ │ │ │ ├── bessel_jy_derivatives_asym.hpp │ │ │ │ ├── bessel_jy_derivatives_series.hpp │ │ │ │ ├── bessel_jy_series.hpp │ │ │ │ ├── bessel_jy_zero.hpp │ │ │ │ ├── bessel_k0.hpp │ │ │ │ ├── bessel_k1.hpp │ │ │ │ ├── bessel_kn.hpp │ │ │ │ ├── bessel_y0.hpp │ │ │ │ ├── bessel_y1.hpp │ │ │ │ ├── bessel_yn.hpp │ │ │ │ ├── daubechies_scaling_integer_grid.hpp │ │ │ │ ├── erf_inv.hpp │ │ │ │ ├── fp_traits.hpp │ │ │ │ ├── gamma_inva.hpp │ │ │ │ ├── hypergeometric_0F1_bessel.hpp │ │ │ │ ├── hypergeometric_1F1_addition_theorems_on_z.hpp │ │ │ │ ├── hypergeometric_1F1_bessel.hpp │ │ │ │ ├── hypergeometric_1F1_by_ratios.hpp │ │ │ │ ├── hypergeometric_1F1_cf.hpp │ │ │ │ ├── hypergeometric_1F1_large_a.hpp │ │ │ │ ├── hypergeometric_1F1_large_abz.hpp │ │ │ │ ├── hypergeometric_1F1_negative_b_regions.hpp │ │ │ │ ├── hypergeometric_1F1_recurrence.hpp │ │ │ │ ├── hypergeometric_1F1_scaled_series.hpp │ │ │ │ ├── hypergeometric_1F1_small_a_negative_b_by_ratio.hpp │ │ │ │ ├── hypergeometric_asym.hpp │ │ │ │ ├── hypergeometric_cf.hpp │ │ │ │ ├── hypergeometric_pFq_checked_series.hpp │ │ │ │ ├── hypergeometric_pade.hpp │ │ │ │ ├── hypergeometric_rational.hpp │ │ │ │ ├── hypergeometric_separated_series.hpp │ │ │ │ ├── hypergeometric_series.hpp │ │ │ │ ├── ibeta_inv_ab.hpp │ │ │ │ ├── ibeta_inverse.hpp │ │ │ │ ├── iconv.hpp │ │ │ │ ├── igamma_inverse.hpp │ │ │ │ ├── igamma_large.hpp │ │ │ │ ├── lambert_w_lookup_table.ipp │ │ │ │ ├── lanczos_sse2.hpp │ │ │ │ ├── lgamma_small.hpp │ │ │ │ ├── polygamma.hpp │ │ │ │ ├── round_fwd.hpp │ │ │ │ ├── t_distribution_inv.hpp │ │ │ │ ├── unchecked_bernoulli.hpp │ │ │ │ └── unchecked_factorial.hpp │ │ │ ├── digamma.hpp │ │ │ ├── ellint_1.hpp │ │ │ ├── ellint_2.hpp │ │ │ ├── ellint_3.hpp │ │ │ ├── ellint_d.hpp │ │ │ ├── ellint_rc.hpp │ │ │ ├── ellint_rd.hpp │ │ │ ├── ellint_rf.hpp │ │ │ ├── ellint_rg.hpp │ │ │ ├── ellint_rj.hpp │ │ │ ├── erf.hpp │ │ │ ├── expint.hpp │ │ │ ├── expm1.hpp │ │ │ ├── factorials.hpp │ │ │ ├── fibonacci.hpp │ │ │ ├── fourier_transform_daubechies.hpp │ │ │ ├── fpclassify.hpp │ │ │ ├── gamma.hpp │ │ │ ├── gegenbauer.hpp │ │ │ ├── hankel.hpp │ │ │ ├── hermite.hpp │ │ │ ├── heuman_lambda.hpp │ │ │ ├── hypergeometric_0F1.hpp │ │ │ ├── hypergeometric_1F0.hpp │ │ │ ├── hypergeometric_1F1.hpp │ │ │ ├── hypergeometric_2F0.hpp │ │ │ ├── hypergeometric_pFq.hpp │ │ │ ├── hypot.hpp │ │ │ ├── jacobi.hpp │ │ │ ├── jacobi_elliptic.hpp │ │ │ ├── jacobi_theta.hpp │ │ │ ├── jacobi_zeta.hpp │ │ │ ├── laguerre.hpp │ │ │ ├── lambert_w.hpp │ │ │ ├── lanczos.hpp │ │ │ ├── legendre.hpp │ │ │ ├── legendre_stieltjes.hpp │ │ │ ├── log1p.hpp │ │ │ ├── logaddexp.hpp │ │ │ ├── logsumexp.hpp │ │ │ ├── math_fwd.hpp │ │ │ ├── modf.hpp │ │ │ ├── next.hpp │ │ │ ├── nonfinite_num_facets.hpp │ │ │ ├── owens_t.hpp │ │ │ ├── polygamma.hpp │ │ │ ├── pow.hpp │ │ │ ├── powm1.hpp │ │ │ ├── prime.hpp │ │ │ ├── relative_difference.hpp │ │ │ ├── round.hpp │ │ │ ├── rsqrt.hpp │ │ │ ├── sign.hpp │ │ │ ├── sin_pi.hpp │ │ │ ├── sinc.hpp │ │ │ ├── sinhc.hpp │ │ │ ├── spherical_harmonic.hpp │ │ │ ├── sqrt1pm1.hpp │ │ │ ├── trigamma.hpp │ │ │ ├── trunc.hpp │ │ │ ├── ulp.hpp │ │ │ └── zeta.hpp │ │ ├── statistics │ │ │ ├── anderson_darling.hpp │ │ │ ├── bivariate_statistics.hpp │ │ │ ├── chatterjee_correlation.hpp │ │ │ ├── detail │ │ │ │ ├── rank.hpp │ │ │ │ └── single_pass.hpp │ │ │ ├── linear_regression.hpp │ │ │ ├── ljung_box.hpp │ │ │ ├── runs_test.hpp │ │ │ ├── signal_statistics.hpp │ │ │ ├── t_test.hpp │ │ │ ├── univariate_statistics.hpp │ │ │ └── z_test.hpp │ │ ├── tools │ │ │ ├── agm.hpp │ │ │ ├── array.hpp │ │ │ ├── assert.hpp │ │ │ ├── atomic.hpp │ │ │ ├── big_constant.hpp │ │ │ ├── bivariate_statistics.hpp │ │ │ ├── centered_continued_fraction.hpp │ │ │ ├── cohen_acceleration.hpp │ │ │ ├── color_maps.hpp │ │ │ ├── complex.hpp │ │ │ ├── concepts.hpp │ │ │ ├── condition_numbers.hpp │ │ │ ├── config.hpp │ │ │ ├── convert_from_string.hpp │ │ │ ├── cstdint.hpp │ │ │ ├── cubic_roots.hpp │ │ │ ├── cxx03_warn.hpp │ │ │ ├── detail │ │ │ │ ├── is_const_iterable.hpp │ │ │ │ ├── polynomial_horner1_10.hpp │ │ │ │ ├── polynomial_horner1_11.hpp │ │ │ │ ├── polynomial_horner1_12.hpp │ │ │ │ ├── polynomial_horner1_13.hpp │ │ │ │ ├── polynomial_horner1_14.hpp │ │ │ │ ├── polynomial_horner1_15.hpp │ │ │ │ ├── polynomial_horner1_16.hpp │ │ │ │ ├── polynomial_horner1_17.hpp │ │ │ │ ├── polynomial_horner1_18.hpp │ │ │ │ ├── polynomial_horner1_19.hpp │ │ │ │ ├── polynomial_horner1_2.hpp │ │ │ │ ├── polynomial_horner1_20.hpp │ │ │ │ ├── polynomial_horner1_3.hpp │ │ │ │ ├── polynomial_horner1_4.hpp │ │ │ │ ├── polynomial_horner1_5.hpp │ │ │ │ ├── polynomial_horner1_6.hpp │ │ │ │ ├── polynomial_horner1_7.hpp │ │ │ │ ├── polynomial_horner1_8.hpp │ │ │ │ ├── polynomial_horner1_9.hpp │ │ │ │ ├── polynomial_horner2_10.hpp │ │ │ │ ├── polynomial_horner2_11.hpp │ │ │ │ ├── polynomial_horner2_12.hpp │ │ │ │ ├── polynomial_horner2_13.hpp │ │ │ │ ├── polynomial_horner2_14.hpp │ │ │ │ ├── polynomial_horner2_15.hpp │ │ │ │ ├── polynomial_horner2_16.hpp │ │ │ │ ├── polynomial_horner2_17.hpp │ │ │ │ ├── polynomial_horner2_18.hpp │ │ │ │ ├── polynomial_horner2_19.hpp │ │ │ │ ├── polynomial_horner2_2.hpp │ │ │ │ ├── polynomial_horner2_20.hpp │ │ │ │ ├── polynomial_horner2_3.hpp │ │ │ │ ├── polynomial_horner2_4.hpp │ │ │ │ ├── polynomial_horner2_5.hpp │ │ │ │ ├── polynomial_horner2_6.hpp │ │ │ │ ├── polynomial_horner2_7.hpp │ │ │ │ ├── polynomial_horner2_8.hpp │ │ │ │ ├── polynomial_horner2_9.hpp │ │ │ │ ├── polynomial_horner3_10.hpp │ │ │ │ ├── polynomial_horner3_11.hpp │ │ │ │ ├── polynomial_horner3_12.hpp │ │ │ │ ├── polynomial_horner3_13.hpp │ │ │ │ ├── polynomial_horner3_14.hpp │ │ │ │ ├── polynomial_horner3_15.hpp │ │ │ │ ├── polynomial_horner3_16.hpp │ │ │ │ ├── polynomial_horner3_17.hpp │ │ │ │ ├── polynomial_horner3_18.hpp │ │ │ │ ├── polynomial_horner3_19.hpp │ │ │ │ ├── polynomial_horner3_2.hpp │ │ │ │ ├── polynomial_horner3_20.hpp │ │ │ │ ├── polynomial_horner3_3.hpp │ │ │ │ ├── polynomial_horner3_4.hpp │ │ │ │ ├── polynomial_horner3_5.hpp │ │ │ │ ├── polynomial_horner3_6.hpp │ │ │ │ ├── polynomial_horner3_7.hpp │ │ │ │ ├── polynomial_horner3_8.hpp │ │ │ │ ├── polynomial_horner3_9.hpp │ │ │ │ ├── rational_horner1_10.hpp │ │ │ │ ├── rational_horner1_11.hpp │ │ │ │ ├── rational_horner1_12.hpp │ │ │ │ ├── rational_horner1_13.hpp │ │ │ │ ├── rational_horner1_14.hpp │ │ │ │ ├── rational_horner1_15.hpp │ │ │ │ ├── rational_horner1_16.hpp │ │ │ │ ├── rational_horner1_17.hpp │ │ │ │ ├── rational_horner1_18.hpp │ │ │ │ ├── rational_horner1_19.hpp │ │ │ │ ├── rational_horner1_2.hpp │ │ │ │ ├── rational_horner1_20.hpp │ │ │ │ ├── rational_horner1_3.hpp │ │ │ │ ├── rational_horner1_4.hpp │ │ │ │ ├── rational_horner1_5.hpp │ │ │ │ ├── rational_horner1_6.hpp │ │ │ │ ├── rational_horner1_7.hpp │ │ │ │ ├── rational_horner1_8.hpp │ │ │ │ ├── rational_horner1_9.hpp │ │ │ │ ├── rational_horner2_10.hpp │ │ │ │ ├── rational_horner2_11.hpp │ │ │ │ ├── rational_horner2_12.hpp │ │ │ │ ├── rational_horner2_13.hpp │ │ │ │ ├── rational_horner2_14.hpp │ │ │ │ ├── rational_horner2_15.hpp │ │ │ │ ├── rational_horner2_16.hpp │ │ │ │ ├── rational_horner2_17.hpp │ │ │ │ ├── rational_horner2_18.hpp │ │ │ │ ├── rational_horner2_19.hpp │ │ │ │ ├── rational_horner2_2.hpp │ │ │ │ ├── rational_horner2_20.hpp │ │ │ │ ├── rational_horner2_3.hpp │ │ │ │ ├── rational_horner2_4.hpp │ │ │ │ ├── rational_horner2_5.hpp │ │ │ │ ├── rational_horner2_6.hpp │ │ │ │ ├── rational_horner2_7.hpp │ │ │ │ ├── rational_horner2_8.hpp │ │ │ │ ├── rational_horner2_9.hpp │ │ │ │ ├── rational_horner3_10.hpp │ │ │ │ ├── rational_horner3_11.hpp │ │ │ │ ├── rational_horner3_12.hpp │ │ │ │ ├── rational_horner3_13.hpp │ │ │ │ ├── rational_horner3_14.hpp │ │ │ │ ├── rational_horner3_15.hpp │ │ │ │ ├── rational_horner3_16.hpp │ │ │ │ ├── rational_horner3_17.hpp │ │ │ │ ├── rational_horner3_18.hpp │ │ │ │ ├── rational_horner3_19.hpp │ │ │ │ ├── rational_horner3_2.hpp │ │ │ │ ├── rational_horner3_20.hpp │ │ │ │ ├── rational_horner3_3.hpp │ │ │ │ ├── rational_horner3_4.hpp │ │ │ │ ├── rational_horner3_5.hpp │ │ │ │ ├── rational_horner3_6.hpp │ │ │ │ ├── rational_horner3_7.hpp │ │ │ │ ├── rational_horner3_8.hpp │ │ │ │ └── rational_horner3_9.hpp │ │ │ ├── engel_expansion.hpp │ │ │ ├── estrin.hpp │ │ │ ├── fraction.hpp │ │ │ ├── header_deprecated.hpp │ │ │ ├── is_constant_evaluated.hpp │ │ │ ├── is_detected.hpp │ │ │ ├── is_standalone.hpp │ │ │ ├── luroth_expansion.hpp │ │ │ ├── minima.hpp │ │ │ ├── mp.hpp │ │ │ ├── norms.hpp │ │ │ ├── nothrow.hpp │ │ │ ├── numeric_limits.hpp │ │ │ ├── numerical_differentiation.hpp │ │ │ ├── polynomial.hpp │ │ │ ├── polynomial_gcd.hpp │ │ │ ├── precision.hpp │ │ │ ├── promotion.hpp │ │ │ ├── quartic_roots.hpp │ │ │ ├── random_vector.hpp │ │ │ ├── rational.hpp │ │ │ ├── real_cast.hpp │ │ │ ├── recurrence.hpp │ │ │ ├── roots.hpp │ │ │ ├── series.hpp │ │ │ ├── signal_statistics.hpp │ │ │ ├── simple_continued_fraction.hpp │ │ │ ├── stats.hpp │ │ │ ├── test_value.hpp │ │ │ ├── throw_exception.hpp │ │ │ ├── toms748_solve.hpp │ │ │ ├── traits.hpp │ │ │ ├── tuple.hpp │ │ │ ├── type_traits.hpp │ │ │ ├── ulps_plot.hpp │ │ │ ├── univariate_statistics.hpp │ │ │ ├── user.hpp │ │ │ ├── utility.hpp │ │ │ └── workaround.hpp │ │ ├── tr1.hpp │ │ └── tr1_c_macros.ipp │ ├── mem_fn.hpp │ ├── move │ │ ├── adl_move_swap.hpp │ │ ├── algo │ │ │ ├── adaptive_merge.hpp │ │ │ ├── adaptive_sort.hpp │ │ │ ├── detail │ │ │ │ ├── adaptive_sort_merge.hpp │ │ │ │ ├── basic_op.hpp │ │ │ │ ├── heap_sort.hpp │ │ │ │ ├── insertion_sort.hpp │ │ │ │ ├── is_sorted.hpp │ │ │ │ ├── merge.hpp │ │ │ │ ├── merge_sort.hpp │ │ │ │ ├── pdqsort.hpp │ │ │ │ ├── search.hpp │ │ │ │ └── set_difference.hpp │ │ │ ├── move.hpp │ │ │ ├── predicate.hpp │ │ │ └── unique.hpp │ │ ├── algorithm.hpp │ │ ├── core.hpp │ │ ├── default_delete.hpp │ │ ├── detail │ │ │ ├── addressof.hpp │ │ │ ├── config_begin.hpp │ │ │ ├── config_end.hpp │ │ │ ├── destruct_n.hpp │ │ │ ├── force_ptr.hpp │ │ │ ├── fwd_macros.hpp │ │ │ ├── iterator_to_raw_pointer.hpp │ │ │ ├── iterator_traits.hpp │ │ │ ├── launder.hpp │ │ │ ├── meta_utils.hpp │ │ │ ├── meta_utils_core.hpp │ │ │ ├── move_helpers.hpp │ │ │ ├── nsec_clock.hpp │ │ │ ├── placement_new.hpp │ │ │ ├── pointer_element.hpp │ │ │ ├── reverse_iterator.hpp │ │ │ ├── std_ns_begin.hpp │ │ │ ├── std_ns_end.hpp │ │ │ ├── to_raw_pointer.hpp │ │ │ ├── type_traits.hpp │ │ │ ├── unique_ptr_meta_utils.hpp │ │ │ └── workaround.hpp │ │ ├── iterator.hpp │ │ ├── make_unique.hpp │ │ ├── move.hpp │ │ ├── traits.hpp │ │ ├── unique_ptr.hpp │ │ ├── utility.hpp │ │ └── utility_core.hpp │ ├── mpl │ │ ├── O1_size.hpp │ │ ├── O1_size_fwd.hpp │ │ ├── accumulate.hpp │ │ ├── advance.hpp │ │ ├── advance_fwd.hpp │ │ ├── alias.hpp │ │ ├── always.hpp │ │ ├── and.hpp │ │ ├── apply.hpp │ │ ├── apply_fwd.hpp │ │ ├── apply_wrap.hpp │ │ ├── arg.hpp │ │ ├── arg_fwd.hpp │ │ ├── arithmetic.hpp │ │ ├── as_sequence.hpp │ │ ├── assert.hpp │ │ ├── at.hpp │ │ ├── at_fwd.hpp │ │ ├── aux_ │ │ │ ├── O1_size_impl.hpp │ │ │ ├── adl_barrier.hpp │ │ │ ├── advance_backward.hpp │ │ │ ├── advance_forward.hpp │ │ │ ├── apply_1st.hpp │ │ │ ├── arg_typedef.hpp │ │ │ ├── arithmetic_op.hpp │ │ │ ├── arity.hpp │ │ │ ├── arity_spec.hpp │ │ │ ├── at_impl.hpp │ │ │ ├── back_impl.hpp │ │ │ ├── basic_bind.hpp │ │ │ ├── begin_end_impl.hpp │ │ │ ├── clear_impl.hpp │ │ │ ├── common_name_wknd.hpp │ │ │ ├── comparison_op.hpp │ │ │ ├── config │ │ │ │ ├── adl.hpp │ │ │ │ ├── arrays.hpp │ │ │ │ ├── bcc.hpp │ │ │ │ ├── bind.hpp │ │ │ │ ├── compiler.hpp │ │ │ │ ├── ctps.hpp │ │ │ │ ├── dependent_nttp.hpp │ │ │ │ ├── dmc_ambiguous_ctps.hpp │ │ │ │ ├── dtp.hpp │ │ │ │ ├── eti.hpp │ │ │ │ ├── forwarding.hpp │ │ │ │ ├── gcc.hpp │ │ │ │ ├── gpu.hpp │ │ │ │ ├── has_apply.hpp │ │ │ │ ├── has_xxx.hpp │ │ │ │ ├── integral.hpp │ │ │ │ ├── intel.hpp │ │ │ │ ├── lambda.hpp │ │ │ │ ├── msvc.hpp │ │ │ │ ├── msvc_typename.hpp │ │ │ │ ├── nttp.hpp │ │ │ │ ├── operators.hpp │ │ │ │ ├── overload_resolution.hpp │ │ │ │ ├── pp_counter.hpp │ │ │ │ ├── preprocessor.hpp │ │ │ │ ├── static_constant.hpp │ │ │ │ ├── ttp.hpp │ │ │ │ ├── typeof.hpp │ │ │ │ ├── use_preprocessed.hpp │ │ │ │ └── workaround.hpp │ │ │ ├── contains_impl.hpp │ │ │ ├── count_args.hpp │ │ │ ├── count_impl.hpp │ │ │ ├── empty_impl.hpp │ │ │ ├── erase_impl.hpp │ │ │ ├── erase_key_impl.hpp │ │ │ ├── filter_iter.hpp │ │ │ ├── find_if_pred.hpp │ │ │ ├── fold_impl.hpp │ │ │ ├── fold_impl_body.hpp │ │ │ ├── fold_op.hpp │ │ │ ├── fold_pred.hpp │ │ │ ├── front_impl.hpp │ │ │ ├── full_lambda.hpp │ │ │ ├── has_apply.hpp │ │ │ ├── has_begin.hpp │ │ │ ├── has_key_impl.hpp │ │ │ ├── has_rebind.hpp │ │ │ ├── has_size.hpp │ │ │ ├── has_tag.hpp │ │ │ ├── has_type.hpp │ │ │ ├── include_preprocessed.hpp │ │ │ ├── insert_impl.hpp │ │ │ ├── insert_range_impl.hpp │ │ │ ├── inserter_algorithm.hpp │ │ │ ├── integral_wrapper.hpp │ │ │ ├── is_msvc_eti_arg.hpp │ │ │ ├── iter_apply.hpp │ │ │ ├── iter_fold_if_impl.hpp │ │ │ ├── iter_fold_impl.hpp │ │ │ ├── iter_push_front.hpp │ │ │ ├── joint_iter.hpp │ │ │ ├── lambda_arity_param.hpp │ │ │ ├── lambda_no_ctps.hpp │ │ │ ├── lambda_spec.hpp │ │ │ ├── lambda_support.hpp │ │ │ ├── largest_int.hpp │ │ │ ├── logical_op.hpp │ │ │ ├── msvc_dtw.hpp │ │ │ ├── msvc_eti_base.hpp │ │ │ ├── msvc_is_class.hpp │ │ │ ├── msvc_never_true.hpp │ │ │ ├── msvc_type.hpp │ │ │ ├── na.hpp │ │ │ ├── na_assert.hpp │ │ │ ├── na_fwd.hpp │ │ │ ├── na_spec.hpp │ │ │ ├── nested_type_wknd.hpp │ │ │ ├── nttp_decl.hpp │ │ │ ├── numeric_cast_utils.hpp │ │ │ ├── numeric_op.hpp │ │ │ ├── order_impl.hpp │ │ │ ├── overload_names.hpp │ │ │ ├── partition_op.hpp │ │ │ ├── pop_back_impl.hpp │ │ │ ├── pop_front_impl.hpp │ │ │ ├── preprocessed │ │ │ │ ├── bcc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── bcc551 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── bcc_pre590 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── dmc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── gcc │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── msvc60 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── msvc70 │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── mwcw │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── no_ctps │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ ├── no_ttp │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ │ └── plain │ │ │ │ │ ├── advance_backward.hpp │ │ │ │ │ ├── advance_forward.hpp │ │ │ │ │ ├── and.hpp │ │ │ │ │ ├── apply.hpp │ │ │ │ │ ├── apply_fwd.hpp │ │ │ │ │ ├── apply_wrap.hpp │ │ │ │ │ ├── arg.hpp │ │ │ │ │ ├── basic_bind.hpp │ │ │ │ │ ├── bind.hpp │ │ │ │ │ ├── bind_fwd.hpp │ │ │ │ │ ├── bitand.hpp │ │ │ │ │ ├── bitor.hpp │ │ │ │ │ ├── bitxor.hpp │ │ │ │ │ ├── deque.hpp │ │ │ │ │ ├── divides.hpp │ │ │ │ │ ├── equal_to.hpp │ │ │ │ │ ├── fold_impl.hpp │ │ │ │ │ ├── full_lambda.hpp │ │ │ │ │ ├── greater.hpp │ │ │ │ │ ├── greater_equal.hpp │ │ │ │ │ ├── inherit.hpp │ │ │ │ │ ├── iter_fold_if_impl.hpp │ │ │ │ │ ├── iter_fold_impl.hpp │ │ │ │ │ ├── lambda_no_ctps.hpp │ │ │ │ │ ├── less.hpp │ │ │ │ │ ├── less_equal.hpp │ │ │ │ │ ├── list.hpp │ │ │ │ │ ├── list_c.hpp │ │ │ │ │ ├── map.hpp │ │ │ │ │ ├── minus.hpp │ │ │ │ │ ├── modulus.hpp │ │ │ │ │ ├── not_equal_to.hpp │ │ │ │ │ ├── or.hpp │ │ │ │ │ ├── placeholders.hpp │ │ │ │ │ ├── plus.hpp │ │ │ │ │ ├── quote.hpp │ │ │ │ │ ├── reverse_fold_impl.hpp │ │ │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ │ │ ├── set.hpp │ │ │ │ │ ├── set_c.hpp │ │ │ │ │ ├── shift_left.hpp │ │ │ │ │ ├── shift_right.hpp │ │ │ │ │ ├── template_arity.hpp │ │ │ │ │ ├── times.hpp │ │ │ │ │ ├── unpack_args.hpp │ │ │ │ │ ├── vector.hpp │ │ │ │ │ └── vector_c.hpp │ │ │ ├── preprocessor │ │ │ │ ├── add.hpp │ │ │ │ ├── def_params_tail.hpp │ │ │ │ ├── default_params.hpp │ │ │ │ ├── enum.hpp │ │ │ │ ├── ext_params.hpp │ │ │ │ ├── filter_params.hpp │ │ │ │ ├── is_seq.hpp │ │ │ │ ├── params.hpp │ │ │ │ ├── partial_spec_params.hpp │ │ │ │ ├── range.hpp │ │ │ │ ├── repeat.hpp │ │ │ │ ├── sub.hpp │ │ │ │ ├── token_equal.hpp │ │ │ │ └── tuple.hpp │ │ │ ├── ptr_to_ref.hpp │ │ │ ├── push_back_impl.hpp │ │ │ ├── push_front_impl.hpp │ │ │ ├── range_c │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── size.hpp │ │ │ │ └── tag.hpp │ │ │ ├── reverse_fold_impl.hpp │ │ │ ├── reverse_fold_impl_body.hpp │ │ │ ├── reverse_iter_fold_impl.hpp │ │ │ ├── sequence_wrapper.hpp │ │ │ ├── shift_op.hpp │ │ │ ├── single_element_iter.hpp │ │ │ ├── size_impl.hpp │ │ │ ├── sort_impl.hpp │ │ │ ├── static_cast.hpp │ │ │ ├── template_arity.hpp │ │ │ ├── template_arity_fwd.hpp │ │ │ ├── test.hpp │ │ │ ├── test │ │ │ │ ├── assert.hpp │ │ │ │ ├── data.hpp │ │ │ │ └── test_case.hpp │ │ │ ├── traits_lambda_spec.hpp │ │ │ ├── transform_iter.hpp │ │ │ ├── type_wrapper.hpp │ │ │ ├── unwrap.hpp │ │ │ ├── value_wknd.hpp │ │ │ └── yes_no.hpp │ │ ├── back.hpp │ │ ├── back_fwd.hpp │ │ ├── back_inserter.hpp │ │ ├── base.hpp │ │ ├── begin.hpp │ │ ├── begin_end.hpp │ │ ├── begin_end_fwd.hpp │ │ ├── bind.hpp │ │ ├── bind_fwd.hpp │ │ ├── bitand.hpp │ │ ├── bitor.hpp │ │ ├── bitwise.hpp │ │ ├── bitxor.hpp │ │ ├── bool.hpp │ │ ├── bool_fwd.hpp │ │ ├── char.hpp │ │ ├── char_fwd.hpp │ │ ├── clear.hpp │ │ ├── clear_fwd.hpp │ │ ├── comparison.hpp │ │ ├── contains.hpp │ │ ├── contains_fwd.hpp │ │ ├── copy.hpp │ │ ├── copy_if.hpp │ │ ├── count.hpp │ │ ├── count_fwd.hpp │ │ ├── count_if.hpp │ │ ├── deque.hpp │ │ ├── deref.hpp │ │ ├── distance.hpp │ │ ├── distance_fwd.hpp │ │ ├── divides.hpp │ │ ├── empty.hpp │ │ ├── empty_base.hpp │ │ ├── empty_fwd.hpp │ │ ├── empty_sequence.hpp │ │ ├── end.hpp │ │ ├── equal.hpp │ │ ├── equal_to.hpp │ │ ├── erase.hpp │ │ ├── erase_fwd.hpp │ │ ├── erase_key.hpp │ │ ├── erase_key_fwd.hpp │ │ ├── eval_if.hpp │ │ ├── filter_view.hpp │ │ ├── find.hpp │ │ ├── find_if.hpp │ │ ├── fold.hpp │ │ ├── for_each.hpp │ │ ├── front.hpp │ │ ├── front_fwd.hpp │ │ ├── front_inserter.hpp │ │ ├── get_tag.hpp │ │ ├── greater.hpp │ │ ├── greater_equal.hpp │ │ ├── has_key.hpp │ │ ├── has_key_fwd.hpp │ │ ├── has_xxx.hpp │ │ ├── identity.hpp │ │ ├── if.hpp │ │ ├── index_if.hpp │ │ ├── index_of.hpp │ │ ├── inherit.hpp │ │ ├── inherit_linearly.hpp │ │ ├── insert.hpp │ │ ├── insert_fwd.hpp │ │ ├── insert_range.hpp │ │ ├── insert_range_fwd.hpp │ │ ├── inserter.hpp │ │ ├── int.hpp │ │ ├── int_fwd.hpp │ │ ├── integral_c.hpp │ │ ├── integral_c_fwd.hpp │ │ ├── integral_c_tag.hpp │ │ ├── is_placeholder.hpp │ │ ├── is_sequence.hpp │ │ ├── iter_fold.hpp │ │ ├── iter_fold_if.hpp │ │ ├── iterator_category.hpp │ │ ├── iterator_range.hpp │ │ ├── iterator_tags.hpp │ │ ├── joint_view.hpp │ │ ├── key_type.hpp │ │ ├── key_type_fwd.hpp │ │ ├── lambda.hpp │ │ ├── lambda_fwd.hpp │ │ ├── less.hpp │ │ ├── less_equal.hpp │ │ ├── limits │ │ │ ├── arity.hpp │ │ │ ├── list.hpp │ │ │ ├── map.hpp │ │ │ ├── set.hpp │ │ │ ├── string.hpp │ │ │ ├── unrolling.hpp │ │ │ └── vector.hpp │ │ ├── list.hpp │ │ ├── list │ │ │ ├── aux_ │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── begin_end.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ └── plain │ │ │ │ │ │ ├── list10.hpp │ │ │ │ │ │ ├── list10_c.hpp │ │ │ │ │ │ ├── list20.hpp │ │ │ │ │ │ ├── list20_c.hpp │ │ │ │ │ │ ├── list30.hpp │ │ │ │ │ │ ├── list30_c.hpp │ │ │ │ │ │ ├── list40.hpp │ │ │ │ │ │ ├── list40_c.hpp │ │ │ │ │ │ ├── list50.hpp │ │ │ │ │ │ └── list50_c.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── size.hpp │ │ │ │ └── tag.hpp │ │ │ ├── list0.hpp │ │ │ ├── list0_c.hpp │ │ │ ├── list10.hpp │ │ │ ├── list10_c.hpp │ │ │ ├── list20.hpp │ │ │ ├── list20_c.hpp │ │ │ ├── list30.hpp │ │ │ ├── list30_c.hpp │ │ │ ├── list40.hpp │ │ │ ├── list40_c.hpp │ │ │ ├── list50.hpp │ │ │ └── list50_c.hpp │ │ ├── list_c.hpp │ │ ├── logical.hpp │ │ ├── long.hpp │ │ ├── long_fwd.hpp │ │ ├── lower_bound.hpp │ │ ├── map.hpp │ │ ├── map │ │ │ ├── aux_ │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ ├── clear_impl.hpp │ │ │ │ ├── contains_impl.hpp │ │ │ │ ├── empty_impl.hpp │ │ │ │ ├── erase_impl.hpp │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ ├── has_key_impl.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── insert_range_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── key_type_impl.hpp │ │ │ │ ├── map0.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ ├── plain │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ │ └── typeof_based │ │ │ │ │ │ ├── map10.hpp │ │ │ │ │ │ ├── map20.hpp │ │ │ │ │ │ ├── map30.hpp │ │ │ │ │ │ ├── map40.hpp │ │ │ │ │ │ └── map50.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── value_type_impl.hpp │ │ │ ├── map0.hpp │ │ │ ├── map10.hpp │ │ │ ├── map20.hpp │ │ │ ├── map30.hpp │ │ │ ├── map40.hpp │ │ │ └── map50.hpp │ │ ├── math │ │ │ ├── fixed_c.hpp │ │ │ ├── is_even.hpp │ │ │ └── rational_c.hpp │ │ ├── max.hpp │ │ ├── max_element.hpp │ │ ├── min.hpp │ │ ├── min_element.hpp │ │ ├── min_max.hpp │ │ ├── minus.hpp │ │ ├── modulus.hpp │ │ ├── multiplies.hpp │ │ ├── multiset │ │ │ ├── aux_ │ │ │ │ ├── count_impl.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── multiset0.hpp │ │ │ │ └── tag.hpp │ │ │ └── multiset0.hpp │ │ ├── negate.hpp │ │ ├── next.hpp │ │ ├── next_prior.hpp │ │ ├── not.hpp │ │ ├── not_equal_to.hpp │ │ ├── numeric_cast.hpp │ │ ├── or.hpp │ │ ├── order.hpp │ │ ├── order_fwd.hpp │ │ ├── pair.hpp │ │ ├── pair_view.hpp │ │ ├── partition.hpp │ │ ├── placeholders.hpp │ │ ├── plus.hpp │ │ ├── pop_back.hpp │ │ ├── pop_back_fwd.hpp │ │ ├── pop_front.hpp │ │ ├── pop_front_fwd.hpp │ │ ├── print.hpp │ │ ├── prior.hpp │ │ ├── protect.hpp │ │ ├── push_back.hpp │ │ ├── push_back_fwd.hpp │ │ ├── push_front.hpp │ │ ├── push_front_fwd.hpp │ │ ├── quote.hpp │ │ ├── range_c.hpp │ │ ├── remove.hpp │ │ ├── remove_if.hpp │ │ ├── replace.hpp │ │ ├── replace_if.hpp │ │ ├── reverse.hpp │ │ ├── reverse_fold.hpp │ │ ├── reverse_iter_fold.hpp │ │ ├── same_as.hpp │ │ ├── sequence_tag.hpp │ │ ├── sequence_tag_fwd.hpp │ │ ├── set.hpp │ │ ├── set │ │ │ ├── aux_ │ │ │ │ ├── at_impl.hpp │ │ │ │ ├── begin_end_impl.hpp │ │ │ │ ├── clear_impl.hpp │ │ │ │ ├── empty_impl.hpp │ │ │ │ ├── erase_impl.hpp │ │ │ │ ├── erase_key_impl.hpp │ │ │ │ ├── has_key_impl.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── insert_impl.hpp │ │ │ │ ├── insert_range_impl.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── key_type_impl.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ └── plain │ │ │ │ │ │ ├── set10.hpp │ │ │ │ │ │ ├── set10_c.hpp │ │ │ │ │ │ ├── set20.hpp │ │ │ │ │ │ ├── set20_c.hpp │ │ │ │ │ │ ├── set30.hpp │ │ │ │ │ │ ├── set30_c.hpp │ │ │ │ │ │ ├── set40.hpp │ │ │ │ │ │ ├── set40_c.hpp │ │ │ │ │ │ ├── set50.hpp │ │ │ │ │ │ └── set50_c.hpp │ │ │ │ ├── set0.hpp │ │ │ │ ├── size_impl.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── value_type_impl.hpp │ │ │ ├── set0.hpp │ │ │ ├── set0_c.hpp │ │ │ ├── set10.hpp │ │ │ ├── set10_c.hpp │ │ │ ├── set20.hpp │ │ │ ├── set20_c.hpp │ │ │ ├── set30.hpp │ │ │ ├── set30_c.hpp │ │ │ ├── set40.hpp │ │ │ ├── set40_c.hpp │ │ │ ├── set50.hpp │ │ │ └── set50_c.hpp │ │ ├── set_c.hpp │ │ ├── shift_left.hpp │ │ ├── shift_right.hpp │ │ ├── single_view.hpp │ │ ├── size.hpp │ │ ├── size_fwd.hpp │ │ ├── size_t.hpp │ │ ├── size_t_fwd.hpp │ │ ├── sizeof.hpp │ │ ├── sort.hpp │ │ ├── stable_partition.hpp │ │ ├── string.hpp │ │ ├── switch.hpp │ │ ├── tag.hpp │ │ ├── times.hpp │ │ ├── transform.hpp │ │ ├── transform_view.hpp │ │ ├── unique.hpp │ │ ├── unpack_args.hpp │ │ ├── upper_bound.hpp │ │ ├── value_type.hpp │ │ ├── value_type_fwd.hpp │ │ ├── vector.hpp │ │ ├── vector │ │ │ ├── aux_ │ │ │ │ ├── O1_size.hpp │ │ │ │ ├── at.hpp │ │ │ │ ├── back.hpp │ │ │ │ ├── begin_end.hpp │ │ │ │ ├── clear.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── front.hpp │ │ │ │ ├── include_preprocessed.hpp │ │ │ │ ├── item.hpp │ │ │ │ ├── iterator.hpp │ │ │ │ ├── numbered.hpp │ │ │ │ ├── numbered_c.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── no_ctps │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ ├── plain │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ │ └── typeof_based │ │ │ │ │ │ ├── vector10.hpp │ │ │ │ │ │ ├── vector10_c.hpp │ │ │ │ │ │ ├── vector20.hpp │ │ │ │ │ │ ├── vector20_c.hpp │ │ │ │ │ │ ├── vector30.hpp │ │ │ │ │ │ ├── vector30_c.hpp │ │ │ │ │ │ ├── vector40.hpp │ │ │ │ │ │ ├── vector40_c.hpp │ │ │ │ │ │ ├── vector50.hpp │ │ │ │ │ │ └── vector50_c.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ ├── size.hpp │ │ │ │ ├── tag.hpp │ │ │ │ └── vector0.hpp │ │ │ ├── vector0.hpp │ │ │ ├── vector0_c.hpp │ │ │ ├── vector10.hpp │ │ │ ├── vector10_c.hpp │ │ │ ├── vector20.hpp │ │ │ ├── vector20_c.hpp │ │ │ ├── vector30.hpp │ │ │ ├── vector30_c.hpp │ │ │ ├── vector40.hpp │ │ │ ├── vector40_c.hpp │ │ │ ├── vector50.hpp │ │ │ └── vector50_c.hpp │ │ ├── vector_c.hpp │ │ ├── void.hpp │ │ ├── void_fwd.hpp │ │ └── zip_view.hpp │ ├── next_prior.hpp │ ├── noncopyable.hpp │ ├── none.hpp │ ├── none_t.hpp │ ├── numeric │ │ ├── conversion │ │ │ ├── bounds.hpp │ │ │ ├── cast.hpp │ │ │ ├── conversion_traits.hpp │ │ │ ├── converter.hpp │ │ │ ├── converter_policies.hpp │ │ │ ├── detail │ │ │ │ ├── bounds.hpp │ │ │ │ ├── conversion_traits.hpp │ │ │ │ ├── converter.hpp │ │ │ │ ├── int_float_mixture.hpp │ │ │ │ ├── is_subranged.hpp │ │ │ │ ├── meta.hpp │ │ │ │ ├── numeric_cast_traits.hpp │ │ │ │ ├── old_numeric_cast.hpp │ │ │ │ ├── preprocessed │ │ │ │ │ ├── numeric_cast_traits_common.hpp │ │ │ │ │ └── numeric_cast_traits_long_long.hpp │ │ │ │ ├── sign_mixture.hpp │ │ │ │ └── udt_builtin_mixture.hpp │ │ │ ├── int_float_mixture.hpp │ │ │ ├── int_float_mixture_enum.hpp │ │ │ ├── is_subranged.hpp │ │ │ ├── numeric_cast_traits.hpp │ │ │ ├── sign_mixture.hpp │ │ │ ├── sign_mixture_enum.hpp │ │ │ ├── udt_builtin_mixture.hpp │ │ │ └── udt_builtin_mixture_enum.hpp │ │ ├── interval.hpp │ │ ├── interval │ │ │ ├── arith.hpp │ │ │ ├── arith2.hpp │ │ │ ├── arith3.hpp │ │ │ ├── checking.hpp │ │ │ ├── compare.hpp │ │ │ ├── compare │ │ │ │ ├── certain.hpp │ │ │ │ ├── explicit.hpp │ │ │ │ ├── lexicographic.hpp │ │ │ │ ├── possible.hpp │ │ │ │ ├── set.hpp │ │ │ │ └── tribool.hpp │ │ │ ├── constants.hpp │ │ │ ├── detail │ │ │ │ ├── alpha_rounding_control.hpp │ │ │ │ ├── bcc_rounding_control.hpp │ │ │ │ ├── bugs.hpp │ │ │ │ ├── c99_rounding_control.hpp │ │ │ │ ├── c99sub_rounding_control.hpp │ │ │ │ ├── division.hpp │ │ │ │ ├── ia64_rounding_control.hpp │ │ │ │ ├── interval_prototype.hpp │ │ │ │ ├── msvc_rounding_control.hpp │ │ │ │ ├── ppc_rounding_control.hpp │ │ │ │ ├── sparc_rounding_control.hpp │ │ │ │ ├── test_input.hpp │ │ │ │ ├── x86_rounding_control.hpp │ │ │ │ └── x86gcc_rounding_control.hpp │ │ │ ├── ext │ │ │ │ ├── integer.hpp │ │ │ │ └── x86_fast_rounding_control.hpp │ │ │ ├── hw_rounding.hpp │ │ │ ├── interval.hpp │ │ │ ├── io.hpp │ │ │ ├── limits.hpp │ │ │ ├── policies.hpp │ │ │ ├── rounded_arith.hpp │ │ │ ├── rounded_transc.hpp │ │ │ ├── rounding.hpp │ │ │ ├── transc.hpp │ │ │ ├── utility.hpp │ │ │ └── utility_fwd.hpp │ │ ├── odeint.hpp │ │ ├── odeint │ │ │ ├── algebra │ │ │ │ ├── algebra_dispatcher.hpp │ │ │ │ ├── array_algebra.hpp │ │ │ │ ├── default_operations.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── extract_value_type.hpp │ │ │ │ │ ├── for_each.hpp │ │ │ │ │ ├── macros.hpp │ │ │ │ │ └── norm_inf.hpp │ │ │ │ ├── fusion_algebra.hpp │ │ │ │ ├── fusion_algebra_dispatcher.hpp │ │ │ │ ├── multi_array_algebra.hpp │ │ │ │ ├── norm_result_type.hpp │ │ │ │ ├── operations_dispatcher.hpp │ │ │ │ ├── range_algebra.hpp │ │ │ │ └── vector_space_algebra.hpp │ │ │ ├── config.hpp │ │ │ ├── external │ │ │ │ ├── blaze │ │ │ │ │ ├── blaze_algebra_dispatcher.hpp │ │ │ │ │ └── blaze_resize.hpp │ │ │ │ ├── compute │ │ │ │ │ ├── compute.hpp │ │ │ │ │ ├── compute_algebra.hpp │ │ │ │ │ ├── compute_algebra_dispatcher.hpp │ │ │ │ │ ├── compute_operations.hpp │ │ │ │ │ ├── compute_operations_dispatcher.hpp │ │ │ │ │ └── compute_resize.hpp │ │ │ │ ├── eigen │ │ │ │ │ ├── eigen.hpp │ │ │ │ │ ├── eigen_algebra.hpp │ │ │ │ │ ├── eigen_algebra_dispatcher.hpp │ │ │ │ │ └── eigen_resize.hpp │ │ │ │ ├── gsl │ │ │ │ │ └── gsl_wrapper.hpp │ │ │ │ ├── mkl │ │ │ │ │ └── mkl_operations.hpp │ │ │ │ ├── mpi │ │ │ │ │ ├── mpi.hpp │ │ │ │ │ ├── mpi_nested_algebra.hpp │ │ │ │ │ ├── mpi_state.hpp │ │ │ │ │ └── mpi_vector_state.hpp │ │ │ │ ├── mtl4 │ │ │ │ │ ├── implicit_euler_mtl4.hpp │ │ │ │ │ ├── mtl4.hpp │ │ │ │ │ ├── mtl4_algebra_dispatcher.hpp │ │ │ │ │ └── mtl4_resize.hpp │ │ │ │ ├── nt2 │ │ │ │ │ ├── nt2_algebra_dispatcher.hpp │ │ │ │ │ ├── nt2_copy.hpp │ │ │ │ │ ├── nt2_norm_inf.hpp │ │ │ │ │ └── nt2_resize.hpp │ │ │ │ ├── openmp │ │ │ │ │ ├── openmp.hpp │ │ │ │ │ ├── openmp_nested_algebra.hpp │ │ │ │ │ ├── openmp_range_algebra.hpp │ │ │ │ │ └── openmp_state.hpp │ │ │ │ ├── thrust │ │ │ │ │ ├── thrust.hpp │ │ │ │ │ ├── thrust_algebra.hpp │ │ │ │ │ ├── thrust_algebra_dispatcher.hpp │ │ │ │ │ ├── thrust_operations.hpp │ │ │ │ │ ├── thrust_operations_dispatcher.hpp │ │ │ │ │ └── thrust_resize.hpp │ │ │ │ ├── vexcl │ │ │ │ │ ├── vexcl.hpp │ │ │ │ │ ├── vexcl_abs.hpp │ │ │ │ │ ├── vexcl_algebra_dispatcher.hpp │ │ │ │ │ ├── vexcl_copy.hpp │ │ │ │ │ ├── vexcl_norm_inf.hpp │ │ │ │ │ ├── vexcl_resize.hpp │ │ │ │ │ └── vexcl_same_instance.hpp │ │ │ │ └── viennacl │ │ │ │ │ ├── viennacl_operations.hpp │ │ │ │ │ └── viennacl_resize.hpp │ │ │ ├── integrate │ │ │ │ ├── check_adapter.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── functors.hpp │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ └── integrate_times.hpp │ │ │ │ ├── integrate.hpp │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ ├── integrate_const.hpp │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ ├── integrate_times.hpp │ │ │ │ ├── max_step_checker.hpp │ │ │ │ ├── null_observer.hpp │ │ │ │ └── observer_collection.hpp │ │ │ ├── iterator │ │ │ │ ├── adaptive_iterator.hpp │ │ │ │ ├── adaptive_time_iterator.hpp │ │ │ │ ├── const_step_iterator.hpp │ │ │ │ ├── const_step_time_iterator.hpp │ │ │ │ ├── detail │ │ │ │ │ └── ode_iterator_base.hpp │ │ │ │ ├── impl │ │ │ │ │ ├── adaptive_iterator_impl.hpp │ │ │ │ │ ├── const_step_iterator_impl.hpp │ │ │ │ │ ├── n_step_iterator_impl.hpp │ │ │ │ │ └── times_iterator_impl.hpp │ │ │ │ ├── integrate │ │ │ │ │ ├── detail │ │ │ │ │ │ ├── functors.hpp │ │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ │ └── integrate_times.hpp │ │ │ │ │ ├── integrate.hpp │ │ │ │ │ ├── integrate_adaptive.hpp │ │ │ │ │ ├── integrate_const.hpp │ │ │ │ │ ├── integrate_n_steps.hpp │ │ │ │ │ ├── integrate_times.hpp │ │ │ │ │ ├── null_observer.hpp │ │ │ │ │ └── observer_collection.hpp │ │ │ │ ├── n_step_iterator.hpp │ │ │ │ ├── n_step_time_iterator.hpp │ │ │ │ ├── times_iterator.hpp │ │ │ │ └── times_time_iterator.hpp │ │ │ ├── stepper │ │ │ │ ├── adams_bashforth.hpp │ │ │ │ ├── adams_bashforth_moulton.hpp │ │ │ │ ├── adams_moulton.hpp │ │ │ │ ├── adaptive_adams_bashforth_moulton.hpp │ │ │ │ ├── base │ │ │ │ │ ├── algebra_stepper_base.hpp │ │ │ │ │ ├── explicit_error_stepper_base.hpp │ │ │ │ │ ├── explicit_error_stepper_fsal_base.hpp │ │ │ │ │ ├── explicit_stepper_base.hpp │ │ │ │ │ └── symplectic_rkn_stepper_base.hpp │ │ │ │ ├── bulirsch_stoer.hpp │ │ │ │ ├── bulirsch_stoer_dense_out.hpp │ │ │ │ ├── controlled_adams_bashforth_moulton.hpp │ │ │ │ ├── controlled_runge_kutta.hpp │ │ │ │ ├── controlled_step_result.hpp │ │ │ │ ├── dense_output_runge_kutta.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── adams_bashforth_call_algebra.hpp │ │ │ │ │ ├── adams_bashforth_coefficients.hpp │ │ │ │ │ ├── adams_moulton_call_algebra.hpp │ │ │ │ │ ├── adams_moulton_coefficients.hpp │ │ │ │ │ ├── adaptive_adams_coefficients.hpp │ │ │ │ │ ├── generic_rk_algorithm.hpp │ │ │ │ │ ├── generic_rk_call_algebra.hpp │ │ │ │ │ ├── generic_rk_operations.hpp │ │ │ │ │ ├── pid_step_adjuster.hpp │ │ │ │ │ ├── pid_step_adjuster_coefficients.hpp │ │ │ │ │ └── rotating_buffer.hpp │ │ │ │ ├── euler.hpp │ │ │ │ ├── explicit_error_generic_rk.hpp │ │ │ │ ├── explicit_generic_rk.hpp │ │ │ │ ├── extrapolation_stepper.hpp │ │ │ │ ├── generation.hpp │ │ │ │ ├── generation │ │ │ │ │ ├── generation_controlled_adams_bashforth_moulton.hpp │ │ │ │ │ ├── generation_controlled_runge_kutta.hpp │ │ │ │ │ ├── generation_dense_output_runge_kutta.hpp │ │ │ │ │ ├── generation_rosenbrock4.hpp │ │ │ │ │ ├── generation_runge_kutta_cash_karp54.hpp │ │ │ │ │ ├── generation_runge_kutta_cash_karp54_classic.hpp │ │ │ │ │ ├── generation_runge_kutta_dopri5.hpp │ │ │ │ │ ├── generation_runge_kutta_fehlberg78.hpp │ │ │ │ │ ├── make_controlled.hpp │ │ │ │ │ └── make_dense_output.hpp │ │ │ │ ├── implicit_euler.hpp │ │ │ │ ├── modified_midpoint.hpp │ │ │ │ ├── rosenbrock4.hpp │ │ │ │ ├── rosenbrock4_controller.hpp │ │ │ │ ├── rosenbrock4_dense_output.hpp │ │ │ │ ├── runge_kutta4.hpp │ │ │ │ ├── runge_kutta4_classic.hpp │ │ │ │ ├── runge_kutta_cash_karp54.hpp │ │ │ │ ├── runge_kutta_cash_karp54_classic.hpp │ │ │ │ ├── runge_kutta_dopri5.hpp │ │ │ │ ├── runge_kutta_fehlberg78.hpp │ │ │ │ ├── stepper_categories.hpp │ │ │ │ ├── symplectic_euler.hpp │ │ │ │ ├── symplectic_rkn_sb3a_m4_mclachlan.hpp │ │ │ │ ├── symplectic_rkn_sb3a_mclachlan.hpp │ │ │ │ └── velocity_verlet.hpp │ │ │ ├── tools │ │ │ │ ├── assert.hpp │ │ │ │ ├── is_standalone.hpp │ │ │ │ └── traits.hpp │ │ │ ├── util │ │ │ │ ├── bind.hpp │ │ │ │ ├── copy.hpp │ │ │ │ ├── detail │ │ │ │ │ ├── is_range.hpp │ │ │ │ │ └── less_with_sign.hpp │ │ │ │ ├── is_pair.hpp │ │ │ │ ├── is_resizeable.hpp │ │ │ │ ├── multi_array_adaption.hpp │ │ │ │ ├── n_ary_helper.hpp │ │ │ │ ├── odeint_error.hpp │ │ │ │ ├── resize.hpp │ │ │ │ ├── resizer.hpp │ │ │ │ ├── same_instance.hpp │ │ │ │ ├── same_size.hpp │ │ │ │ ├── split.hpp │ │ │ │ ├── split_adaptor.hpp │ │ │ │ ├── state_wrapper.hpp │ │ │ │ ├── stepper_traits.hpp │ │ │ │ ├── ublas_matrix_expression.patch │ │ │ │ ├── ublas_wrapper.hpp │ │ │ │ ├── unit_helper.hpp │ │ │ │ └── unwrap_reference.hpp │ │ │ └── version.hpp │ │ └── ublas │ │ │ ├── assignment.hpp │ │ │ ├── banded.hpp │ │ │ ├── blas.hpp │ │ │ ├── detail │ │ │ ├── concepts.hpp │ │ │ ├── config.hpp │ │ │ ├── definitions.hpp │ │ │ ├── documentation.hpp │ │ │ ├── duff.hpp │ │ │ ├── iterator.hpp │ │ │ ├── matrix_assign.hpp │ │ │ ├── raw.hpp │ │ │ ├── returntype_deduction.hpp │ │ │ ├── temporary.hpp │ │ │ └── vector_assign.hpp │ │ │ ├── doxydoc.hpp │ │ │ ├── exception.hpp │ │ │ ├── experimental │ │ │ └── sparse_view.hpp │ │ │ ├── expression_types.hpp │ │ │ ├── functional.hpp │ │ │ ├── fwd.hpp │ │ │ ├── hermitian.hpp │ │ │ ├── io.hpp │ │ │ ├── lu.hpp │ │ │ ├── matrix.hpp │ │ │ ├── matrix_expression.hpp │ │ │ ├── matrix_proxy.hpp │ │ │ ├── matrix_sparse.hpp │ │ │ ├── matrix_vector.hpp │ │ │ ├── opencl.hpp │ │ │ ├── opencl │ │ │ ├── elementwise.hpp │ │ │ ├── library.hpp │ │ │ ├── matrix.hpp │ │ │ ├── misc.hpp │ │ │ ├── operations.hpp │ │ │ ├── prod.hpp │ │ │ ├── transpose.hpp │ │ │ └── vector.hpp │ │ │ ├── operation.hpp │ │ │ ├── operation │ │ │ ├── begin.hpp │ │ │ ├── c_array.hpp │ │ │ ├── end.hpp │ │ │ ├── num_columns.hpp │ │ │ ├── num_rows.hpp │ │ │ └── size.hpp │ │ │ ├── operation_blocked.hpp │ │ │ ├── operation_sparse.hpp │ │ │ ├── operations.hpp │ │ │ ├── storage.hpp │ │ │ ├── storage_sparse.hpp │ │ │ ├── symmetric.hpp │ │ │ ├── tags.hpp │ │ │ ├── tensor.hpp │ │ │ ├── tensor │ │ │ ├── algorithms.hpp │ │ │ ├── expression.hpp │ │ │ ├── expression_evaluation.hpp │ │ │ ├── extents.hpp │ │ │ ├── functions.hpp │ │ │ ├── index.hpp │ │ │ ├── multi_index.hpp │ │ │ ├── multi_index_utility.hpp │ │ │ ├── multiplication.hpp │ │ │ ├── operators_arithmetic.hpp │ │ │ ├── operators_comparison.hpp │ │ │ ├── ostream.hpp │ │ │ ├── storage_traits.hpp │ │ │ ├── strides.hpp │ │ │ └── tensor.hpp │ │ │ ├── traits.hpp │ │ │ ├── traits │ │ │ ├── c_array.hpp │ │ │ ├── const_iterator_type.hpp │ │ │ └── iterator_type.hpp │ │ │ ├── triangular.hpp │ │ │ ├── vector.hpp │ │ │ ├── vector_expression.hpp │ │ │ ├── vector_of_vector.hpp │ │ │ ├── vector_proxy.hpp │ │ │ └── vector_sparse.hpp │ ├── optional.hpp │ ├── optional │ │ ├── bad_optional_access.hpp │ │ ├── detail │ │ │ ├── experimental_traits.hpp │ │ │ ├── optional_aligned_storage.hpp │ │ │ ├── optional_config.hpp │ │ │ ├── optional_factory_support.hpp │ │ │ ├── optional_hash.hpp │ │ │ ├── optional_reference_spec.hpp │ │ │ ├── optional_relops.hpp │ │ │ ├── optional_swap.hpp │ │ │ ├── optional_trivially_copyable_base.hpp │ │ │ └── optional_utility.hpp │ │ ├── optional.hpp │ │ ├── optional_fwd.hpp │ │ └── optional_io.hpp │ ├── predef │ │ ├── architecture.h │ │ ├── architecture │ │ │ ├── alpha.h │ │ │ ├── arm.h │ │ │ ├── blackfin.h │ │ │ ├── convex.h │ │ │ ├── e2k.h │ │ │ ├── ia64.h │ │ │ ├── loongarch.h │ │ │ ├── m68k.h │ │ │ ├── mips.h │ │ │ ├── parisc.h │ │ │ ├── ppc.h │ │ │ ├── ptx.h │ │ │ ├── pyramid.h │ │ │ ├── riscv.h │ │ │ ├── rs6k.h │ │ │ ├── sparc.h │ │ │ ├── superh.h │ │ │ ├── sys370.h │ │ │ ├── sys390.h │ │ │ ├── x86.h │ │ │ ├── x86 │ │ │ │ ├── 32.h │ │ │ │ └── 64.h │ │ │ └── z.h │ │ ├── compiler.h │ │ ├── compiler │ │ │ ├── borland.h │ │ │ ├── clang.h │ │ │ ├── comeau.h │ │ │ ├── compaq.h │ │ │ ├── diab.h │ │ │ ├── digitalmars.h │ │ │ ├── dignus.h │ │ │ ├── edg.h │ │ │ ├── ekopath.h │ │ │ ├── gcc.h │ │ │ ├── gcc_xml.h │ │ │ ├── greenhills.h │ │ │ ├── hp_acc.h │ │ │ ├── iar.h │ │ │ ├── ibm.h │ │ │ ├── intel.h │ │ │ ├── kai.h │ │ │ ├── llvm.h │ │ │ ├── metaware.h │ │ │ ├── metrowerks.h │ │ │ ├── microtec.h │ │ │ ├── mpw.h │ │ │ ├── nvcc.h │ │ │ ├── palm.h │ │ │ ├── pgi.h │ │ │ ├── sgi_mipspro.h │ │ │ ├── sunpro.h │ │ │ ├── tendra.h │ │ │ ├── visualc.h │ │ │ └── watcom.h │ │ ├── detail │ │ │ ├── _cassert.h │ │ │ ├── _exception.h │ │ │ ├── comp_detected.h │ │ │ ├── os_detected.h │ │ │ ├── platform_detected.h │ │ │ ├── test.h │ │ │ └── test_def.h │ │ ├── hardware.h │ │ ├── hardware │ │ │ ├── simd.h │ │ │ └── simd │ │ │ │ ├── arm.h │ │ │ │ ├── arm │ │ │ │ └── versions.h │ │ │ │ ├── ppc.h │ │ │ │ ├── ppc │ │ │ │ └── versions.h │ │ │ │ ├── x86.h │ │ │ │ ├── x86 │ │ │ │ └── versions.h │ │ │ │ ├── x86_amd.h │ │ │ │ └── x86_amd │ │ │ │ └── versions.h │ │ ├── language.h │ │ ├── language │ │ │ ├── cuda.h │ │ │ ├── objc.h │ │ │ ├── stdc.h │ │ │ └── stdcpp.h │ │ ├── library.h │ │ ├── library │ │ │ ├── c.h │ │ │ ├── c │ │ │ │ ├── _prefix.h │ │ │ │ ├── cloudabi.h │ │ │ │ ├── gnu.h │ │ │ │ ├── uc.h │ │ │ │ ├── vms.h │ │ │ │ └── zos.h │ │ │ ├── std.h │ │ │ └── std │ │ │ │ ├── _prefix.h │ │ │ │ ├── cxx.h │ │ │ │ ├── dinkumware.h │ │ │ │ ├── libcomo.h │ │ │ │ ├── modena.h │ │ │ │ ├── msl.h │ │ │ │ ├── msvc.h │ │ │ │ ├── roguewave.h │ │ │ │ ├── sgi.h │ │ │ │ ├── stdcpp3.h │ │ │ │ ├── stlport.h │ │ │ │ └── vacpp.h │ │ ├── make.h │ │ ├── os.h │ │ ├── os │ │ │ ├── aix.h │ │ │ ├── amigaos.h │ │ │ ├── beos.h │ │ │ ├── bsd.h │ │ │ ├── bsd │ │ │ │ ├── bsdi.h │ │ │ │ ├── dragonfly.h │ │ │ │ ├── free.h │ │ │ │ ├── net.h │ │ │ │ └── open.h │ │ │ ├── cygwin.h │ │ │ ├── haiku.h │ │ │ ├── hpux.h │ │ │ ├── ios.h │ │ │ ├── irix.h │ │ │ ├── linux.h │ │ │ ├── macos.h │ │ │ ├── os400.h │ │ │ ├── qnxnto.h │ │ │ ├── solaris.h │ │ │ ├── unix.h │ │ │ ├── vms.h │ │ │ └── windows.h │ │ ├── other.h │ │ ├── other │ │ │ ├── endian.h │ │ │ ├── wordsize.h │ │ │ └── workaround.h │ │ ├── platform.h │ │ ├── platform │ │ │ ├── android.h │ │ │ ├── cloudabi.h │ │ │ ├── ios.h │ │ │ ├── mingw.h │ │ │ ├── mingw32.h │ │ │ ├── mingw64.h │ │ │ ├── windows_desktop.h │ │ │ ├── windows_phone.h │ │ │ ├── windows_runtime.h │ │ │ ├── windows_server.h │ │ │ ├── windows_store.h │ │ │ ├── windows_system.h │ │ │ └── windows_uwp.h │ │ ├── version.h │ │ └── version_number.h │ ├── preprocessor.hpp │ ├── preprocessor │ │ ├── arithmetic.hpp │ │ ├── arithmetic │ │ │ ├── add.hpp │ │ │ ├── dec.hpp │ │ │ ├── detail │ │ │ │ ├── div_base.hpp │ │ │ │ ├── is_1_number.hpp │ │ │ │ ├── is_maximum_number.hpp │ │ │ │ ├── is_minimum_number.hpp │ │ │ │ └── maximum_number.hpp │ │ │ ├── div.hpp │ │ │ ├── inc.hpp │ │ │ ├── limits │ │ │ │ ├── dec_1024.hpp │ │ │ │ ├── dec_256.hpp │ │ │ │ ├── dec_512.hpp │ │ │ │ ├── inc_1024.hpp │ │ │ │ ├── inc_256.hpp │ │ │ │ └── inc_512.hpp │ │ │ ├── mod.hpp │ │ │ ├── mul.hpp │ │ │ └── sub.hpp │ │ ├── array.hpp │ │ ├── array │ │ │ ├── data.hpp │ │ │ ├── detail │ │ │ │ └── get_data.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── insert.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── remove.hpp │ │ │ ├── replace.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_seq.hpp │ │ │ └── to_tuple.hpp │ │ ├── assert_msg.hpp │ │ ├── cat.hpp │ │ ├── comma.hpp │ │ ├── comma_if.hpp │ │ ├── comparison.hpp │ │ ├── comparison │ │ │ ├── equal.hpp │ │ │ ├── greater.hpp │ │ │ ├── greater_equal.hpp │ │ │ ├── less.hpp │ │ │ ├── less_equal.hpp │ │ │ ├── limits │ │ │ │ ├── not_equal_1024.hpp │ │ │ │ ├── not_equal_256.hpp │ │ │ │ └── not_equal_512.hpp │ │ │ └── not_equal.hpp │ │ ├── config │ │ │ ├── config.hpp │ │ │ └── limits.hpp │ │ ├── control.hpp │ │ ├── control │ │ │ ├── deduce_d.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── while.hpp │ │ │ │ ├── edg │ │ │ │ │ ├── limits │ │ │ │ │ │ ├── while_1024.hpp │ │ │ │ │ │ ├── while_256.hpp │ │ │ │ │ │ └── while_512.hpp │ │ │ │ │ └── while.hpp │ │ │ │ ├── limits │ │ │ │ │ ├── while_1024.hpp │ │ │ │ │ ├── while_256.hpp │ │ │ │ │ └── while_512.hpp │ │ │ │ ├── msvc │ │ │ │ │ └── while.hpp │ │ │ │ └── while.hpp │ │ │ ├── expr_if.hpp │ │ │ ├── expr_iif.hpp │ │ │ ├── if.hpp │ │ │ ├── iif.hpp │ │ │ ├── limits │ │ │ │ ├── while_1024.hpp │ │ │ │ ├── while_256.hpp │ │ │ │ └── while_512.hpp │ │ │ └── while.hpp │ │ ├── debug.hpp │ │ ├── debug │ │ │ ├── assert.hpp │ │ │ ├── error.hpp │ │ │ └── line.hpp │ │ ├── dec.hpp │ │ ├── detail │ │ │ ├── auto_rec.hpp │ │ │ ├── check.hpp │ │ │ ├── dmc │ │ │ │ └── auto_rec.hpp │ │ │ ├── is_binary.hpp │ │ │ ├── is_nullary.hpp │ │ │ ├── is_unary.hpp │ │ │ ├── limits │ │ │ │ ├── auto_rec_1024.hpp │ │ │ │ ├── auto_rec_256.hpp │ │ │ │ └── auto_rec_512.hpp │ │ │ ├── null.hpp │ │ │ └── split.hpp │ │ ├── empty.hpp │ │ ├── enum.hpp │ │ ├── enum_params.hpp │ │ ├── enum_params_with_a_default.hpp │ │ ├── enum_params_with_defaults.hpp │ │ ├── enum_shifted.hpp │ │ ├── enum_shifted_params.hpp │ │ ├── expand.hpp │ │ ├── expr_if.hpp │ │ ├── facilities.hpp │ │ ├── facilities │ │ │ ├── apply.hpp │ │ │ ├── check_empty.hpp │ │ │ ├── detail │ │ │ │ └── is_empty.hpp │ │ │ ├── empty.hpp │ │ │ ├── expand.hpp │ │ │ ├── identity.hpp │ │ │ ├── intercept.hpp │ │ │ ├── is_1.hpp │ │ │ ├── is_empty.hpp │ │ │ ├── is_empty_or_1.hpp │ │ │ ├── is_empty_variadic.hpp │ │ │ ├── limits │ │ │ │ ├── intercept_1024.hpp │ │ │ │ ├── intercept_256.hpp │ │ │ │ └── intercept_512.hpp │ │ │ ├── overload.hpp │ │ │ └── va_opt.hpp │ │ ├── for.hpp │ │ ├── identity.hpp │ │ ├── if.hpp │ │ ├── inc.hpp │ │ ├── iterate.hpp │ │ ├── iteration.hpp │ │ ├── iteration │ │ │ ├── detail │ │ │ │ ├── bounds │ │ │ │ │ ├── lower1.hpp │ │ │ │ │ ├── lower2.hpp │ │ │ │ │ ├── lower3.hpp │ │ │ │ │ ├── lower4.hpp │ │ │ │ │ ├── lower5.hpp │ │ │ │ │ ├── upper1.hpp │ │ │ │ │ ├── upper2.hpp │ │ │ │ │ ├── upper3.hpp │ │ │ │ │ ├── upper4.hpp │ │ │ │ │ └── upper5.hpp │ │ │ │ ├── finish.hpp │ │ │ │ ├── iter │ │ │ │ │ ├── forward1.hpp │ │ │ │ │ ├── forward2.hpp │ │ │ │ │ ├── forward3.hpp │ │ │ │ │ ├── forward4.hpp │ │ │ │ │ ├── forward5.hpp │ │ │ │ │ ├── limits │ │ │ │ │ │ ├── forward1_1024.hpp │ │ │ │ │ │ ├── forward1_256.hpp │ │ │ │ │ │ ├── forward1_512.hpp │ │ │ │ │ │ ├── forward2_1024.hpp │ │ │ │ │ │ ├── forward2_256.hpp │ │ │ │ │ │ ├── forward2_512.hpp │ │ │ │ │ │ ├── forward3_1024.hpp │ │ │ │ │ │ ├── forward3_256.hpp │ │ │ │ │ │ ├── forward3_512.hpp │ │ │ │ │ │ ├── forward4_1024.hpp │ │ │ │ │ │ ├── forward4_256.hpp │ │ │ │ │ │ ├── forward4_512.hpp │ │ │ │ │ │ ├── forward5_1024.hpp │ │ │ │ │ │ ├── forward5_256.hpp │ │ │ │ │ │ ├── forward5_512.hpp │ │ │ │ │ │ ├── reverse1_1024.hpp │ │ │ │ │ │ ├── reverse1_256.hpp │ │ │ │ │ │ ├── reverse1_512.hpp │ │ │ │ │ │ ├── reverse2_1024.hpp │ │ │ │ │ │ ├── reverse2_256.hpp │ │ │ │ │ │ ├── reverse2_512.hpp │ │ │ │ │ │ ├── reverse3_1024.hpp │ │ │ │ │ │ ├── reverse3_256.hpp │ │ │ │ │ │ ├── reverse3_512.hpp │ │ │ │ │ │ ├── reverse4_1024.hpp │ │ │ │ │ │ ├── reverse4_256.hpp │ │ │ │ │ │ ├── reverse4_512.hpp │ │ │ │ │ │ ├── reverse5_1024.hpp │ │ │ │ │ │ ├── reverse5_256.hpp │ │ │ │ │ │ └── reverse5_512.hpp │ │ │ │ │ ├── reverse1.hpp │ │ │ │ │ ├── reverse2.hpp │ │ │ │ │ ├── reverse3.hpp │ │ │ │ │ ├── reverse4.hpp │ │ │ │ │ └── reverse5.hpp │ │ │ │ ├── limits │ │ │ │ │ ├── local_1024.hpp │ │ │ │ │ ├── local_256.hpp │ │ │ │ │ ├── local_512.hpp │ │ │ │ │ ├── rlocal_1024.hpp │ │ │ │ │ ├── rlocal_256.hpp │ │ │ │ │ └── rlocal_512.hpp │ │ │ │ ├── local.hpp │ │ │ │ ├── rlocal.hpp │ │ │ │ ├── self.hpp │ │ │ │ └── start.hpp │ │ │ ├── iterate.hpp │ │ │ ├── local.hpp │ │ │ └── self.hpp │ │ ├── library.hpp │ │ ├── limits.hpp │ │ ├── list.hpp │ │ ├── list │ │ │ ├── adt.hpp │ │ │ ├── append.hpp │ │ │ ├── at.hpp │ │ │ ├── cat.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── fold_left.hpp │ │ │ │ ├── edg │ │ │ │ │ ├── fold_left.hpp │ │ │ │ │ ├── fold_right.hpp │ │ │ │ │ └── limits │ │ │ │ │ │ ├── fold_left_1024.hpp │ │ │ │ │ │ ├── fold_left_256.hpp │ │ │ │ │ │ ├── fold_left_512.hpp │ │ │ │ │ │ ├── fold_right_1024.hpp │ │ │ │ │ │ ├── fold_right_256.hpp │ │ │ │ │ │ └── fold_right_512.hpp │ │ │ │ ├── fold_left.hpp │ │ │ │ ├── fold_right.hpp │ │ │ │ └── limits │ │ │ │ │ ├── fold_left_1024.hpp │ │ │ │ │ ├── fold_left_256.hpp │ │ │ │ │ ├── fold_left_512.hpp │ │ │ │ │ ├── fold_right_1024.hpp │ │ │ │ │ ├── fold_right_256.hpp │ │ │ │ │ └── fold_right_512.hpp │ │ │ ├── enum.hpp │ │ │ ├── filter.hpp │ │ │ ├── first_n.hpp │ │ │ ├── fold_left.hpp │ │ │ ├── fold_right.hpp │ │ │ ├── for_each.hpp │ │ │ ├── for_each_i.hpp │ │ │ ├── for_each_product.hpp │ │ │ ├── limits │ │ │ │ ├── fold_left_1024.hpp │ │ │ │ ├── fold_left_256.hpp │ │ │ │ └── fold_left_512.hpp │ │ │ ├── rest_n.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_seq.hpp │ │ │ ├── to_tuple.hpp │ │ │ └── transform.hpp │ │ ├── logical.hpp │ │ ├── logical │ │ │ ├── and.hpp │ │ │ ├── bitand.hpp │ │ │ ├── bitnor.hpp │ │ │ ├── bitor.hpp │ │ │ ├── bitxor.hpp │ │ │ ├── bool.hpp │ │ │ ├── compl.hpp │ │ │ ├── limits │ │ │ │ ├── bool_1024.hpp │ │ │ │ ├── bool_256.hpp │ │ │ │ └── bool_512.hpp │ │ │ ├── nor.hpp │ │ │ ├── not.hpp │ │ │ ├── or.hpp │ │ │ └── xor.hpp │ │ ├── max.hpp │ │ ├── min.hpp │ │ ├── punctuation.hpp │ │ ├── punctuation │ │ │ ├── comma.hpp │ │ │ ├── comma_if.hpp │ │ │ ├── detail │ │ │ │ └── is_begin_parens.hpp │ │ │ ├── is_begin_parens.hpp │ │ │ ├── paren.hpp │ │ │ ├── paren_if.hpp │ │ │ └── remove_parens.hpp │ │ ├── repeat.hpp │ │ ├── repeat_2nd.hpp │ │ ├── repeat_3rd.hpp │ │ ├── repeat_from_to.hpp │ │ ├── repeat_from_to_2nd.hpp │ │ ├── repeat_from_to_3rd.hpp │ │ ├── repetition.hpp │ │ ├── repetition │ │ │ ├── deduce_r.hpp │ │ │ ├── deduce_z.hpp │ │ │ ├── detail │ │ │ │ ├── dmc │ │ │ │ │ └── for.hpp │ │ │ │ ├── edg │ │ │ │ │ ├── for.hpp │ │ │ │ │ └── limits │ │ │ │ │ │ ├── for_1024.hpp │ │ │ │ │ │ ├── for_256.hpp │ │ │ │ │ │ └── for_512.hpp │ │ │ │ ├── for.hpp │ │ │ │ ├── limits │ │ │ │ │ ├── for_1024.hpp │ │ │ │ │ ├── for_256.hpp │ │ │ │ │ └── for_512.hpp │ │ │ │ └── msvc │ │ │ │ │ └── for.hpp │ │ │ ├── enum.hpp │ │ │ ├── enum_binary_params.hpp │ │ │ ├── enum_params.hpp │ │ │ ├── enum_params_with_a_default.hpp │ │ │ ├── enum_params_with_defaults.hpp │ │ │ ├── enum_shifted.hpp │ │ │ ├── enum_shifted_binary_params.hpp │ │ │ ├── enum_shifted_params.hpp │ │ │ ├── enum_trailing.hpp │ │ │ ├── enum_trailing_binary_params.hpp │ │ │ ├── enum_trailing_params.hpp │ │ │ ├── for.hpp │ │ │ ├── limits │ │ │ │ ├── for_1024.hpp │ │ │ │ ├── for_256.hpp │ │ │ │ ├── for_512.hpp │ │ │ │ ├── repeat_1024.hpp │ │ │ │ ├── repeat_256.hpp │ │ │ │ └── repeat_512.hpp │ │ │ ├── repeat.hpp │ │ │ └── repeat_from_to.hpp │ │ ├── selection.hpp │ │ ├── selection │ │ │ ├── max.hpp │ │ │ └── min.hpp │ │ ├── seq.hpp │ │ ├── seq │ │ │ ├── cat.hpp │ │ │ ├── detail │ │ │ │ ├── binary_transform.hpp │ │ │ │ ├── is_empty.hpp │ │ │ │ ├── limits │ │ │ │ │ ├── split_1024.hpp │ │ │ │ │ ├── split_256.hpp │ │ │ │ │ └── split_512.hpp │ │ │ │ ├── split.hpp │ │ │ │ └── to_list_msvc.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── filter.hpp │ │ │ ├── first_n.hpp │ │ │ ├── fold_left.hpp │ │ │ ├── fold_right.hpp │ │ │ ├── for_each.hpp │ │ │ ├── for_each_i.hpp │ │ │ ├── for_each_product.hpp │ │ │ ├── insert.hpp │ │ │ ├── limits │ │ │ │ ├── elem_1024.hpp │ │ │ │ ├── elem_256.hpp │ │ │ │ ├── elem_512.hpp │ │ │ │ ├── enum_1024.hpp │ │ │ │ ├── enum_256.hpp │ │ │ │ ├── enum_512.hpp │ │ │ │ ├── fold_left_1024.hpp │ │ │ │ ├── fold_left_256.hpp │ │ │ │ ├── fold_left_512.hpp │ │ │ │ ├── fold_right_1024.hpp │ │ │ │ ├── fold_right_256.hpp │ │ │ │ ├── fold_right_512.hpp │ │ │ │ ├── size_1024.hpp │ │ │ │ ├── size_256.hpp │ │ │ │ └── size_512.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── remove.hpp │ │ │ ├── replace.hpp │ │ │ ├── rest_n.hpp │ │ │ ├── reverse.hpp │ │ │ ├── seq.hpp │ │ │ ├── size.hpp │ │ │ ├── subseq.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_tuple.hpp │ │ │ ├── transform.hpp │ │ │ └── variadic_seq_to_seq.hpp │ │ ├── slot.hpp │ │ ├── slot │ │ │ ├── counter.hpp │ │ │ ├── detail │ │ │ │ ├── counter.hpp │ │ │ │ ├── def.hpp │ │ │ │ ├── shared.hpp │ │ │ │ ├── slot1.hpp │ │ │ │ ├── slot2.hpp │ │ │ │ ├── slot3.hpp │ │ │ │ ├── slot4.hpp │ │ │ │ └── slot5.hpp │ │ │ └── slot.hpp │ │ ├── stringize.hpp │ │ ├── tuple.hpp │ │ ├── tuple │ │ │ ├── detail │ │ │ │ └── is_single_return.hpp │ │ │ ├── eat.hpp │ │ │ ├── elem.hpp │ │ │ ├── enum.hpp │ │ │ ├── insert.hpp │ │ │ ├── limits │ │ │ │ ├── reverse_128.hpp │ │ │ │ ├── reverse_256.hpp │ │ │ │ ├── reverse_64.hpp │ │ │ │ ├── to_list_128.hpp │ │ │ │ ├── to_list_256.hpp │ │ │ │ ├── to_list_64.hpp │ │ │ │ ├── to_seq_128.hpp │ │ │ │ ├── to_seq_256.hpp │ │ │ │ └── to_seq_64.hpp │ │ │ ├── pop_back.hpp │ │ │ ├── pop_front.hpp │ │ │ ├── push_back.hpp │ │ │ ├── push_front.hpp │ │ │ ├── rem.hpp │ │ │ ├── remove.hpp │ │ │ ├── replace.hpp │ │ │ ├── reverse.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ └── to_seq.hpp │ │ ├── variadic.hpp │ │ ├── variadic │ │ │ ├── detail │ │ │ │ ├── has_opt.hpp │ │ │ │ └── is_single_return.hpp │ │ │ ├── elem.hpp │ │ │ ├── has_opt.hpp │ │ │ ├── limits │ │ │ │ ├── elem_128.hpp │ │ │ │ ├── elem_256.hpp │ │ │ │ ├── elem_64.hpp │ │ │ │ ├── size_128.hpp │ │ │ │ ├── size_256.hpp │ │ │ │ └── size_64.hpp │ │ │ ├── size.hpp │ │ │ ├── to_array.hpp │ │ │ ├── to_list.hpp │ │ │ ├── to_seq.hpp │ │ │ └── to_tuple.hpp │ │ ├── while.hpp │ │ └── wstringize.hpp │ ├── proto │ │ ├── args.hpp │ │ ├── context.hpp │ │ ├── context │ │ │ ├── callable.hpp │ │ │ ├── default.hpp │ │ │ ├── detail │ │ │ │ ├── callable_eval.hpp │ │ │ │ ├── default_eval.hpp │ │ │ │ ├── null_eval.hpp │ │ │ │ └── preprocessed │ │ │ │ │ ├── callable_eval.hpp │ │ │ │ │ ├── default_eval.hpp │ │ │ │ │ └── null_eval.hpp │ │ │ └── null.hpp │ │ ├── core.hpp │ │ ├── debug.hpp │ │ ├── deep_copy.hpp │ │ ├── detail │ │ │ ├── and_n.hpp │ │ │ ├── any.hpp │ │ │ ├── args.hpp │ │ │ ├── as_expr.hpp │ │ │ ├── as_lvalue.hpp │ │ │ ├── basic_expr.hpp │ │ │ ├── class_member_traits.hpp │ │ │ ├── decltype.hpp │ │ │ ├── deduce_domain.hpp │ │ │ ├── deduce_domain_n.hpp │ │ │ ├── deep_copy.hpp │ │ │ ├── deprecated.hpp │ │ │ ├── dont_care.hpp │ │ │ ├── expr.hpp │ │ │ ├── expr_funop.hpp │ │ │ ├── extends_funop.hpp │ │ │ ├── extends_funop_const.hpp │ │ │ ├── funop.hpp │ │ │ ├── generate_by_value.hpp │ │ │ ├── ignore_unused.hpp │ │ │ ├── is_noncopyable.hpp │ │ │ ├── lambda_matches.hpp │ │ │ ├── local.hpp │ │ │ ├── make_expr.hpp │ │ │ ├── make_expr_.hpp │ │ │ ├── make_expr_funop.hpp │ │ │ ├── matches_.hpp │ │ │ ├── memfun_funop.hpp │ │ │ ├── or_n.hpp │ │ │ ├── poly_function.hpp │ │ │ ├── poly_function_funop.hpp │ │ │ ├── poly_function_traits.hpp │ │ │ ├── preprocessed │ │ │ │ ├── and_n.hpp │ │ │ │ ├── args.hpp │ │ │ │ ├── basic_expr.hpp │ │ │ │ ├── class_member_traits.hpp │ │ │ │ ├── deduce_domain_n.hpp │ │ │ │ ├── deep_copy.hpp │ │ │ │ ├── expr.hpp │ │ │ │ ├── expr_variadic.hpp │ │ │ │ ├── extends_funop.hpp │ │ │ │ ├── extends_funop_const.hpp │ │ │ │ ├── funop.hpp │ │ │ │ ├── generate_by_value.hpp │ │ │ │ ├── lambda_matches.hpp │ │ │ │ ├── make_expr.hpp │ │ │ │ ├── make_expr_.hpp │ │ │ │ ├── make_expr_funop.hpp │ │ │ │ ├── matches_.hpp │ │ │ │ ├── memfun_funop.hpp │ │ │ │ ├── or_n.hpp │ │ │ │ ├── poly_function_funop.hpp │ │ │ │ ├── poly_function_traits.hpp │ │ │ │ ├── template_arity_helper.hpp │ │ │ │ ├── traits.hpp │ │ │ │ ├── unpack_expr_.hpp │ │ │ │ └── vararg_matches_impl.hpp │ │ │ ├── remove_typename.hpp │ │ │ ├── static_const.hpp │ │ │ ├── template_arity.hpp │ │ │ ├── template_arity_helper.hpp │ │ │ ├── traits.hpp │ │ │ ├── unpack_expr_.hpp │ │ │ └── vararg_matches_impl.hpp │ │ ├── domain.hpp │ │ ├── eval.hpp │ │ ├── expr.hpp │ │ ├── extends.hpp │ │ ├── functional.hpp │ │ ├── functional │ │ │ ├── fusion.hpp │ │ │ ├── fusion │ │ │ │ ├── at.hpp │ │ │ │ ├── pop_back.hpp │ │ │ │ ├── pop_front.hpp │ │ │ │ ├── push_back.hpp │ │ │ │ ├── push_front.hpp │ │ │ │ └── reverse.hpp │ │ │ ├── range.hpp │ │ │ ├── range │ │ │ │ ├── begin.hpp │ │ │ │ ├── empty.hpp │ │ │ │ ├── end.hpp │ │ │ │ ├── rbegin.hpp │ │ │ │ ├── rend.hpp │ │ │ │ └── size.hpp │ │ │ ├── std.hpp │ │ │ └── std │ │ │ │ ├── iterator.hpp │ │ │ │ └── utility.hpp │ │ ├── fusion.hpp │ │ ├── generate.hpp │ │ ├── literal.hpp │ │ ├── make_expr.hpp │ │ ├── matches.hpp │ │ ├── operators.hpp │ │ ├── proto.hpp │ │ ├── proto_fwd.hpp │ │ ├── proto_typeof.hpp │ │ ├── repeat.hpp │ │ ├── tags.hpp │ │ ├── traits.hpp │ │ ├── transform.hpp │ │ └── transform │ │ │ ├── arg.hpp │ │ │ ├── call.hpp │ │ │ ├── default.hpp │ │ │ ├── detail │ │ │ ├── call.hpp │ │ │ ├── construct_funop.hpp │ │ │ ├── construct_pod_funop.hpp │ │ │ ├── default_function_impl.hpp │ │ │ ├── expand_pack.hpp │ │ │ ├── fold_impl.hpp │ │ │ ├── lazy.hpp │ │ │ ├── make.hpp │ │ │ ├── make_gcc_workaround.hpp │ │ │ ├── pack.hpp │ │ │ ├── pack_impl.hpp │ │ │ ├── pass_through_impl.hpp │ │ │ ├── preprocessed │ │ │ │ ├── call.hpp │ │ │ │ ├── construct_funop.hpp │ │ │ │ ├── construct_pod_funop.hpp │ │ │ │ ├── default_function_impl.hpp │ │ │ │ ├── expand_pack.hpp │ │ │ │ ├── fold_impl.hpp │ │ │ │ ├── lazy.hpp │ │ │ │ ├── make.hpp │ │ │ │ ├── make_gcc_workaround.hpp │ │ │ │ ├── pack_impl.hpp │ │ │ │ ├── pass_through_impl.hpp │ │ │ │ └── when.hpp │ │ │ └── when.hpp │ │ │ ├── env.hpp │ │ │ ├── fold.hpp │ │ │ ├── fold_tree.hpp │ │ │ ├── impl.hpp │ │ │ ├── integral_c.hpp │ │ │ ├── lazy.hpp │ │ │ ├── make.hpp │ │ │ ├── pass_through.hpp │ │ │ └── when.hpp │ ├── range.hpp │ ├── range │ │ ├── adaptor │ │ │ ├── adjacent_filtered.hpp │ │ │ ├── argument_fwd.hpp │ │ │ ├── copied.hpp │ │ │ ├── define_adaptor.hpp │ │ │ ├── filtered.hpp │ │ │ ├── formatted.hpp │ │ │ ├── indexed.hpp │ │ │ ├── indirected.hpp │ │ │ ├── map.hpp │ │ │ ├── ref_unwrapped.hpp │ │ │ ├── replaced.hpp │ │ │ ├── replaced_if.hpp │ │ │ ├── reversed.hpp │ │ │ ├── sliced.hpp │ │ │ ├── strided.hpp │ │ │ ├── tokenized.hpp │ │ │ ├── transformed.hpp │ │ │ ├── type_erased.hpp │ │ │ └── uniqued.hpp │ │ ├── adaptors.hpp │ │ ├── algorithm.hpp │ │ ├── algorithm │ │ │ ├── adjacent_find.hpp │ │ │ ├── binary_search.hpp │ │ │ ├── copy.hpp │ │ │ ├── copy_backward.hpp │ │ │ ├── count.hpp │ │ │ ├── count_if.hpp │ │ │ ├── equal.hpp │ │ │ ├── equal_range.hpp │ │ │ ├── fill.hpp │ │ │ ├── fill_n.hpp │ │ │ ├── find.hpp │ │ │ ├── find_end.hpp │ │ │ ├── find_first_of.hpp │ │ │ ├── find_if.hpp │ │ │ ├── for_each.hpp │ │ │ ├── generate.hpp │ │ │ ├── heap_algorithm.hpp │ │ │ ├── inplace_merge.hpp │ │ │ ├── lexicographical_compare.hpp │ │ │ ├── lower_bound.hpp │ │ │ ├── max_element.hpp │ │ │ ├── merge.hpp │ │ │ ├── min_element.hpp │ │ │ ├── mismatch.hpp │ │ │ ├── nth_element.hpp │ │ │ ├── partial_sort.hpp │ │ │ ├── partial_sort_copy.hpp │ │ │ ├── partition.hpp │ │ │ ├── permutation.hpp │ │ │ ├── random_shuffle.hpp │ │ │ ├── remove.hpp │ │ │ ├── remove_copy.hpp │ │ │ ├── remove_copy_if.hpp │ │ │ ├── remove_if.hpp │ │ │ ├── replace.hpp │ │ │ ├── replace_copy.hpp │ │ │ ├── replace_copy_if.hpp │ │ │ ├── replace_if.hpp │ │ │ ├── reverse.hpp │ │ │ ├── reverse_copy.hpp │ │ │ ├── rotate.hpp │ │ │ ├── rotate_copy.hpp │ │ │ ├── search.hpp │ │ │ ├── search_n.hpp │ │ │ ├── set_algorithm.hpp │ │ │ ├── sort.hpp │ │ │ ├── stable_partition.hpp │ │ │ ├── stable_sort.hpp │ │ │ ├── swap_ranges.hpp │ │ │ ├── transform.hpp │ │ │ ├── unique.hpp │ │ │ ├── unique_copy.hpp │ │ │ └── upper_bound.hpp │ │ ├── algorithm_ext.hpp │ │ ├── algorithm_ext │ │ │ ├── copy_n.hpp │ │ │ ├── erase.hpp │ │ │ ├── for_each.hpp │ │ │ ├── insert.hpp │ │ │ ├── iota.hpp │ │ │ ├── is_sorted.hpp │ │ │ ├── overwrite.hpp │ │ │ ├── push_back.hpp │ │ │ └── push_front.hpp │ │ ├── any_range.hpp │ │ ├── as_array.hpp │ │ ├── as_literal.hpp │ │ ├── atl.hpp │ │ ├── begin.hpp │ │ ├── category.hpp │ │ ├── combine.hpp │ │ ├── concepts.hpp │ │ ├── config.hpp │ │ ├── const_iterator.hpp │ │ ├── const_reverse_iterator.hpp │ │ ├── counting_range.hpp │ │ ├── detail │ │ │ ├── any_iterator.hpp │ │ │ ├── any_iterator_buffer.hpp │ │ │ ├── any_iterator_interface.hpp │ │ │ ├── any_iterator_wrapper.hpp │ │ │ ├── collection_traits.hpp │ │ │ ├── collection_traits_detail.hpp │ │ │ ├── combine_cxx03.hpp │ │ │ ├── combine_cxx11.hpp │ │ │ ├── combine_no_rvalue.hpp │ │ │ ├── combine_rvalue.hpp │ │ │ ├── common.hpp │ │ │ ├── default_constructible_unary_fn.hpp │ │ │ ├── demote_iterator_traversal_tag.hpp │ │ │ ├── difference_type.hpp │ │ │ ├── empty.hpp │ │ │ ├── extract_optional_type.hpp │ │ │ ├── has_member_size.hpp │ │ │ ├── implementation_help.hpp │ │ │ ├── join_iterator.hpp │ │ │ ├── less.hpp │ │ │ ├── microsoft.hpp │ │ │ ├── misc_concept.hpp │ │ │ ├── msvc_has_iterator_workaround.hpp │ │ │ ├── range_return.hpp │ │ │ ├── safe_bool.hpp │ │ │ ├── sfinae.hpp │ │ │ ├── sizer.hpp │ │ │ └── str_types.hpp │ │ ├── difference_type.hpp │ │ ├── distance.hpp │ │ ├── empty.hpp │ │ ├── end.hpp │ │ ├── functions.hpp │ │ ├── has_range_iterator.hpp │ │ ├── irange.hpp │ │ ├── istream_range.hpp │ │ ├── iterator.hpp │ │ ├── iterator_range.hpp │ │ ├── iterator_range_core.hpp │ │ ├── iterator_range_hash.hpp │ │ ├── iterator_range_io.hpp │ │ ├── join.hpp │ │ ├── metafunctions.hpp │ │ ├── mfc.hpp │ │ ├── mfc_map.hpp │ │ ├── mutable_iterator.hpp │ │ ├── numeric.hpp │ │ ├── pointer.hpp │ │ ├── range_fwd.hpp │ │ ├── rbegin.hpp │ │ ├── reference.hpp │ │ ├── rend.hpp │ │ ├── result_iterator.hpp │ │ ├── reverse_iterator.hpp │ │ ├── reverse_result_iterator.hpp │ │ ├── size.hpp │ │ ├── size_type.hpp │ │ ├── sub_range.hpp │ │ ├── traversal.hpp │ │ └── value_type.hpp │ ├── ref.hpp │ ├── scoped_array.hpp │ ├── scoped_ptr.hpp │ ├── shared_array.hpp │ ├── shared_ptr.hpp │ ├── smart_ptr │ │ ├── allocate_local_shared_array.hpp │ │ ├── allocate_shared_array.hpp │ │ ├── allocate_unique.hpp │ │ ├── atomic_shared_ptr.hpp │ │ ├── bad_weak_ptr.hpp │ │ ├── detail │ │ │ ├── atomic_count.hpp │ │ │ ├── atomic_count_gcc.hpp │ │ │ ├── atomic_count_gcc_atomic.hpp │ │ │ ├── atomic_count_gcc_x86.hpp │ │ │ ├── atomic_count_nt.hpp │ │ │ ├── atomic_count_pt.hpp │ │ │ ├── atomic_count_spin.hpp │ │ │ ├── atomic_count_std_atomic.hpp │ │ │ ├── atomic_count_sync.hpp │ │ │ ├── atomic_count_win32.hpp │ │ │ ├── deprecated_macros.hpp │ │ │ ├── lightweight_mutex.hpp │ │ │ ├── lightweight_thread.hpp │ │ │ ├── local_counted_base.hpp │ │ │ ├── local_sp_deleter.hpp │ │ │ ├── lwm_pthreads.hpp │ │ │ ├── lwm_std_mutex.hpp │ │ │ ├── lwm_win32_cs.hpp │ │ │ ├── quick_allocator.hpp │ │ │ ├── shared_count.hpp │ │ │ ├── sp_convertible.hpp │ │ │ ├── sp_counted_base.hpp │ │ │ ├── sp_counted_base_acc_ia64.hpp │ │ │ ├── sp_counted_base_aix.hpp │ │ │ ├── sp_counted_base_cw_ppc.hpp │ │ │ ├── sp_counted_base_gcc_atomic.hpp │ │ │ ├── sp_counted_base_gcc_ia64.hpp │ │ │ ├── sp_counted_base_gcc_mips.hpp │ │ │ ├── sp_counted_base_gcc_ppc.hpp │ │ │ ├── sp_counted_base_gcc_sparc.hpp │ │ │ ├── sp_counted_base_gcc_x86.hpp │ │ │ ├── sp_counted_base_nt.hpp │ │ │ ├── sp_counted_base_pt.hpp │ │ │ ├── sp_counted_base_snc_ps3.hpp │ │ │ ├── sp_counted_base_spin.hpp │ │ │ ├── sp_counted_base_std_atomic.hpp │ │ │ ├── sp_counted_base_sync.hpp │ │ │ ├── sp_counted_base_vacpp_ppc.hpp │ │ │ ├── sp_counted_base_w32.hpp │ │ │ ├── sp_counted_impl.hpp │ │ │ ├── sp_disable_deprecated.hpp │ │ │ ├── sp_has_gcc_intrinsics.hpp │ │ │ ├── sp_has_sync_intrinsics.hpp │ │ │ ├── sp_interlocked.hpp │ │ │ ├── sp_noexcept.hpp │ │ │ ├── sp_obsolete.hpp │ │ │ ├── sp_thread_pause.hpp │ │ │ ├── sp_thread_sleep.hpp │ │ │ ├── sp_thread_yield.hpp │ │ │ ├── sp_type_traits.hpp │ │ │ ├── sp_typeinfo_.hpp │ │ │ ├── spinlock.hpp │ │ │ ├── spinlock_gcc_arm.hpp │ │ │ ├── spinlock_gcc_atomic.hpp │ │ │ ├── spinlock_nt.hpp │ │ │ ├── spinlock_pool.hpp │ │ │ ├── spinlock_pt.hpp │ │ │ ├── spinlock_std_atomic.hpp │ │ │ ├── spinlock_sync.hpp │ │ │ ├── spinlock_w32.hpp │ │ │ └── yield_k.hpp │ │ ├── enable_shared_from.hpp │ │ ├── enable_shared_from_raw.hpp │ │ ├── enable_shared_from_this.hpp │ │ ├── intrusive_ptr.hpp │ │ ├── intrusive_ref_counter.hpp │ │ ├── local_shared_ptr.hpp │ │ ├── make_local_shared.hpp │ │ ├── make_local_shared_array.hpp │ │ ├── make_local_shared_object.hpp │ │ ├── make_shared.hpp │ │ ├── make_shared_array.hpp │ │ ├── make_shared_object.hpp │ │ ├── make_unique.hpp │ │ ├── owner_equal_to.hpp │ │ ├── owner_hash.hpp │ │ ├── owner_less.hpp │ │ ├── scoped_array.hpp │ │ ├── scoped_ptr.hpp │ │ ├── shared_array.hpp │ │ ├── shared_ptr.hpp │ │ └── weak_ptr.hpp │ ├── static_assert.hpp │ ├── swap.hpp │ ├── throw_exception.hpp │ ├── type.hpp │ ├── type_traits.hpp │ ├── type_traits │ │ ├── add_const.hpp │ │ ├── add_cv.hpp │ │ ├── add_lvalue_reference.hpp │ │ ├── add_pointer.hpp │ │ ├── add_reference.hpp │ │ ├── add_rvalue_reference.hpp │ │ ├── add_volatile.hpp │ │ ├── aligned_storage.hpp │ │ ├── alignment_of.hpp │ │ ├── alignment_traits.hpp │ │ ├── arithmetic_traits.hpp │ │ ├── array_traits.hpp │ │ ├── broken_compiler_spec.hpp │ │ ├── common_type.hpp │ │ ├── composite_traits.hpp │ │ ├── conditional.hpp │ │ ├── config.hpp │ │ ├── conjunction.hpp │ │ ├── conversion_traits.hpp │ │ ├── copy_cv.hpp │ │ ├── copy_cv_ref.hpp │ │ ├── copy_reference.hpp │ │ ├── cv_traits.hpp │ │ ├── decay.hpp │ │ ├── declval.hpp │ │ ├── detail │ │ │ ├── bool_trait_def.hpp │ │ │ ├── bool_trait_undef.hpp │ │ │ ├── common_arithmetic_type.hpp │ │ │ ├── common_type_impl.hpp │ │ │ ├── composite_member_pointer_type.hpp │ │ │ ├── composite_pointer_type.hpp │ │ │ ├── config.hpp │ │ │ ├── detector.hpp │ │ │ ├── has_binary_operator.hpp │ │ │ ├── has_postfix_operator.hpp │ │ │ ├── has_prefix_operator.hpp │ │ │ ├── ice_and.hpp │ │ │ ├── ice_eq.hpp │ │ │ ├── ice_not.hpp │ │ │ ├── ice_or.hpp │ │ │ ├── is_function_cxx_03.hpp │ │ │ ├── is_function_cxx_11.hpp │ │ │ ├── is_function_msvc10_fix.hpp │ │ │ ├── is_function_ptr_helper.hpp │ │ │ ├── is_function_ptr_tester.hpp │ │ │ ├── is_likely_lambda.hpp │ │ │ ├── is_mem_fun_pointer_impl.hpp │ │ │ ├── is_mem_fun_pointer_tester.hpp │ │ │ ├── is_member_function_pointer_cxx_03.hpp │ │ │ ├── is_member_function_pointer_cxx_11.hpp │ │ │ ├── is_rvalue_reference_msvc10_fix.hpp │ │ │ ├── is_swappable_cxx_11.hpp │ │ │ ├── mp_defer.hpp │ │ │ ├── template_arity_spec.hpp │ │ │ └── yes_no_type.hpp │ │ ├── detected.hpp │ │ ├── detected_or.hpp │ │ ├── disjunction.hpp │ │ ├── enable_if.hpp │ │ ├── extent.hpp │ │ ├── floating_point_promotion.hpp │ │ ├── function_traits.hpp │ │ ├── has_bit_and.hpp │ │ ├── has_bit_and_assign.hpp │ │ ├── has_bit_or.hpp │ │ ├── has_bit_or_assign.hpp │ │ ├── has_bit_xor.hpp │ │ ├── has_bit_xor_assign.hpp │ │ ├── has_complement.hpp │ │ ├── has_dereference.hpp │ │ ├── has_divides.hpp │ │ ├── has_divides_assign.hpp │ │ ├── has_equal_to.hpp │ │ ├── has_greater.hpp │ │ ├── has_greater_equal.hpp │ │ ├── has_left_shift.hpp │ │ ├── has_left_shift_assign.hpp │ │ ├── has_less.hpp │ │ ├── has_less_equal.hpp │ │ ├── has_logical_and.hpp │ │ ├── has_logical_not.hpp │ │ ├── has_logical_or.hpp │ │ ├── has_minus.hpp │ │ ├── has_minus_assign.hpp │ │ ├── has_modulus.hpp │ │ ├── has_modulus_assign.hpp │ │ ├── has_multiplies.hpp │ │ ├── has_multiplies_assign.hpp │ │ ├── has_negate.hpp │ │ ├── has_new_operator.hpp │ │ ├── has_not_equal_to.hpp │ │ ├── has_nothrow_assign.hpp │ │ ├── has_nothrow_constructor.hpp │ │ ├── has_nothrow_copy.hpp │ │ ├── has_nothrow_destructor.hpp │ │ ├── has_operator.hpp │ │ ├── has_plus.hpp │ │ ├── has_plus_assign.hpp │ │ ├── has_post_decrement.hpp │ │ ├── has_post_increment.hpp │ │ ├── has_pre_decrement.hpp │ │ ├── has_pre_increment.hpp │ │ ├── has_right_shift.hpp │ │ ├── has_right_shift_assign.hpp │ │ ├── has_trivial_assign.hpp │ │ ├── has_trivial_constructor.hpp │ │ ├── has_trivial_copy.hpp │ │ ├── has_trivial_destructor.hpp │ │ ├── has_trivial_move_assign.hpp │ │ ├── has_trivial_move_constructor.hpp │ │ ├── has_unary_minus.hpp │ │ ├── has_unary_plus.hpp │ │ ├── has_virtual_destructor.hpp │ │ ├── ice.hpp │ │ ├── integral_constant.hpp │ │ ├── integral_promotion.hpp │ │ ├── intrinsics.hpp │ │ ├── is_abstract.hpp │ │ ├── is_arithmetic.hpp │ │ ├── is_array.hpp │ │ ├── is_assignable.hpp │ │ ├── is_base_and_derived.hpp │ │ ├── is_base_of.hpp │ │ ├── is_base_of_tr1.hpp │ │ ├── is_bounded_array.hpp │ │ ├── is_class.hpp │ │ ├── is_complete.hpp │ │ ├── is_complex.hpp │ │ ├── is_compound.hpp │ │ ├── is_const.hpp │ │ ├── is_constructible.hpp │ │ ├── is_convertible.hpp │ │ ├── is_copy_assignable.hpp │ │ ├── is_copy_constructible.hpp │ │ ├── is_default_constructible.hpp │ │ ├── is_destructible.hpp │ │ ├── is_detected.hpp │ │ ├── is_detected_convertible.hpp │ │ ├── is_detected_exact.hpp │ │ ├── is_empty.hpp │ │ ├── is_enum.hpp │ │ ├── is_final.hpp │ │ ├── is_float.hpp │ │ ├── is_floating_point.hpp │ │ ├── is_function.hpp │ │ ├── is_fundamental.hpp │ │ ├── is_integral.hpp │ │ ├── is_list_constructible.hpp │ │ ├── is_lvalue_reference.hpp │ │ ├── is_member_function_pointer.hpp │ │ ├── is_member_object_pointer.hpp │ │ ├── is_member_pointer.hpp │ │ ├── is_noncopyable.hpp │ │ ├── is_nothrow_move_assignable.hpp │ │ ├── is_nothrow_move_constructible.hpp │ │ ├── is_nothrow_swappable.hpp │ │ ├── is_object.hpp │ │ ├── is_pod.hpp │ │ ├── is_pointer.hpp │ │ ├── is_polymorphic.hpp │ │ ├── is_reference.hpp │ │ ├── is_rvalue_reference.hpp │ │ ├── is_same.hpp │ │ ├── is_scalar.hpp │ │ ├── is_scoped_enum.hpp │ │ ├── is_signed.hpp │ │ ├── is_stateless.hpp │ │ ├── is_swappable.hpp │ │ ├── is_trivially_copyable.hpp │ │ ├── is_unbounded_array.hpp │ │ ├── is_union.hpp │ │ ├── is_unscoped_enum.hpp │ │ ├── is_unsigned.hpp │ │ ├── is_virtual_base_of.hpp │ │ ├── is_void.hpp │ │ ├── is_volatile.hpp │ │ ├── make_signed.hpp │ │ ├── make_unsigned.hpp │ │ ├── make_void.hpp │ │ ├── negation.hpp │ │ ├── nonesuch.hpp │ │ ├── object_traits.hpp │ │ ├── promote.hpp │ │ ├── rank.hpp │ │ ├── reference_traits.hpp │ │ ├── remove_all_extents.hpp │ │ ├── remove_bounds.hpp │ │ ├── remove_const.hpp │ │ ├── remove_cv.hpp │ │ ├── remove_cv_ref.hpp │ │ ├── remove_extent.hpp │ │ ├── remove_pointer.hpp │ │ ├── remove_reference.hpp │ │ ├── remove_volatile.hpp │ │ ├── same_traits.hpp │ │ ├── transform_traits.hpp │ │ ├── type_identity.hpp │ │ └── type_with_alignment.hpp │ ├── utility.hpp │ ├── utility │ │ ├── addressof.hpp │ │ ├── base_from_member.hpp │ │ ├── binary.hpp │ │ ├── compare_pointees.hpp │ │ ├── declval.hpp │ │ ├── detail │ │ │ ├── in_place_factory_prefix.hpp │ │ │ ├── in_place_factory_suffix.hpp │ │ │ ├── minstd_rand.hpp │ │ │ ├── result_of_iterate.hpp │ │ │ └── result_of_variadic.hpp │ │ ├── enable_if.hpp │ │ ├── explicit_operator_bool.hpp │ │ ├── identity_type.hpp │ │ ├── in_place_factory.hpp │ │ ├── result_of.hpp │ │ ├── string_ref.hpp │ │ ├── string_ref_fwd.hpp │ │ ├── string_view.hpp │ │ ├── string_view_fwd.hpp │ │ ├── swap.hpp │ │ ├── typed_in_place_factory.hpp │ │ └── value_init.hpp │ ├── version.hpp │ ├── visit_each.hpp │ ├── weak_ptr.hpp │ └── xpressive │ │ ├── basic_regex.hpp │ │ ├── detail │ │ ├── core │ │ │ ├── access.hpp │ │ │ ├── action.hpp │ │ │ ├── adaptor.hpp │ │ │ ├── finder.hpp │ │ │ ├── flow_control.hpp │ │ │ ├── icase.hpp │ │ │ ├── linker.hpp │ │ │ ├── list.hpp │ │ │ ├── matcher │ │ │ │ ├── action_matcher.hpp │ │ │ │ ├── alternate_end_matcher.hpp │ │ │ │ ├── alternate_matcher.hpp │ │ │ │ ├── any_matcher.hpp │ │ │ │ ├── assert_bol_matcher.hpp │ │ │ │ ├── assert_bos_matcher.hpp │ │ │ │ ├── assert_eol_matcher.hpp │ │ │ │ ├── assert_eos_matcher.hpp │ │ │ │ ├── assert_line_base.hpp │ │ │ │ ├── assert_word_matcher.hpp │ │ │ │ ├── attr_begin_matcher.hpp │ │ │ │ ├── attr_end_matcher.hpp │ │ │ │ ├── attr_matcher.hpp │ │ │ │ ├── charset_matcher.hpp │ │ │ │ ├── end_matcher.hpp │ │ │ │ ├── epsilon_matcher.hpp │ │ │ │ ├── keeper_matcher.hpp │ │ │ │ ├── literal_matcher.hpp │ │ │ │ ├── logical_newline_matcher.hpp │ │ │ │ ├── lookahead_matcher.hpp │ │ │ │ ├── lookbehind_matcher.hpp │ │ │ │ ├── mark_begin_matcher.hpp │ │ │ │ ├── mark_end_matcher.hpp │ │ │ │ ├── mark_matcher.hpp │ │ │ │ ├── optional_matcher.hpp │ │ │ │ ├── posix_charset_matcher.hpp │ │ │ │ ├── predicate_matcher.hpp │ │ │ │ ├── range_matcher.hpp │ │ │ │ ├── regex_byref_matcher.hpp │ │ │ │ ├── regex_matcher.hpp │ │ │ │ ├── repeat_begin_matcher.hpp │ │ │ │ ├── repeat_end_matcher.hpp │ │ │ │ ├── set_matcher.hpp │ │ │ │ ├── simple_repeat_matcher.hpp │ │ │ │ ├── string_matcher.hpp │ │ │ │ └── true_matcher.hpp │ │ │ ├── matchers.hpp │ │ │ ├── optimize.hpp │ │ │ ├── peeker.hpp │ │ │ ├── quant_style.hpp │ │ │ ├── regex_domain.hpp │ │ │ ├── regex_impl.hpp │ │ │ ├── results_cache.hpp │ │ │ ├── state.hpp │ │ │ ├── sub_match_impl.hpp │ │ │ └── sub_match_vector.hpp │ │ ├── detail_fwd.hpp │ │ ├── dynamic │ │ │ ├── dynamic.hpp │ │ │ ├── matchable.hpp │ │ │ ├── parse_charset.hpp │ │ │ ├── parser.hpp │ │ │ ├── parser_enum.hpp │ │ │ ├── parser_traits.hpp │ │ │ └── sequence.hpp │ │ ├── static │ │ │ ├── compile.hpp │ │ │ ├── grammar.hpp │ │ │ ├── is_pure.hpp │ │ │ ├── modifier.hpp │ │ │ ├── placeholders.hpp │ │ │ ├── static.hpp │ │ │ ├── transforms │ │ │ │ ├── as_action.hpp │ │ │ │ ├── as_alternate.hpp │ │ │ │ ├── as_independent.hpp │ │ │ │ ├── as_inverse.hpp │ │ │ │ ├── as_marker.hpp │ │ │ │ ├── as_matcher.hpp │ │ │ │ ├── as_modifier.hpp │ │ │ │ ├── as_quantifier.hpp │ │ │ │ ├── as_sequence.hpp │ │ │ │ └── as_set.hpp │ │ │ ├── transmogrify.hpp │ │ │ ├── type_traits.hpp │ │ │ ├── visitor.hpp │ │ │ └── width_of.hpp │ │ └── utility │ │ │ ├── algorithm.hpp │ │ │ ├── any.hpp │ │ │ ├── boyer_moore.hpp │ │ │ ├── chset │ │ │ ├── basic_chset.hpp │ │ │ ├── basic_chset.ipp │ │ │ ├── chset.hpp │ │ │ ├── range_run.hpp │ │ │ └── range_run.ipp │ │ │ ├── cons.hpp │ │ │ ├── counted_base.hpp │ │ │ ├── dont_care.hpp │ │ │ ├── hash_peek_bitset.hpp │ │ │ ├── ignore_unused.hpp │ │ │ ├── literals.hpp │ │ │ ├── never_true.hpp │ │ │ ├── save_restore.hpp │ │ │ ├── sequence_stack.hpp │ │ │ ├── symbols.hpp │ │ │ ├── tracking_ptr.hpp │ │ │ ├── traits_utils.hpp │ │ │ └── width.hpp │ │ ├── match_results.hpp │ │ ├── regex_actions.hpp │ │ ├── regex_algorithms.hpp │ │ ├── regex_compiler.hpp │ │ ├── regex_constants.hpp │ │ ├── regex_error.hpp │ │ ├── regex_iterator.hpp │ │ ├── regex_primitives.hpp │ │ ├── regex_token_iterator.hpp │ │ ├── regex_traits.hpp │ │ ├── sub_match.hpp │ │ ├── traits │ │ ├── c_regex_traits.hpp │ │ ├── cpp_regex_traits.hpp │ │ ├── detail │ │ │ └── c_ctype.hpp │ │ └── null_regex_traits.hpp │ │ ├── xpressive.hpp │ │ ├── xpressive_dynamic.hpp │ │ ├── xpressive_fwd.hpp │ │ ├── xpressive_static.hpp │ │ └── xpressive_typeof.hpp ├── highlight-wrapper.xcodeproj │ ├── project.pbxproj │ └── xcshareddata │ │ └── xcschemes │ │ └── highlight-wrapper.xcscheme ├── highlight_custom │ ├── makefile2.makefile │ └── src │ │ └── makefile2.makefile ├── lua │ ├── Makefile │ ├── README │ ├── doc │ │ ├── OSIApproved_100X125.png │ │ ├── contents.html │ │ ├── index.css │ │ ├── logo.gif │ │ ├── lua.1 │ │ ├── lua.css │ │ ├── luac.1 │ │ ├── manual.css │ │ ├── manual.html │ │ └── readme.html │ └── src │ │ ├── Makefile │ │ ├── lapi.c │ │ ├── lapi.h │ │ ├── lauxlib.c │ │ ├── lauxlib.h │ │ ├── lbaselib.c │ │ ├── lcode.c │ │ ├── lcode.h │ │ ├── lcorolib.c │ │ ├── lctype.c │ │ ├── lctype.h │ │ ├── ldblib.c │ │ ├── ldebug.c │ │ ├── ldebug.h │ │ ├── ldo.c │ │ ├── ldo.h │ │ ├── ldump.c │ │ ├── lfunc.c │ │ ├── lfunc.h │ │ ├── lgc.c │ │ ├── lgc.h │ │ ├── linit.c │ │ ├── liolib.c │ │ ├── ljumptab.h │ │ ├── llex.c │ │ ├── llex.h │ │ ├── llimits.h │ │ ├── lmathlib.c │ │ ├── lmem.c │ │ ├── lmem.h │ │ ├── loadlib.c │ │ ├── lobject.c │ │ ├── lobject.h │ │ ├── lopcodes.c │ │ ├── lopcodes.h │ │ ├── lopnames.h │ │ ├── loslib.c │ │ ├── lparser.c │ │ ├── lparser.h │ │ ├── lprefix.h │ │ ├── lstate.c │ │ ├── lstate.h │ │ ├── lstring.c │ │ ├── lstring.h │ │ ├── lstrlib.c │ │ ├── ltable.c │ │ ├── ltable.h │ │ ├── ltablib.c │ │ ├── ltm.c │ │ ├── ltm.h │ │ ├── lua.c │ │ ├── lua.h │ │ ├── lua.hpp │ │ ├── luac.c │ │ ├── luaconf.h │ │ ├── lualib.h │ │ ├── lundump.c │ │ ├── lundump.h │ │ ├── lutf8lib.c │ │ ├── lvm.c │ │ ├── lvm.h │ │ ├── lzio.c │ │ └── lzio.h ├── wrapper_highlight.cpp └── wrapper_highlight.h ├── img.tiff ├── index.md ├── relaunch ├── main.swift └── relaunch.entitlements ├── settings_chk └── main.swift ├── support_files.xcfilelist └── syntax_highlight_cli ├── main.swift └── syntax_highlight_cli.entitlements /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/.gitmodules -------------------------------------------------------------------------------- /Application/AboutViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/AboutViewController.swift -------------------------------------------------------------------------------- /Application/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/AppDelegate.swift -------------------------------------------------------------------------------- /Application/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Application/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Application/CSSControlView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/CSSControlView.swift -------------------------------------------------------------------------------- /Application/CustomTypeViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/CustomTypeViewController.swift -------------------------------------------------------------------------------- /Application/Data+Ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Data+Ext.swift -------------------------------------------------------------------------------- /Application/FontSelectorViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/FontSelectorViewController.swift -------------------------------------------------------------------------------- /Application/HighlightWrapper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/HighlightWrapper.swift -------------------------------------------------------------------------------- /Application/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Info.plist -------------------------------------------------------------------------------- /Application/LSPViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/LSPViewController.swift -------------------------------------------------------------------------------- /Application/Makefile_help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Makefile_help -------------------------------------------------------------------------------- /Application/NSColor+ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/NSColor+ext.swift -------------------------------------------------------------------------------- /Application/NSImage+ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/NSImage+ext.swift -------------------------------------------------------------------------------- /Application/PlainSettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/PlainSettingsView.swift -------------------------------------------------------------------------------- /Application/PlainSettingsView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/PlainSettingsView.xib -------------------------------------------------------------------------------- /Application/PreviewView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/PreviewView.swift -------------------------------------------------------------------------------- /Application/PreviewView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/PreviewView.xib -------------------------------------------------------------------------------- /Application/SCSHApp.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SCSHApp.entitlements -------------------------------------------------------------------------------- /Application/SCSHTheme+ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SCSHTheme+ext.swift -------------------------------------------------------------------------------- /Application/SCSHWrapper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SCSHWrapper.swift -------------------------------------------------------------------------------- /Application/SaveAsFormatView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SaveAsFormatView.swift -------------------------------------------------------------------------------- /Application/SaveAsFormatView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SaveAsFormatView.xib -------------------------------------------------------------------------------- /Application/Settings+App.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Settings+App.swift -------------------------------------------------------------------------------- /Application/SettingsSplitViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SettingsSplitViewController.swift -------------------------------------------------------------------------------- /Application/SettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SettingsView.swift -------------------------------------------------------------------------------- /Application/SettingsView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SettingsView.xib -------------------------------------------------------------------------------- /Application/SliderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SliderView.swift -------------------------------------------------------------------------------- /Application/Storyboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Storyboard.storyboard -------------------------------------------------------------------------------- /Application/String+ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/String+ext.swift -------------------------------------------------------------------------------- /Application/ThemeCollectionViewItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemeCollectionViewItem.swift -------------------------------------------------------------------------------- /Application/ThemeCollectionViewItem.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemeCollectionViewItem.xib -------------------------------------------------------------------------------- /Application/ThemeEditorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemeEditorView.swift -------------------------------------------------------------------------------- /Application/ThemeEditorView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemeEditorView.xib -------------------------------------------------------------------------------- /Application/ThemeSelectorViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemeSelectorViewController.swift -------------------------------------------------------------------------------- /Application/ThemesListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemesListView.swift -------------------------------------------------------------------------------- /Application/ThemesListView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/ThemesListView.xib -------------------------------------------------------------------------------- /Application/UTI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/UTI.swift -------------------------------------------------------------------------------- /Application/UTIInfoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/UTIInfoViewController.swift -------------------------------------------------------------------------------- /Application/UTISummary.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/UTISummary.swift -------------------------------------------------------------------------------- /Application/UTIsListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/UTIsListView.swift -------------------------------------------------------------------------------- /Application/UTIsListView.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/UTIsListView.xib -------------------------------------------------------------------------------- /Application/VCSSettingsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/VCSSettingsViewController.swift -------------------------------------------------------------------------------- /Application/WarningUTIViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/WarningUTIViewController.swift -------------------------------------------------------------------------------- /Application/examples/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.c -------------------------------------------------------------------------------- /Application/examples/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.cpp -------------------------------------------------------------------------------- /Application/examples/example.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.cs -------------------------------------------------------------------------------- /Application/examples/example.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.css -------------------------------------------------------------------------------- /Application/examples/example.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.dart -------------------------------------------------------------------------------- /Application/examples/example.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.diff -------------------------------------------------------------------------------- /Application/examples/example.fsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.fsx -------------------------------------------------------------------------------- /Application/examples/example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.go -------------------------------------------------------------------------------- /Application/examples/example.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.ini -------------------------------------------------------------------------------- /Application/examples/example.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.java -------------------------------------------------------------------------------- /Application/examples/example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.js -------------------------------------------------------------------------------- /Application/examples/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.json -------------------------------------------------------------------------------- /Application/examples/example.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.jsx -------------------------------------------------------------------------------- /Application/examples/example.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.lua -------------------------------------------------------------------------------- /Application/examples/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.m -------------------------------------------------------------------------------- /Application/examples/example.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.pas -------------------------------------------------------------------------------- /Application/examples/example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.php -------------------------------------------------------------------------------- /Application/examples/example.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.pl -------------------------------------------------------------------------------- /Application/examples/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.py -------------------------------------------------------------------------------- /Application/examples/example.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.rb -------------------------------------------------------------------------------- /Application/examples/example.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.scpt -------------------------------------------------------------------------------- /Application/examples/example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.sh -------------------------------------------------------------------------------- /Application/examples/example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.sql -------------------------------------------------------------------------------- /Application/examples/example.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.swift -------------------------------------------------------------------------------- /Application/examples/example.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.vb -------------------------------------------------------------------------------- /Application/examples/example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.xml -------------------------------------------------------------------------------- /Application/examples/example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/examples/example.yaml -------------------------------------------------------------------------------- /Application/resources/about.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/about.lua -------------------------------------------------------------------------------- /Application/resources/colorize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/colorize.sh -------------------------------------------------------------------------------- /Application/resources/debug.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/debug.lua -------------------------------------------------------------------------------- /Application/resources/html_editor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/html_editor.lua -------------------------------------------------------------------------------- /Application/resources/settings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/settings.yaml -------------------------------------------------------------------------------- /Application/resources/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/style.css -------------------------------------------------------------------------------- /Application/resources/style2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/style2.css -------------------------------------------------------------------------------- /Application/resources/touch_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/touch_files.sh -------------------------------------------------------------------------------- /Application/resources/vcs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/resources/vcs.lua -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /QLExtension/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/QLExtension/Info.plist -------------------------------------------------------------------------------- /QLExtension/PreviewViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/QLExtension/PreviewViewController.swift -------------------------------------------------------------------------------- /QLExtension/QLExtension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/QLExtension/QLExtension.entitlements -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/README.md -------------------------------------------------------------------------------- /Resources/GenericDocumentIcon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/GenericDocumentIcon.psd -------------------------------------------------------------------------------- /Resources/Icon - App.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Icon - App.sketch -------------------------------------------------------------------------------- /Resources/Template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template.psd -------------------------------------------------------------------------------- /Resources/Untitled-2.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Untitled-2.psd -------------------------------------------------------------------------------- /Resources/icon.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/icon.ai -------------------------------------------------------------------------------- /Resources/qlsource.icon/Assets/ql_eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/qlsource.icon/Assets/ql_eye.svg -------------------------------------------------------------------------------- /Resources/qlsource.icon/icon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/qlsource.icon/icon.json -------------------------------------------------------------------------------- /Resources/screen.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/screen.ai -------------------------------------------------------------------------------- /Resources/screen_low.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/screen_low.ai -------------------------------------------------------------------------------- /Resources/styles.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/styles.ai -------------------------------------------------------------------------------- /ShortcutCommand/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/ShortcutCommand/Info.plist -------------------------------------------------------------------------------- /ShortcutCommand/Localizable.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/ShortcutCommand/Localizable.xcstrings -------------------------------------------------------------------------------- /ShortcutCommand/ShortcutCommand.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/ShortcutCommand/ShortcutCommand.entitlements -------------------------------------------------------------------------------- /ShortcutCommand/ShortcutCommand.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/ShortcutCommand/ShortcutCommand.swift -------------------------------------------------------------------------------- /Syntax Highlight XPC Render.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Syntax Highlight XPC Render.entitlements -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/File+Ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/File+Ext.swift -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/Info.plist -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/SCSHError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/SCSHError.swift -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/String+GShell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/String+GShell.swift -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/languages.json -------------------------------------------------------------------------------- /SyntaxHighlightRenderXPC/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/SyntaxHighlightRenderXPC/main.swift -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/TODO.md -------------------------------------------------------------------------------- /XPCService/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/.vscode/launch.json -------------------------------------------------------------------------------- /XPCService/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/Info.plist -------------------------------------------------------------------------------- /XPCService/NotificationCenter+ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/NotificationCenter+ext.swift -------------------------------------------------------------------------------- /XPCService/PlainSettings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/PlainSettings.swift -------------------------------------------------------------------------------- /XPCService/SCSHTheme+C.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHTheme+C.swift -------------------------------------------------------------------------------- /XPCService/SCSHTheme+Lua.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHTheme+Lua.swift -------------------------------------------------------------------------------- /XPCService/SCSHTheme.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHTheme.swift -------------------------------------------------------------------------------- /XPCService/SCSHXPCService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHXPCService.swift -------------------------------------------------------------------------------- /XPCService/SCSHXPCServiceDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHXPCServiceDelegate.swift -------------------------------------------------------------------------------- /XPCService/SCSHXPCServiceProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/SCSHXPCServiceProtocol.swift -------------------------------------------------------------------------------- /XPCService/Settings+Service.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/Settings+Service.swift -------------------------------------------------------------------------------- /XPCService/Settings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/Settings.swift -------------------------------------------------------------------------------- /XPCService/TaskResult.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/TaskResult.swift -------------------------------------------------------------------------------- /XPCService/XPCServiceRelease.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/XPCServiceRelease.entitlements -------------------------------------------------------------------------------- /XPCService/highlight/share2/filetypes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/filetypes.conf -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/abc.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/abc.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ada.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ada.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/arc.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/arc.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/arm.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/arm.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/asp.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/asp.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ats.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ats.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/awk.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/awk.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/bat.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/bat.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/bms.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/bms.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/bnf.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/bnf.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/boo.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/boo.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/c.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/c.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/clp.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/clp.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/crk.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/crk.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/css.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/css.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/d.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/d.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/dts.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/dts.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/erb.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/erb.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/fx.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/fx.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/gdb.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/gdb.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/go.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/go.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/hcl.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/hcl.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/idl.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/idl.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ini.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ini.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/io.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/io.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/js.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/js.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/jsp.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/jsp.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/jsx.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/jsx.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/lhs.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/lhs.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/lua.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/lua.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ms.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ms.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/msl.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/msl.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/n3.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/n3.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/nbc.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/nbc.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/nim.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/nim.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/nxc.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/nxc.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/org.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/org.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/os.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/os.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/oz.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/oz.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/pas.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/pas.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/pdf.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/pdf.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/php.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/php.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/pl1.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/pl1.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/po.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/po.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/pov.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/pov.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/pro.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/pro.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ps.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ps.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/ps1.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/ps1.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/psl.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/psl.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/q.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/q.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/qml.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/qml.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/qu.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/qu.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/r.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/r.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/rnc.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/rnc.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/rpg.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/rpg.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/rpl.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/rpl.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/rs.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/rs.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/rst.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/rst.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/s.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/s.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/sam.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/sam.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/sas.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/sas.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/sh.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/sh.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/sml.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/sml.lang -------------------------------------------------------------------------------- /XPCService/highlight/share2/langDefs/spn.lang: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/highlight/share2/langDefs/spn.lang -------------------------------------------------------------------------------- /XPCService/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/main.swift -------------------------------------------------------------------------------- /XPCService/share/filetypes.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/XPCService/share/filetypes.conf -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/_config.yml -------------------------------------------------------------------------------- /assets/about_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/about_highlight.png -------------------------------------------------------------------------------- /assets/custom_css.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/custom_css.png -------------------------------------------------------------------------------- /assets/extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/extensions.png -------------------------------------------------------------------------------- /assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/icon.png -------------------------------------------------------------------------------- /assets/inquiry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/inquiry.png -------------------------------------------------------------------------------- /assets/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings.png -------------------------------------------------------------------------------- /assets/settings_advanced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_advanced.png -------------------------------------------------------------------------------- /assets/settings_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_format.png -------------------------------------------------------------------------------- /assets/settings_ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_ls.png -------------------------------------------------------------------------------- /assets/settings_plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_plain.png -------------------------------------------------------------------------------- /assets/settings_plain_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_plain_editor.png -------------------------------------------------------------------------------- /assets/settings_vcs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_vcs.png -------------------------------------------------------------------------------- /assets/theme_editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/theme_editor.png -------------------------------------------------------------------------------- /assets/vcs_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/vcs_preview.png -------------------------------------------------------------------------------- /dos2unix/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | build-* 3 | -------------------------------------------------------------------------------- /dos2unix/BUGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/BUGS.txt -------------------------------------------------------------------------------- /dos2unix/COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/COPYING.txt -------------------------------------------------------------------------------- /dos2unix/ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/ChangeLog.txt -------------------------------------------------------------------------------- /dos2unix/DEVEL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/DEVEL.txt -------------------------------------------------------------------------------- /dos2unix/INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/INSTALL.txt -------------------------------------------------------------------------------- /dos2unix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/Makefile -------------------------------------------------------------------------------- /dos2unix/Makefile.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/Makefile.original -------------------------------------------------------------------------------- /dos2unix/NEWS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/NEWS.txt -------------------------------------------------------------------------------- /dos2unix/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/README.txt -------------------------------------------------------------------------------- /dos2unix/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/TODO.txt -------------------------------------------------------------------------------- /dos2unix/bcc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/bcc.mak -------------------------------------------------------------------------------- /dos2unix/build.makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/build.makefile -------------------------------------------------------------------------------- /dos2unix/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/common.c -------------------------------------------------------------------------------- /dos2unix/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/common.h -------------------------------------------------------------------------------- /dos2unix/djgpp.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/djgpp.mak -------------------------------------------------------------------------------- /dos2unix/dos2unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/dos2unix.c -------------------------------------------------------------------------------- /dos2unix/dos2unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/dos2unix.h -------------------------------------------------------------------------------- /dos2unix/emx.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/emx.mak -------------------------------------------------------------------------------- /dos2unix/highlight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/highlight.css -------------------------------------------------------------------------------- /dos2unix/man/de/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/de/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/de/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/de/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/de/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/de/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/de/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/de/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/es/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/es/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/es/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/es/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/es/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/es/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/es/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/es/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/fr/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/fr/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/fr/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/fr/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/fr/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/fr/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/fr/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/fr/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/ko/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ko/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/ko/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ko/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/ko/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ko/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/ko/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ko/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/man1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/man1/Makefile -------------------------------------------------------------------------------- /dos2unix/man/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/nl/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/nl/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/nl/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/nl/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/nl/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/nl/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/nl/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/nl/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/pl/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pl/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/pl/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pl/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/pl/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pl/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/pl/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pl/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/pt_BR/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pt_BR/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/pt_BR/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pt_BR/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/pt_BR/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pt_BR/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/pt_BR/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/pt_BR/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/ro/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ro/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/ro/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ro/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/ro/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ro/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/ro/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/ro/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/sr/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sr/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/sr/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sr/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/sr/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sr/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/sr/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sr/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/sv/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sv/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/sv/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sv/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/sv/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sv/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/sv/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/sv/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/uk/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/uk/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/uk/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/uk/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/uk/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/uk/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/uk/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/uk/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/man/zh_CN/man1/dos2unix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/zh_CN/man1/dos2unix.1 -------------------------------------------------------------------------------- /dos2unix/man/zh_CN/man1/dos2unix.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/zh_CN/man1/dos2unix.htm -------------------------------------------------------------------------------- /dos2unix/man/zh_CN/man1/dos2unix.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/zh_CN/man1/dos2unix.pod -------------------------------------------------------------------------------- /dos2unix/man/zh_CN/man1/dos2unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/man/zh_CN/man1/dos2unix.txt -------------------------------------------------------------------------------- /dos2unix/po-man/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/de.po -------------------------------------------------------------------------------- /dos2unix/po-man/dos2unix-man.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/dos2unix-man.pot -------------------------------------------------------------------------------- /dos2unix/po-man/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/es.po -------------------------------------------------------------------------------- /dos2unix/po-man/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/fr.po -------------------------------------------------------------------------------- /dos2unix/po-man/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/ko.po -------------------------------------------------------------------------------- /dos2unix/po-man/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/nl.po -------------------------------------------------------------------------------- /dos2unix/po-man/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/pl.po -------------------------------------------------------------------------------- /dos2unix/po-man/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/pt_BR.po -------------------------------------------------------------------------------- /dos2unix/po-man/ro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/ro.po -------------------------------------------------------------------------------- /dos2unix/po-man/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/sr.po -------------------------------------------------------------------------------- /dos2unix/po-man/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/sv.po -------------------------------------------------------------------------------- /dos2unix/po-man/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/uk.po -------------------------------------------------------------------------------- /dos2unix/po-man/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po-man/zh_CN.po -------------------------------------------------------------------------------- /dos2unix/po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ca.po -------------------------------------------------------------------------------- /dos2unix/po/da.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/da.po -------------------------------------------------------------------------------- /dos2unix/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/de.po -------------------------------------------------------------------------------- /dos2unix/po/dos2unix.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/dos2unix.pot -------------------------------------------------------------------------------- /dos2unix/po/eo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/eo.po -------------------------------------------------------------------------------- /dos2unix/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/es.po -------------------------------------------------------------------------------- /dos2unix/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/fr.po -------------------------------------------------------------------------------- /dos2unix/po/fur.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/fur.po -------------------------------------------------------------------------------- /dos2unix/po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/hu.po -------------------------------------------------------------------------------- /dos2unix/po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ja.po -------------------------------------------------------------------------------- /dos2unix/po/ka.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ka.po -------------------------------------------------------------------------------- /dos2unix/po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ko.po -------------------------------------------------------------------------------- /dos2unix/po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/nb.po -------------------------------------------------------------------------------- /dos2unix/po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/nl.po -------------------------------------------------------------------------------- /dos2unix/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/pl.po -------------------------------------------------------------------------------- /dos2unix/po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/pt_BR.po -------------------------------------------------------------------------------- /dos2unix/po/ro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ro.po -------------------------------------------------------------------------------- /dos2unix/po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/ru.po -------------------------------------------------------------------------------- /dos2unix/po/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/sr.po -------------------------------------------------------------------------------- /dos2unix/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/sv.po -------------------------------------------------------------------------------- /dos2unix/po/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/uk.po -------------------------------------------------------------------------------- /dos2unix/po/vi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/vi.po -------------------------------------------------------------------------------- /dos2unix/po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/zh_CN.po -------------------------------------------------------------------------------- /dos2unix/po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/po/zh_TW.po -------------------------------------------------------------------------------- /dos2unix/querycp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/querycp.c -------------------------------------------------------------------------------- /dos2unix/querycp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/querycp.h -------------------------------------------------------------------------------- /dos2unix/test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/Makefile -------------------------------------------------------------------------------- /dos2unix/test/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/README.txt -------------------------------------------------------------------------------- /dos2unix/test/ascii.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/ascii.t -------------------------------------------------------------------------------- /dos2unix/test/bom.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/bom.t -------------------------------------------------------------------------------- /dos2unix/test/chard7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/chard7.txt -------------------------------------------------------------------------------- /dos2unix/test/chardos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/chardos.txt -------------------------------------------------------------------------------- /dos2unix/test/charu7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/charu7.txt -------------------------------------------------------------------------------- /dos2unix/test/charunix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/charunix.txt -------------------------------------------------------------------------------- /dos2unix/test/chk_loc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/chk_loc.sh -------------------------------------------------------------------------------- /dos2unix/test/cp_1252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_1252.txt -------------------------------------------------------------------------------- /dos2unix/test/cp_437.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_437.txt -------------------------------------------------------------------------------- /dos2unix/test/cp_850.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_850.txt -------------------------------------------------------------------------------- /dos2unix/test/cp_860.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_860.txt -------------------------------------------------------------------------------- /dos2unix/test/cp_863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_863.txt -------------------------------------------------------------------------------- /dos2unix/test/cp_865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_865.txt -------------------------------------------------------------------------------- /dos2unix/test/dos 'txt.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | 4 | take 5 | a 6 | break 7 | -------------------------------------------------------------------------------- /dos2unix/test/dos.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | 4 | take 5 | a 6 | break 7 | -------------------------------------------------------------------------------- /dos2unix/test/dos_bom.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | 4 | take 5 | a 6 | break 7 | -------------------------------------------------------------------------------- /dos2unix/test/dos_dbl.txt: -------------------------------------------------------------------------------- 1 | hello 2 | 3 | world 4 | 5 | 6 | 7 | take 8 | 9 | a 10 | 11 | break 12 | 13 | -------------------------------------------------------------------------------- /dos2unix/test/dos_gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/dos_gb.txt -------------------------------------------------------------------------------- /dos2unix/test/eol_dos.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol 3 | -------------------------------------------------------------------------------- /dos2unix/test/eol_dosmac.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol -------------------------------------------------------------------------------- /dos2unix/test/eol_dosunix.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol 3 | -------------------------------------------------------------------------------- /dos2unix/test/eol_mac.txt: -------------------------------------------------------------------------------- 1 | no eol -------------------------------------------------------------------------------- /dos2unix/test/eol_macdos.txt: -------------------------------------------------------------------------------- 1 | no eol 2 | -------------------------------------------------------------------------------- /dos2unix/test/eol_macdos2.txt: -------------------------------------------------------------------------------- 1 | no eol 2 | -------------------------------------------------------------------------------- /dos2unix/test/eol_macunix.txt: -------------------------------------------------------------------------------- 1 | no eol 2 | -------------------------------------------------------------------------------- /dos2unix/test/eol_macunix2.txt: -------------------------------------------------------------------------------- 1 | no eol 2 | -------------------------------------------------------------------------------- /dos2unix/test/eol_unix.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol 3 | -------------------------------------------------------------------------------- /dos2unix/test/eol_unix2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/eol_unix2.txt -------------------------------------------------------------------------------- /dos2unix/test/gb18030.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030.t -------------------------------------------------------------------------------- /dos2unix/test/gb18030.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030.txt -------------------------------------------------------------------------------- /dos2unix/test/gb18030b.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030b.txt -------------------------------------------------------------------------------- /dos2unix/test/gb18030u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030u.txt -------------------------------------------------------------------------------- /dos2unix/test/info.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/info.txt -------------------------------------------------------------------------------- /dos2unix/test/info0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/info0.txt -------------------------------------------------------------------------------- /dos2unix/test/info_ub.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/info_ub.txt -------------------------------------------------------------------------------- /dos2unix/test/info_ucs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/info_ucs.txt -------------------------------------------------------------------------------- /dos2unix/test/info_ul.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/info_ul.txt -------------------------------------------------------------------------------- /dos2unix/test/invalhig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/invalhig.txt -------------------------------------------------------------------------------- /dos2unix/test/invallow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/invallow.txt -------------------------------------------------------------------------------- /dos2unix/test/iso.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso.t -------------------------------------------------------------------------------- /dos2unix/test/iso_1252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_1252.txt -------------------------------------------------------------------------------- /dos2unix/test/iso_437.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_437.txt -------------------------------------------------------------------------------- /dos2unix/test/iso_850.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_850.txt -------------------------------------------------------------------------------- /dos2unix/test/iso_860.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_860.txt -------------------------------------------------------------------------------- /dos2unix/test/iso_863.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_863.txt -------------------------------------------------------------------------------- /dos2unix/test/iso_865.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_865.txt -------------------------------------------------------------------------------- /dos2unix/test/mac.txt: -------------------------------------------------------------------------------- 1 | hello world take a break -------------------------------------------------------------------------------- /dos2unix/test/mac_dbl.txt: -------------------------------------------------------------------------------- 1 | hello world take a break -------------------------------------------------------------------------------- /dos2unix/test/misc.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/misc.t -------------------------------------------------------------------------------- /dos2unix/test/mixed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/mixed.txt -------------------------------------------------------------------------------- /dos2unix/test/mixedd2u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/mixedd2u.txt -------------------------------------------------------------------------------- /dos2unix/test/mixedm2u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/mixedm2u.txt -------------------------------------------------------------------------------- /dos2unix/test/mixedu2d.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/mixedu2d.txt -------------------------------------------------------------------------------- /dos2unix/test/mixedu2m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/mixedu2m.txt -------------------------------------------------------------------------------- /dos2unix/test/noeol.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/noeol.t -------------------------------------------------------------------------------- /dos2unix/test/noeol_dos.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol -------------------------------------------------------------------------------- /dos2unix/test/noeol_dos_utf16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/noeol_dos_utf16.txt -------------------------------------------------------------------------------- /dos2unix/test/noeol_dos_utf8.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol -------------------------------------------------------------------------------- /dos2unix/test/noeol_mac.txt: -------------------------------------------------------------------------------- 1 | no eol -------------------------------------------------------------------------------- /dos2unix/test/noeol_unix.txt: -------------------------------------------------------------------------------- 1 | no 2 | eol -------------------------------------------------------------------------------- /dos2unix/test/setlocale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/setlocale.c -------------------------------------------------------------------------------- /dos2unix/test/setlocale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/setlocale.png -------------------------------------------------------------------------------- /dos2unix/test/stdio.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/stdio.t -------------------------------------------------------------------------------- /dos2unix/test/symlink.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/symlink.t -------------------------------------------------------------------------------- /dos2unix/test/testcmd.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/testcmd.bat -------------------------------------------------------------------------------- /dos2unix/test/testps16.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/testps16.ps1 -------------------------------------------------------------------------------- /dos2unix/test/testps8.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/testps8.ps1 -------------------------------------------------------------------------------- /dos2unix/test/testu16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/testu16.c -------------------------------------------------------------------------------- /dos2unix/test/uni_el_αρχείο.txt: -------------------------------------------------------------------------------- 1 | take 2 | a 3 | break 4 | -------------------------------------------------------------------------------- /dos2unix/test/uni_nl_ëäï.txt: -------------------------------------------------------------------------------- 1 | take 2 | a 3 | break 4 | -------------------------------------------------------------------------------- /dos2unix/test/uni_zh_文件.txt: -------------------------------------------------------------------------------- 1 | take 2 | a 3 | break 4 | -------------------------------------------------------------------------------- /dos2unix/test/unix.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | 4 | take 5 | a 6 | break 7 | -------------------------------------------------------------------------------- /dos2unix/test/unix_bom.txt: -------------------------------------------------------------------------------- 1 | hello 2 | world 3 | 4 | take 5 | a 6 | break 7 | -------------------------------------------------------------------------------- /dos2unix/test/unix_dbl.txt: -------------------------------------------------------------------------------- 1 | hello 2 | 3 | world 4 | 5 | 6 | 7 | take 8 | 9 | a 10 | 11 | break 12 | 13 | -------------------------------------------------------------------------------- /dos2unix/test/unix_gb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/unix_gb.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16.t -------------------------------------------------------------------------------- /dos2unix/test/utf16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16_gb.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16_gb.t -------------------------------------------------------------------------------- /dos2unix/test/utf16be.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16be.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16ben.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16ben.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16bin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16bin.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16le.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16le.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16len.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16len.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16m.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16m.txt -------------------------------------------------------------------------------- /dos2unix/test/utf16u.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16u.txt -------------------------------------------------------------------------------- /dos2unix/test/utf8dos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf8dos.txt -------------------------------------------------------------------------------- /dos2unix/test/utf8dosn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf8dosn.txt -------------------------------------------------------------------------------- /dos2unix/test/utf8unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf8unix.txt -------------------------------------------------------------------------------- /dos2unix/test/utf8unxb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf8unxb.txt -------------------------------------------------------------------------------- /dos2unix/test/wcstombs_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/wcstombs_test.c -------------------------------------------------------------------------------- /dos2unix/unix2dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/unix2dos.c -------------------------------------------------------------------------------- /dos2unix/unix2dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/unix2dos.h -------------------------------------------------------------------------------- /dos2unix/vc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/vc.mak -------------------------------------------------------------------------------- /dos2unix/version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/version.mk -------------------------------------------------------------------------------- /dos2unix/wcc.mif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/wcc.mif -------------------------------------------------------------------------------- /dos2unix/wccdos16.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/wccdos16.mak -------------------------------------------------------------------------------- /dos2unix/wccdos32.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/wccdos32.mak -------------------------------------------------------------------------------- /dos2unix/wccos2.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/wccos2.mak -------------------------------------------------------------------------------- /dos2unix/wccwin32.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/wccwin32.mak -------------------------------------------------------------------------------- /highlight-wrapper/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/.gitignore -------------------------------------------------------------------------------- /highlight-wrapper/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/Makefile -------------------------------------------------------------------------------- /highlight-wrapper/boost/algorithm/hex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/algorithm/hex.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/array.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/assert.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/bind/apply.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/bind/apply.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/bind/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/bind/arg.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/bind/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/bind/bind.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/bind/mem_fn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/bind/mem_fn.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/bind/protect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/bind/protect.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/call_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/call_traits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/checked_delete.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/checked_delete.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/concept/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/concept/assert.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/concept/usage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/concept/usage.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/concept_check.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/concept_check.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/config.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/config/user.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/config/user.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/container/list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/container/list.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/container/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/container/map.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/container/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/container/set.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/addressof.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/addressof.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/cmath.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/cmath.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/demangle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/demangle.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/enable_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/enable_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/exchange.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/exchange.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/is_same.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/is_same.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/launder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/launder.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/nvp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/nvp.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/ref.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/snprintf.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/snprintf.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/swap.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/core/typeinfo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/core/typeinfo.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/cstdint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/cstdint.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/detail/bitmask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/detail/bitmask.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/detail/fenv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/detail/fenv.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/detail/is_xxx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/detail/is_xxx.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/exception/all.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/exception/all.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/exception/info.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/exception/info.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/adapted.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/adapted.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/mpl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/mpl.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/mpl/at.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/mpl/at.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/mpl/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/mpl/end.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/support.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/support.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/tuple.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/tuple.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/fusion/view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/fusion/view.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/get_pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/get_pointer.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/implicit_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/implicit_cast.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/integer.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/integer_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/integer_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/integer_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/integer_traits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/intrusive_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/intrusive_ptr.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/is_placeholder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/is_placeholder.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/iterator.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/lexical_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/lexical_cast.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/limits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/limits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/math/complex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/math/complex.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/math/octonion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/math/octonion.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/math/tools/agm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/math/tools/agm.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/math/tools/mp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/math/tools/mp.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/math/tr1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/math/tr1.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mem_fn.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mem_fn.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/algo/move.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/algo/move.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/algorithm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/algorithm.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/core.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/iterator.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/move.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/move.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/traits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/move/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/move/utility.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/O1_size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/O1_size.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/accumulate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/accumulate.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/advance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/advance.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/alias.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/alias.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/always.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/always.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/and.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/and.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/apply.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/apply.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/apply_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/apply_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/apply_wrap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/apply_wrap.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/arg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/arg.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/arg_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/arg_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/arithmetic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/arithmetic.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/assert.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/at.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/at.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/at_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/at_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/aux_/arity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/aux_/arity.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/aux_/na.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/aux_/na.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/aux_/test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/aux_/test.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/back.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/back_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/back_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/base.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/begin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/begin.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/begin_end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/begin_end.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bind.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bind.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bind_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bind_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bitand.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bitand.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bitor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bitor.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bitwise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bitwise.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bitxor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bitxor.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bool.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/bool_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/bool_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/char.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/char.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/char_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/char_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/clear.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/clear.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/clear_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/clear_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/comparison.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/comparison.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/contains.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/contains.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/copy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/copy.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/copy_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/copy_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/count.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/count.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/count_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/count_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/count_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/count_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/deque.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/deque.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/deref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/deref.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/distance.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/divides.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/divides.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/empty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/empty.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/empty_base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/empty_base.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/empty_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/empty_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/end.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/equal.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/equal_to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/equal_to.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/erase.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/erase.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/erase_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/erase_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/erase_key.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/erase_key.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/eval_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/eval_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/find.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/find.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/find_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/find_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/fold.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/fold.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/for_each.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/for_each.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/front.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/front_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/front_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/get_tag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/get_tag.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/greater.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/greater.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/has_key.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/has_key.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/has_xxx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/has_xxx.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/identity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/identity.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/index_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/index_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/index_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/index_of.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/inherit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/inherit.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/insert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/insert.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/insert_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/insert_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/inserter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/inserter.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/int.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/int.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/int_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/int_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/integral_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/integral_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/iter_fold.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/iter_fold.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/joint_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/joint_view.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/key_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/key_type.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/lambda.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/lambda.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/lambda_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/lambda_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/less.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/less.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/less_equal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/less_equal.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/limits/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/limits/map.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/limits/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/limits/set.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/list.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/list.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/list/list0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/list/list0.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/list_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/list_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/logical.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/logical.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/long.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/long.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/long_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/long_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map0.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map10.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map10.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map20.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map20.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map30.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map30.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map40.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map40.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/map/map50.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/map/map50.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/max.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/min.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/min.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/min_max.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/minus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/minus.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/modulus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/modulus.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/multiplies.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/multiplies.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/negate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/negate.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/next.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/next.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/next_prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/next_prior.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/not.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/not.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/or.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/or.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/order.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/order.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/order_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/order_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/pair.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/pair.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/pair_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/pair_view.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/partition.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/partition.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/plus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/plus.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/pop_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/pop_back.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/pop_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/pop_front.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/print.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/print.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/prior.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/protect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/protect.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/push_back.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/push_back.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/push_front.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/push_front.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/quote.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/quote.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/range_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/range_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/remove.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/remove.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/remove_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/remove_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/replace.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/replace.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/replace_if.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/replace_if.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/reverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/reverse.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/same_as.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/same_as.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set0.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set0.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set0_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set0_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set10.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set10.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set20.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set20.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set30.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set30.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set40.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set40.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set/set50.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set/set50.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/set_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/set_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/shift_left.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/shift_left.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/size.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/size_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/size_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/size_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/size_t.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/size_t_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/size_t_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/sizeof.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/sizeof.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/sort.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/sort.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/string.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/switch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/switch.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/tag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/tag.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/times.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/times.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/transform.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/unique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/unique.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/value_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/value_type.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/vector.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/vector_c.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/vector_c.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/void.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/void.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/void_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/void_fwd.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/mpl/zip_view.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/mpl/zip_view.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/next_prior.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/next_prior.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/noncopyable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/noncopyable.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/none.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/none.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/none_t.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/none_t.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/numeric/odeint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/numeric/odeint.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/optional.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/optional.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/compiler.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/hardware.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/language.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/library.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/library/c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/library/c.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/make.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/make.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/aix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/aix.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/beos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/beos.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/bsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/bsd.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/cygwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/cygwin.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/haiku.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/haiku.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/hpux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/hpux.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/ios.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/irix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/irix.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/linux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/linux.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/macos.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/os400.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/os400.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/qnxnto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/qnxnto.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/unix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/unix.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/os/vms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/os/vms.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/other.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/other.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/platform.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/predef/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/predef/version.h -------------------------------------------------------------------------------- /highlight-wrapper/boost/preprocessor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/preprocessor.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/args.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/args.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/context.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/context.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/core.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/core.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/debug.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/debug.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/domain.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/domain.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/eval.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/eval.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/expr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/expr.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/extends.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/extends.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/fusion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/fusion.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/generate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/generate.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/literal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/literal.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/matches.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/matches.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/proto.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/proto.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/repeat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/repeat.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/tags.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/tags.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/proto/traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/proto/traits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/adaptors.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/adaptors.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/as_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/as_array.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/atl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/atl.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/begin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/begin.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/category.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/category.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/combine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/combine.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/concepts.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/concepts.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/config.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/distance.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/distance.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/empty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/empty.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/end.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/end.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/irange.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/irange.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/iterator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/iterator.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/join.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/join.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/mfc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/mfc.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/mfc_map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/mfc_map.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/numeric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/numeric.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/pointer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/pointer.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/rbegin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/rbegin.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/rend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/rend.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/range/size.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/range/size.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/ref.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/ref.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/scoped_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/scoped_array.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/scoped_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/scoped_ptr.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/shared_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/shared_array.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/shared_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/shared_ptr.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/static_assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/static_assert.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/swap.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/type.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/type_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/type_traits.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/utility.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/utility/binary.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/utility/binary.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/utility/swap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/utility/swap.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/version.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/version.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/visit_each.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/visit_each.hpp -------------------------------------------------------------------------------- /highlight-wrapper/boost/weak_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/boost/weak_ptr.hpp -------------------------------------------------------------------------------- /highlight-wrapper/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/Makefile -------------------------------------------------------------------------------- /highlight-wrapper/lua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/README -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/contents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/contents.html -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/index.css -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/logo.gif -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/lua.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/lua.1 -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/lua.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/lua.css -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/luac.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/luac.1 -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/manual.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/manual.css -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/manual.html -------------------------------------------------------------------------------- /highlight-wrapper/lua/doc/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/readme.html -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/Makefile -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lapi.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lapi.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lauxlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lauxlib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lauxlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lauxlib.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lbaselib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lbaselib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lcode.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lcode.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lcorolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lcorolib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lctype.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lctype.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldblib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldblib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldebug.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldebug.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldo.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldo.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ldump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ldump.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lfunc.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lfunc.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lgc.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lgc.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/linit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/linit.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/liolib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/liolib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ljumptab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ljumptab.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/llex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/llex.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/llex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/llex.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/llimits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/llimits.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lmathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lmathlib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lmem.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lmem.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/loadlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/loadlib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lobject.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lobject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lobject.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lopcodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lopcodes.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lopcodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lopcodes.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lopnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lopnames.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/loslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/loslib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lparser.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lparser.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lprefix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lprefix.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lstate.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lstate.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lstring.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lstring.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lstrlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lstrlib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ltable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ltable.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ltable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ltable.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ltablib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ltablib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ltm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ltm.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/ltm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/ltm.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lua.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lua.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lua.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lua.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lua.hpp -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/luac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/luac.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/luaconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/luaconf.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lualib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lualib.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lundump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lundump.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lundump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lundump.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lutf8lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lutf8lib.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lvm.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lvm.h -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lzio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lzio.c -------------------------------------------------------------------------------- /highlight-wrapper/lua/src/lzio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/src/lzio.h -------------------------------------------------------------------------------- /highlight-wrapper/wrapper_highlight.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/wrapper_highlight.cpp -------------------------------------------------------------------------------- /highlight-wrapper/wrapper_highlight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/wrapper_highlight.h -------------------------------------------------------------------------------- /img.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/img.tiff -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/index.md -------------------------------------------------------------------------------- /relaunch/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/relaunch/main.swift -------------------------------------------------------------------------------- /relaunch/relaunch.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/relaunch/relaunch.entitlements -------------------------------------------------------------------------------- /settings_chk/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/settings_chk/main.swift -------------------------------------------------------------------------------- /support_files.xcfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/support_files.xcfilelist -------------------------------------------------------------------------------- /syntax_highlight_cli/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/syntax_highlight_cli/main.swift --------------------------------------------------------------------------------