├── java
├── gui
│ ├── sshtar
│ │ ├── bin
│ │ │ ├── sh
│ │ │ ├── bash
│ │ │ └── ls
│ │ ├── usr
│ │ │ ├── lib
│ │ │ │ ├── libncurses.5.dylib
│ │ │ │ ├── libhistory.6.0.dylib
│ │ │ │ ├── libcrypto.0.9.8.dylib
│ │ │ │ └── libreadline.6.0.dylib
│ │ │ ├── bin
│ │ │ │ ├── scp
│ │ │ │ └── device_infos
│ │ │ └── libexec
│ │ │ │ └── sftp-server
│ │ ├── sbin
│ │ │ └── sshd
│ │ ├── etc
│ │ │ └── ssh
│ │ │ │ ├── ssh_host_key
│ │ │ │ └── ssh_host_rsa_key.pub
│ │ └── mktar.sh
│ └── src
│ │ └── res
│ │ └── ssh.tar
└── _3rd
│ ├── dd-plist.jar
│ ├── jsoup-1.6.1.jar
│ ├── commons-cli-1.2.jar
│ └── commons-io-2.1.jar
├── _3rd
├── boost_1_48_0
│ ├── tools
│ │ ├── build
│ │ │ └── v2
│ │ │ │ ├── test
│ │ │ │ ├── unused
│ │ │ │ │ ├── b.x
│ │ │ │ │ ├── b.cpp
│ │ │ │ │ ├── a.cpp
│ │ │ │ │ └── jamfile.jam
│ │ │ │ ├── test2
│ │ │ │ │ ├── Jamrules
│ │ │ │ │ ├── jamfile.jam
│ │ │ │ │ └── foo.cpp
│ │ │ │ ├── generators-test
│ │ │ │ │ ├── d.wd
│ │ │ │ │ ├── c.tui
│ │ │ │ │ ├── y.x_pro
│ │ │ │ │ ├── x.l
│ │ │ │ │ ├── e.cpp
│ │ │ │ │ ├── b.cxx
│ │ │ │ │ └── lib
│ │ │ │ │ │ ├── c.cpp
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ ├── v1_testing
│ │ │ │ │ ├── Jamrules
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── lib.cpp
│ │ │ │ │ ├── boost-build.jam
│ │ │ │ │ └── lib-err.cpp
│ │ │ │ ├── dependency-test
│ │ │ │ │ ├── x.foo
│ │ │ │ │ ├── y.foo
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── a.h
│ │ │ │ │ ├── b.h
│ │ │ │ │ ├── src1
│ │ │ │ │ │ ├── c.h
│ │ │ │ │ │ ├── a.h
│ │ │ │ │ │ ├── b.h
│ │ │ │ │ │ └── z.h
│ │ │ │ │ ├── src2
│ │ │ │ │ │ └── b.h
│ │ │ │ │ ├── b.cpp
│ │ │ │ │ ├── c.cpp
│ │ │ │ │ ├── a_c.c
│ │ │ │ │ └── e.cpp
│ │ │ │ ├── subdir1
│ │ │ │ │ └── file-to-bind
│ │ │ │ ├── project-test4
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── jamfile1.jam
│ │ │ │ │ │ ├── jamfile3.jam
│ │ │ │ │ │ ├── jamfile2.jam
│ │ │ │ │ │ ├── jamfile.jam
│ │ │ │ │ │ └── b.cpp
│ │ │ │ │ ├── lib2
│ │ │ │ │ │ ├── jamfile2.jam
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ ├── jamfile4.jam
│ │ │ │ │ ├── jamfile5.jam
│ │ │ │ │ ├── a.cpp
│ │ │ │ │ ├── a_gcc.cpp
│ │ │ │ │ ├── jamfile3.jam
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── boostbook
│ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── railsys
│ │ │ │ │ ├── libx
│ │ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ │ └── src
│ │ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ └── program
│ │ │ │ │ │ ├── jamfile.jam
│ │ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ │ ├── liba
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ │ └── main
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ ├── Jamrules
│ │ │ │ ├── engine
│ │ │ │ │ └── README.txt
│ │ │ │ ├── prebuilt
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── ext
│ │ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ │ ├── debug
│ │ │ │ │ │ │ └── a.h
│ │ │ │ │ │ └── release
│ │ │ │ │ │ │ └── a.h
│ │ │ │ │ └── jamfile.jam
│ │ │ │ ├── project-test1
│ │ │ │ │ ├── dir2
│ │ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── dir
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── module-actions
│ │ │ │ │ └── boost-build.jam
│ │ │ │ ├── v1-testing
│ │ │ │ │ ├── a.cpp
│ │ │ │ │ ├── b.cpp
│ │ │ │ │ └── boost-build.jam
│ │ │ │ ├── direct-request-test
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ └── jamfile2.jam
│ │ │ │ ├── startup
│ │ │ │ │ ├── bootstrap-env
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ ├── no-bootstrap3
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ ├── no-bootstrap1
│ │ │ │ │ │ ├── subdir
│ │ │ │ │ │ │ └── readme.txt
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ ├── bootstrap-explicit
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ ├── bootstrap-implicit
│ │ │ │ │ │ └── readme.txt
│ │ │ │ │ ├── no-bootstrap2
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ └── boost-root
│ │ │ │ │ │ ├── build
│ │ │ │ │ │ ├── bootstrap.jam
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ │ │ └── boost-build.jam
│ │ │ │ ├── testing-primitives
│ │ │ │ │ └── boost-build.jam
│ │ │ │ ├── empty.jam
│ │ │ │ ├── project-test3
│ │ │ │ │ ├── lib3
│ │ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ │ └── f.cpp
│ │ │ │ │ ├── a.cpp
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── b.cpp
│ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ ├── lib2
│ │ │ │ │ │ ├── c.cpp
│ │ │ │ │ │ ├── d.cpp
│ │ │ │ │ │ └── helper
│ │ │ │ │ │ │ ├── e.cpp
│ │ │ │ │ │ │ └── jamfile.jam
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── readme.txt
│ │ │ │ └── railsys.py
│ │ │ │ ├── build
│ │ │ │ └── __init__.py
│ │ │ │ ├── debian
│ │ │ │ ├── copyright
│ │ │ │ ├── boost-build.examples
│ │ │ │ ├── conffiles
│ │ │ │ ├── boost-build.docs
│ │ │ │ ├── changelog
│ │ │ │ └── excludes
│ │ │ │ ├── tools
│ │ │ │ ├── __init__.py
│ │ │ │ ├── doxygen
│ │ │ │ │ ├── windows-paths-check.hpp
│ │ │ │ │ └── windows-paths-check.doxyfile
│ │ │ │ ├── xsltproc
│ │ │ │ │ └── test.xml
│ │ │ │ ├── quickbook.jam
│ │ │ │ └── types
│ │ │ │ │ ├── html.jam
│ │ │ │ │ ├── rsp.jam
│ │ │ │ │ ├── asm.jam
│ │ │ │ │ ├── html.py
│ │ │ │ │ ├── rsp.py
│ │ │ │ │ ├── preprocessed.jam
│ │ │ │ │ ├── cpp.py
│ │ │ │ │ ├── qt.jam
│ │ │ │ │ └── asm.py
│ │ │ │ ├── example
│ │ │ │ ├── built_tool
│ │ │ │ │ ├── core
│ │ │ │ │ │ ├── a.td
│ │ │ │ │ │ └── core.cpp
│ │ │ │ │ ├── tblgen
│ │ │ │ │ │ ├── Jamfile.jam
│ │ │ │ │ │ └── tblgen.cpp
│ │ │ │ │ ├── Jamroot.jam
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── customization
│ │ │ │ │ ├── t2.verbatim
│ │ │ │ │ ├── t1.verbatim
│ │ │ │ │ ├── class.verbatim
│ │ │ │ │ ├── usage.verbatim
│ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── make
│ │ │ │ │ ├── main_cpp.pro
│ │ │ │ │ ├── foo.py
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── hello
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── readme.txt
│ │ │ │ │ └── hello.cpp
│ │ │ │ ├── libraries
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── util
│ │ │ │ │ │ └── foo
│ │ │ │ │ │ │ ├── include
│ │ │ │ │ │ │ └── lib1.h
│ │ │ │ │ │ │ ├── jamfile.jam
│ │ │ │ │ │ │ └── bar.cpp
│ │ │ │ │ └── app
│ │ │ │ │ │ └── app.cpp
│ │ │ │ ├── gettext
│ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── variant
│ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── jamfile.jam
│ │ │ │ │ │ └── l.cpp
│ │ │ │ │ └── a.cpp
│ │ │ │ ├── boost-build.jam
│ │ │ │ ├── qt
│ │ │ │ │ └── qt3
│ │ │ │ │ │ └── moccable-cpp
│ │ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── generate
│ │ │ │ │ ├── a.cpp
│ │ │ │ │ └── jamroot.jam
│ │ │ │ ├── generator
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ ├── foo.gci
│ │ │ │ │ └── README.txt
│ │ │ │ ├── versioned
│ │ │ │ │ ├── jamroot.jam
│ │ │ │ │ └── hello.cpp
│ │ │ │ ├── python_modules
│ │ │ │ │ └── jamroot.jam
│ │ │ │ └── pch
│ │ │ │ │ └── source
│ │ │ │ │ └── hello_world.cpp
│ │ │ │ ├── engine
│ │ │ │ ├── boost-no-inspect
│ │ │ │ ├── boehm_gc
│ │ │ │ │ ├── doc
│ │ │ │ │ │ ├── README.MacOSX
│ │ │ │ │ │ ├── README.uts
│ │ │ │ │ │ └── README.Mac
│ │ │ │ │ ├── gc_cpp.cpp
│ │ │ │ │ ├── configure_atomic_ops.sh
│ │ │ │ │ ├── cord
│ │ │ │ │ │ └── de_win.ICO
│ │ │ │ │ ├── callprocs
│ │ │ │ │ ├── Mac_files
│ │ │ │ │ │ ├── dataend.c
│ │ │ │ │ │ └── datastart.c
│ │ │ │ │ ├── bdw-gc.pc
│ │ │ │ │ ├── bdw-gc.pc.in
│ │ │ │ │ ├── include
│ │ │ │ │ │ └── leak_detector.h
│ │ │ │ │ ├── ia64_save_regs_in_stack.s
│ │ │ │ │ └── gcname.c
│ │ │ │ ├── modules
│ │ │ │ │ └── readme.txt
│ │ │ │ ├── bootstrap
│ │ │ │ │ └── jam0
│ │ │ │ ├── bin.ntx86
│ │ │ │ │ ├── b2.exe
│ │ │ │ │ ├── bjam.exe
│ │ │ │ │ ├── class.obj
│ │ │ │ │ ├── debug.obj
│ │ │ │ │ ├── glob.obj
│ │ │ │ │ ├── hash.obj
│ │ │ │ │ ├── jam.obj
│ │ │ │ │ ├── lists.obj
│ │ │ │ │ ├── make.obj
│ │ │ │ │ ├── make1.obj
│ │ │ │ │ ├── md5.obj
│ │ │ │ │ ├── mem.obj
│ │ │ │ │ ├── order.obj
│ │ │ │ │ ├── parse.obj
│ │ │ │ │ ├── path.obj
│ │ │ │ │ ├── pwd.obj
│ │ │ │ │ ├── regex.obj
│ │ │ │ │ ├── rules.obj
│ │ │ │ │ ├── scan.obj
│ │ │ │ │ ├── set.obj
│ │ │ │ │ ├── subst.obj
│ │ │ │ │ ├── command.obj
│ │ │ │ │ ├── compile.obj
│ │ │ │ │ ├── execnt.obj
│ │ │ │ │ ├── expand.obj
│ │ │ │ │ ├── filent.obj
│ │ │ │ │ ├── filesys.obj
│ │ │ │ │ ├── hcache.obj
│ │ │ │ │ ├── headers.obj
│ │ │ │ │ ├── jambase.obj
│ │ │ │ │ ├── jamgram.obj
│ │ │ │ │ ├── modules.obj
│ │ │ │ │ ├── native.obj
│ │ │ │ │ ├── newstr.obj
│ │ │ │ │ ├── option.obj
│ │ │ │ │ ├── output.obj
│ │ │ │ │ ├── regexp.obj
│ │ │ │ │ ├── search.obj
│ │ │ │ │ ├── strings.obj
│ │ │ │ │ ├── builtins.obj
│ │ │ │ │ ├── hdrmacro.obj
│ │ │ │ │ ├── pathunix.obj
│ │ │ │ │ ├── sequence.obj
│ │ │ │ │ ├── timestamp.obj
│ │ │ │ │ ├── variable.obj
│ │ │ │ │ ├── w32_getreg.obj
│ │ │ │ │ └── property-set.obj
│ │ │ │ ├── pwd.h
│ │ │ │ ├── search.h
│ │ │ │ ├── timestamp.h
│ │ │ │ ├── newstr.h
│ │ │ │ ├── expand.h
│ │ │ │ └── hcache.h
│ │ │ │ ├── boost_build.png
│ │ │ │ ├── notes
│ │ │ │ ├── relative_source_paths.txt
│ │ │ │ └── README.txt
│ │ │ │ ├── site-config.jam
│ │ │ │ ├── kernel
│ │ │ │ └── boost-build.jam
│ │ │ │ └── boost-build.jam
│ │ ├── quickbook
│ │ │ ├── test
│ │ │ │ ├── empty.quickbook
│ │ │ │ ├── include
│ │ │ │ │ ├── filename_include2.quickbook
│ │ │ │ │ ├── sub
│ │ │ │ │ │ └── filename_include1.quickbook
│ │ │ │ │ ├── filename.quickbook
│ │ │ │ │ └── filename-path.quickbook
│ │ │ │ ├── xinclude.quickbook
│ │ │ │ ├── command-line
│ │ │ │ │ ├── error1.quickbook
│ │ │ │ │ ├── error2.quickbook
│ │ │ │ │ └── error-fail.quickbook
│ │ │ │ ├── fail-parse-error1.quickbook
│ │ │ │ ├── fail-cpp-mismatched-escape.quickbook
│ │ │ │ ├── fail-parse-error2.quickbook
│ │ │ │ ├── fail-unknown-quickbook-1.quickbook
│ │ │ │ ├── mismatched-brackets-3.quickbook
│ │ │ │ ├── doc-info
│ │ │ │ │ ├── author1.quickbook
│ │ │ │ │ ├── author2.quickbook
│ │ │ │ │ ├── copyright-fail1.quickbook
│ │ │ │ │ ├── source-mode-cpp-include.quickbook
│ │ │ │ │ ├── source-mode-python-include.quickbook
│ │ │ │ │ ├── copyright-fail2.quickbook
│ │ │ │ │ ├── source-mode-teletype-include.quickbook
│ │ │ │ │ ├── copyright1.quickbook
│ │ │ │ │ └── empty-attributes.quickbook
│ │ │ │ ├── fail-unknown-quickbook-2.quickbook
│ │ │ │ ├── utf-16be-bom.quickbook
│ │ │ │ ├── utf-16le-bom.quickbook
│ │ │ │ ├── fail-unknown-quickbook-3.quickbook
│ │ │ │ ├── mismatched-brackets-1.quickbook
│ │ │ │ ├── mismatched-brackets-2.quickbook
│ │ │ │ ├── fail-mismatched-boostbook-escape.quickbook
│ │ │ │ ├── fail-python-mismatched-escape.quickbook
│ │ │ │ ├── heading_1_1.quickbook
│ │ │ │ ├── command_line_macro.quickbook
│ │ │ │ ├── section_1_5-unclosed.quickbook
│ │ │ │ ├── fail-post-process.quickbook
│ │ │ │ ├── fail-template-lookup1.quickbook
│ │ │ │ ├── include-sub.quickbook
│ │ │ │ ├── fail-import.quickbook
│ │ │ │ ├── fail-include.quickbook
│ │ │ │ ├── import.quickbook
│ │ │ │ ├── elements_1_5.quickbook
│ │ │ │ ├── elements_1_6.quickbook
│ │ │ │ ├── fail-template-section-3.quickbook
│ │ │ │ ├── fail-template-section-1.quickbook
│ │ │ │ ├── code-block-python.quickbook
│ │ │ │ ├── snippets
│ │ │ │ │ ├── pass_thru.quickbook
│ │ │ │ │ └── pass_thru.py
│ │ │ │ ├── fail-template-arguments3.quickbook
│ │ │ │ ├── macro.quickbook
│ │ │ │ ├── include_1_6-2.quickbook
│ │ │ │ ├── fail-template-section-2.quickbook
│ │ │ │ ├── fail-template-arguments1.quickbook
│ │ │ │ ├── include-sub2.quickbook
│ │ │ │ ├── fail-template-arguments2.quickbook
│ │ │ │ ├── heading_1_3.quickbook
│ │ │ │ ├── newline.quickbook
│ │ │ │ ├── code-block-teletype.quickbook
│ │ │ │ ├── heading_1_6.quickbook
│ │ │ │ ├── src
│ │ │ │ │ └── Jamfile.v2
│ │ │ │ ├── cond_phrase.quickbook
│ │ │ │ ├── code-block-1.quickbook
│ │ │ │ ├── template-section.quickbook
│ │ │ │ ├── code-block-2.quickbook
│ │ │ │ ├── section_1_4.quickbook
│ │ │ │ ├── section_1_5.quickbook
│ │ │ │ ├── xml-escape_1_5.quickbook
│ │ │ │ ├── code-block-3.quickbook
│ │ │ │ ├── code-snippet.quickbook
│ │ │ │ ├── xinclude.gold
│ │ │ │ └── xml-escape_1_2.quickbook
│ │ │ └── doc
│ │ │ │ └── html
│ │ │ │ └── images
│ │ │ │ ├── callouts
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ ├── 9.png
│ │ │ │ ├── 10.png
│ │ │ │ ├── 11.png
│ │ │ │ ├── 12.png
│ │ │ │ ├── 13.png
│ │ │ │ ├── 14.png
│ │ │ │ └── 15.png
│ │ │ │ └── extra
│ │ │ │ └── katepart
│ │ │ │ ├── boost.hs.logo.png
│ │ │ │ ├── table.boost.hs.png
│ │ │ │ └── table.text.editor.png
│ │ ├── regression
│ │ │ ├── test
│ │ │ │ └── test-boost-build
│ │ │ │ │ ├── missing_dependencies
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── lib.cpp
│ │ │ │ │ │ └── Jamfile.v2
│ │ │ │ │ ├── test.cpp
│ │ │ │ │ └── Jamfile.v2
│ │ │ │ │ └── ignored_rc
│ │ │ │ │ ├── ignored_rc.jam
│ │ │ │ │ └── recognized_rc.jam
│ │ │ └── xsl_reports
│ │ │ │ ├── test
│ │ │ │ └── expected_results.xml
│ │ │ │ ├── empty_expected_results.xml
│ │ │ │ └── utils
│ │ │ │ ├── makedirs.py
│ │ │ │ ├── check_existance.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── send_mail.py
│ │ │ │ └── zip.py
│ │ ├── index.html
│ │ ├── bcp
│ │ │ └── licence_info.cpp
│ │ ├── inspect
│ │ │ ├── index.html
│ │ │ ├── build
│ │ │ │ └── msvc
│ │ │ │ │ └── readme.txt
│ │ │ └── wrong_line_ends_test.cpp
│ │ ├── release
│ │ │ ├── index.html
│ │ │ ├── inspect.sh
│ │ │ ├── snapshot.sh
│ │ │ ├── make_packages.sh
│ │ │ ├── snapshot_posix.sh
│ │ │ ├── snapshot_inspect.sh
│ │ │ └── snapshot_windows.sh
│ │ ├── auto_index
│ │ │ └── doc
│ │ │ │ ├── html
│ │ │ │ └── images
│ │ │ │ │ ├── home.png
│ │ │ │ │ ├── next.png
│ │ │ │ │ ├── note.png
│ │ │ │ │ ├── prev.png
│ │ │ │ │ ├── tip.png
│ │ │ │ │ ├── up.png
│ │ │ │ │ ├── blank.png
│ │ │ │ │ ├── draft.png
│ │ │ │ │ ├── caution.png
│ │ │ │ │ ├── important.png
│ │ │ │ │ ├── toc-blank.png
│ │ │ │ │ ├── toc-minus.png
│ │ │ │ │ ├── toc-plus.png
│ │ │ │ │ ├── warning.png
│ │ │ │ │ ├── up_disabled.png
│ │ │ │ │ ├── next_disabled.png
│ │ │ │ │ └── prev_disabled.png
│ │ │ │ ├── students_t_eg_1.png
│ │ │ │ ├── students_t_eg_2.png
│ │ │ │ ├── students_t_eg_3.png
│ │ │ │ └── students_t_eg_4.png
│ │ └── boostbook
│ │ │ ├── test
│ │ │ ├── more
│ │ │ │ └── tests
│ │ │ │ │ ├── book
│ │ │ │ │ ├── library-autoid.gold
│ │ │ │ │ ├── boostbook.gold
│ │ │ │ │ ├── chapter.gold
│ │ │ │ │ └── library.gold
│ │ │ │ │ └── misc
│ │ │ │ │ └── processing.gold
│ │ │ └── Jamfile.v2
│ │ │ └── dtd
│ │ │ └── 1.1
│ │ │ └── boost-no-inspect
│ ├── libs
│ │ ├── program_options
│ │ │ ├── test
│ │ │ │ ├── required_test.cfg
│ │ │ │ ├── ucs2.txt
│ │ │ │ └── config_test.cfg
│ │ │ ├── example
│ │ │ │ ├── response_file.rsp
│ │ │ │ └── multiple_sources.cfg
│ │ │ ├── index.html
│ │ │ └── doc
│ │ │ │ ├── index.html
│ │ │ │ ├── questions.dox
│ │ │ │ └── questions
│ │ ├── index.html
│ │ └── iostreams
│ │ │ ├── index.html
│ │ │ └── doc
│ │ │ ├── theme
│ │ │ ├── boost.png
│ │ │ ├── wedge.gif
│ │ │ └── boost_small.png
│ │ │ ├── graphics
│ │ │ ├── modes.gif
│ │ │ ├── input_chain.gif
│ │ │ ├── key_important.gif
│ │ │ ├── key_input_seq.gif
│ │ │ ├── key_output_seq.gif
│ │ │ ├── key_read_head.gif
│ │ │ ├── key_write_head.gif
│ │ │ ├── output_chain.gif
│ │ │ ├── seekable_chain.gif
│ │ │ ├── important_modes.gif
│ │ │ ├── bidirectional_chain.gif
│ │ │ ├── key_read_write_head.gif
│ │ │ └── key_bidirectional_seq.gif
│ │ │ ├── acknowledgments.html
│ │ │ └── classes
│ │ │ └── code_converter.html
│ ├── b2.exe
│ ├── bjam.exe
│ ├── boost.png
│ ├── more
│ │ ├── index.htm
│ │ ├── blanket-permission.txt
│ │ ├── BoostSponsorshipAgreement.pdf
│ │ └── getting_started
│ │ │ └── detail
│ │ │ └── common.rst
│ ├── boost
│ │ ├── rational.hpp
│ │ ├── numeric
│ │ │ ├── interval.hpp
│ │ │ └── interval
│ │ │ │ ├── arith.hpp
│ │ │ │ ├── arith2.hpp
│ │ │ │ ├── limits.hpp
│ │ │ │ ├── transc.hpp
│ │ │ │ ├── checking.hpp
│ │ │ │ ├── compare.hpp
│ │ │ │ ├── constants.hpp
│ │ │ │ ├── interval.hpp
│ │ │ │ ├── rounding.hpp
│ │ │ │ ├── utility.hpp
│ │ │ │ ├── detail
│ │ │ │ ├── bugs.hpp
│ │ │ │ ├── test_input.hpp
│ │ │ │ ├── interval_prototype.hpp
│ │ │ │ ├── alpha_rounding_control.hpp
│ │ │ │ ├── bcc_rounding_control.hpp
│ │ │ │ ├── c99_rounding_control.hpp
│ │ │ │ ├── msvc_rounding_control.hpp
│ │ │ │ ├── ppc_rounding_control.hpp
│ │ │ │ ├── sparc_rounding_control.hpp
│ │ │ │ ├── x86_rounding_control.hpp
│ │ │ │ ├── c99sub_rounding_control.hpp
│ │ │ │ └── x86gcc_rounding_control.hpp
│ │ │ │ ├── hw_rounding.hpp
│ │ │ │ ├── rounded_arith.hpp
│ │ │ │ ├── rounded_transc.hpp
│ │ │ │ ├── compare
│ │ │ │ └── explicit.hpp
│ │ │ │ └── ext
│ │ │ │ └── x86_fast_rounding_control.hpp
│ │ ├── utility
│ │ │ └── declval.hpp
│ │ ├── smart_ptr
│ │ │ └── detail
│ │ │ │ └── atomic_count_gcc.hpp
│ │ ├── spirit
│ │ │ └── home
│ │ │ │ └── support
│ │ │ │ └── char_encoding
│ │ │ │ └── iso8859_1.hpp
│ │ ├── concept
│ │ │ └── detail
│ │ │ │ └── concept_undef.hpp
│ │ ├── config
│ │ │ └── abi
│ │ │ │ ├── msvc_suffix.hpp
│ │ │ │ └── borland_suffix.hpp
│ │ ├── exception
│ │ │ ├── enable_error_info.hpp
│ │ │ ├── enable_current_exception.hpp
│ │ │ └── error_info.hpp
│ │ ├── swap.hpp
│ │ ├── mpl
│ │ │ └── aux_
│ │ │ │ └── preprocessed
│ │ │ │ ├── bcc551
│ │ │ │ └── quote.hpp
│ │ │ │ ├── msvc60
│ │ │ │ └── quote.hpp
│ │ │ │ ├── no_ttp
│ │ │ │ └── quote.hpp
│ │ │ │ ├── bcc_pre590
│ │ │ │ └── quote.hpp
│ │ │ │ ├── dmc
│ │ │ │ └── template_arity.hpp
│ │ │ │ ├── mwcw
│ │ │ │ └── template_arity.hpp
│ │ │ │ └── plain
│ │ │ │ └── template_arity.hpp
│ │ ├── signals.hpp
│ │ └── ratio.hpp
│ ├── build-win32.cmd
│ ├── build-osx.sh
│ └── INSTALL
├── zlib
│ ├── contrib
│ │ ├── blast
│ │ │ ├── test.txt
│ │ │ ├── test.pk
│ │ │ ├── README
│ │ │ └── Makefile
│ │ ├── infback9
│ │ │ └── README
│ │ ├── README.contrib
│ │ ├── puff
│ │ │ ├── zeros.raw
│ │ │ └── Makefile
│ │ ├── dotzlib
│ │ │ ├── DotZLib.chm
│ │ │ └── DotZLib
│ │ │ │ ├── DotZLib.cs
│ │ │ │ ├── CodecBase.cs
│ │ │ │ ├── Deflater.cs
│ │ │ │ ├── Inflater.cs
│ │ │ │ ├── UnitTests.cs
│ │ │ │ ├── ChecksumImpl.cs
│ │ │ │ ├── GZipStream.cs
│ │ │ │ └── CircularBuffer.cs
│ │ ├── masmx64
│ │ │ └── bld_ml64.bat
│ │ ├── masmx86
│ │ │ └── bld_ml32.bat
│ │ ├── minizip
│ │ │ └── MiniZip64_Changes.txt
│ │ ├── delphi
│ │ │ └── ZLibConst.pas
│ │ ├── testzlib
│ │ │ └── testzlib.txt
│ │ └── untgz
│ │ │ ├── Makefile
│ │ │ └── Makefile.msc
│ ├── ChangeLog
│ ├── zlib.3.pdf
│ ├── Makefile
│ ├── win32
│ │ └── VisualC.txt
│ ├── old
│ │ └── README
│ ├── nintendods
│ │ └── README
│ └── zlib.pc.in
├── curl
│ ├── include
│ │ ├── curl
│ │ │ └── types.h
│ │ └── Makefile.am
│ ├── packages
│ │ ├── Linux
│ │ │ ├── Makefile.am
│ │ │ └── RPM
│ │ │ │ ├── Makefile.am
│ │ │ │ └── README
│ │ ├── vms
│ │ │ ├── ldap.opt
│ │ │ ├── openssl_alpha.opt
│ │ │ ├── openssl_ia64.opt
│ │ │ ├── openssl_vax.opt
│ │ │ ├── openssl_ssl_alpha.opt
│ │ │ ├── openssl_ssl_ia64.opt
│ │ │ ├── openssl_ssl_vax.opt
│ │ │ ├── hpssl_ia64.opt
│ │ │ ├── hpssl_alpha.opt
│ │ │ ├── hpssl_vax.opt
│ │ │ └── Makefile.am
│ │ ├── AIX
│ │ │ ├── RPM
│ │ │ │ └── Makefile.am
│ │ │ └── Makefile.am
│ │ ├── Win32
│ │ │ ├── Makefile.am
│ │ │ └── README
│ │ ├── EPM
│ │ │ └── Makefile.am
│ │ ├── OS400
│ │ │ └── make-src.sh
│ │ └── Symbian
│ │ │ └── group
│ │ │ ├── bld.inf
│ │ │ ├── libcurl.iby
│ │ │ └── curl.iby
│ ├── CMake
│ │ ├── CMakeConfigurableFile.in
│ │ └── FindZLIB.cmake
│ ├── README
│ ├── CHANGES
│ ├── docs
│ │ ├── THANKS
│ │ ├── BINDINGS
│ │ ├── curl.pdf
│ │ ├── curl-config.pdf
│ │ └── libcurl
│ │ │ ├── libcurl.pdf
│ │ │ ├── curl_free.pdf
│ │ │ ├── curl_escape.pdf
│ │ │ ├── curl_formadd.pdf
│ │ │ ├── curl_formget.pdf
│ │ │ ├── curl_getdate.pdf
│ │ │ ├── curl_getenv.pdf
│ │ │ ├── curl_mprintf.pdf
│ │ │ ├── curl_version.pdf
│ │ │ ├── libcurl-easy.pdf
│ │ │ ├── curl_easy_init.pdf
│ │ │ ├── curl_easy_recv.pdf
│ │ │ ├── curl_easy_send.pdf
│ │ │ ├── curl_formfree.pdf
│ │ │ ├── curl_strequal.pdf
│ │ │ ├── curl_unescape.pdf
│ │ │ ├── libcurl-errors.pdf
│ │ │ ├── libcurl-multi.pdf
│ │ │ ├── libcurl-share.pdf
│ │ │ ├── curl_easy_cleanup.pdf
│ │ │ ├── curl_easy_escape.pdf
│ │ │ ├── curl_easy_getinfo.pdf
│ │ │ ├── curl_easy_pause.pdf
│ │ │ ├── curl_easy_perform.pdf
│ │ │ ├── curl_easy_reset.pdf
│ │ │ ├── curl_easy_setopt.pdf
│ │ │ ├── curl_global_init.pdf
│ │ │ ├── curl_multi_assign.pdf
│ │ │ ├── curl_multi_fdset.pdf
│ │ │ ├── curl_multi_init.pdf
│ │ │ ├── curl_multi_setopt.pdf
│ │ │ ├── curl_multi_socket.pdf
│ │ │ ├── curl_share_init.pdf
│ │ │ ├── curl_share_setopt.pdf
│ │ │ ├── curl_slist_append.pdf
│ │ │ ├── curl_version_info.pdf
│ │ │ ├── libcurl-tutorial.pdf
│ │ │ ├── curl_easy_duphandle.pdf
│ │ │ ├── curl_easy_strerror.pdf
│ │ │ ├── curl_easy_unescape.pdf
│ │ │ ├── curl_global_cleanup.pdf
│ │ │ ├── curl_multi_cleanup.pdf
│ │ │ ├── curl_multi_perform.pdf
│ │ │ ├── curl_multi_strerror.pdf
│ │ │ ├── curl_multi_timeout.pdf
│ │ │ ├── curl_share_cleanup.pdf
│ │ │ ├── curl_share_strerror.pdf
│ │ │ ├── curl_slist_free_all.pdf
│ │ │ ├── curl_global_init_mem.pdf
│ │ │ ├── curl_multi_add_handle.pdf
│ │ │ ├── curl_multi_info_read.pdf
│ │ │ ├── curl_multi_remove_handle.pdf
│ │ │ └── curl_multi_socket_action.pdf
│ ├── lib
│ │ ├── krb4.c
│ │ ├── krb5.c
│ │ ├── cookie.c
│ │ ├── libcurl.rc
│ │ ├── security.c
│ │ └── msvcproj.foot
│ ├── src
│ │ └── curl.rc
│ ├── tests
│ │ ├── CMakeLists.txt
│ │ ├── data
│ │ │ ├── test1034
│ │ │ ├── test1035
│ │ │ ├── test16
│ │ │ ├── test165
│ │ │ └── DISABLED
│ │ ├── runtests.pdf
│ │ ├── testcurl.pdf
│ │ ├── certs
│ │ │ ├── EdelCurlRoot-ca.der
│ │ │ ├── Server-localhost-sv.der
│ │ │ ├── Server-localhost-sv.p12
│ │ │ ├── Server-localhost.nn-sv.der
│ │ │ ├── Server-localhost0h-sv.der
│ │ │ ├── Server-localhost0h-sv.p12
│ │ │ ├── Server-localhost-sv.dhp
│ │ │ ├── Server-localhost.nn-sv.dhp
│ │ │ ├── Server-localhost0h-sv.dhp
│ │ │ └── EdelCurlRoot-ca.cnf
│ │ └── libtest
│ │ │ └── test75.pl
│ └── CMakeLists.txt
├── CF
│ ├── Endian.h
│ ├── MixedMode.h
│ ├── AssertMacros.h
│ ├── CoreAudioTypes.h
│ ├── InternetConfig.h
│ ├── Multiprocessing.h
│ ├── ConditionalMacros.h
│ ├── QTLoadLibraryUtils.h
│ ├── TargetConditionals.h
│ └── WebServicesCore.h
└── _prebuilt
│ └── win32
│ ├── libeay32.lib
│ ├── ssleay32.lib
│ ├── CoreFoundation.lib
│ ├── iTunesMobileDevice.lib
│ ├── libboost_iostreams-vc100-mt-s-1_48.lib
│ └── libboost_program_options-vc100-mt-s-1_48.lib
├── howto
├── WinSCP.png
└── putty.png
├── jsyringeapi
└── test.c
├── .gitmodules
├── mux_redux
└── win32_queue.h
├── test
└── main.c
└── fuzzy_patcher
└── Makefile
/java/gui/sshtar/bin/sh:
--------------------------------------------------------------------------------
1 | bash
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/unused/b.x:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/blast/test.txt:
--------------------------------------------------------------------------------
1 | AIAIAIAIAIAIA
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/build/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/copyright:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/test2/Jamrules:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/__init__.py:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/curl/include/curl/types.h:
--------------------------------------------------------------------------------
1 | /* not used */
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/d.wd:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1_testing/Jamrules:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/empty.quickbook:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Linux/Makefile.am:
--------------------------------------------------------------------------------
1 | SUBDIRS = RPM
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/core/a.td:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/x.foo:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/y.foo:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/c.tui:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/y.x_pro:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/lib/libncurses.5.dylib:
--------------------------------------------------------------------------------
1 | libncurses.5.4.dylib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/customization/t2.verbatim:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/ldap.opt:
--------------------------------------------------------------------------------
1 | SYS$SHARE:LDAP$SHR.EXE /SHARE
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/boost-build.examples:
--------------------------------------------------------------------------------
1 | example/*
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/doxygen/windows-paths-check.hpp:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/conffiles:
--------------------------------------------------------------------------------
1 | /etc/site-config.jam
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/make/main_cpp.pro:
--------------------------------------------------------------------------------
1 | int main() {}
2 |
--------------------------------------------------------------------------------
/_3rd/CF/Endian.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/Endian.h
--------------------------------------------------------------------------------
/_3rd/curl/CMake/CMakeConfigurableFile.in:
--------------------------------------------------------------------------------
1 | @CMAKE_CONFIGURABLE_FILE_CONTENT@
2 |
3 |
--------------------------------------------------------------------------------
/_3rd/curl/README:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/README
--------------------------------------------------------------------------------
/_3rd/curl/packages/AIX/RPM/Makefile.am:
--------------------------------------------------------------------------------
1 | EXTRA_DIST = README curl.spec.in
2 |
3 |
--------------------------------------------------------------------------------
/howto/WinSCP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/howto/WinSCP.png
--------------------------------------------------------------------------------
/howto/putty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/howto/putty.png
--------------------------------------------------------------------------------
/_3rd/CF/MixedMode.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/MixedMode.h
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/test/required_test.cfg:
--------------------------------------------------------------------------------
1 | cfgfile = file.cfg
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/hello/jamroot.jam:
--------------------------------------------------------------------------------
1 | exe hello : hello.cpp ;
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include/filename_include2.quickbook:
--------------------------------------------------------------------------------
1 | __FILENAME__
--------------------------------------------------------------------------------
/_3rd/curl/CHANGES:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/CHANGES
--------------------------------------------------------------------------------
/_3rd/curl/packages/AIX/Makefile.am:
--------------------------------------------------------------------------------
1 | SUBDIRS = RPM
2 |
3 | EXTRA_DIST = Makefile.am
4 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Win32/Makefile.am:
--------------------------------------------------------------------------------
1 | SUBDIRS = cygwin
2 |
3 | EXTRA_DIST = README
4 |
--------------------------------------------------------------------------------
/_3rd/zlib/ChangeLog:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/ChangeLog
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/infback9/README:
--------------------------------------------------------------------------------
1 | See infback9.h for what this is and how to use it.
2 |
--------------------------------------------------------------------------------
/_3rd/curl/docs/THANKS:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/THANKS
--------------------------------------------------------------------------------
/_3rd/curl/lib/krb4.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/lib/krb4.c
--------------------------------------------------------------------------------
/_3rd/curl/lib/krb5.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/lib/krb5.c
--------------------------------------------------------------------------------
/_3rd/curl/src/curl.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/src/curl.rc
--------------------------------------------------------------------------------
/_3rd/curl/tests/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(libtest)
2 | add_subdirectory(server)
3 |
--------------------------------------------------------------------------------
/_3rd/zlib/zlib.3.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/zlib.3.pdf
--------------------------------------------------------------------------------
/_3rd/CF/AssertMacros.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/AssertMacros.h
--------------------------------------------------------------------------------
/_3rd/CF/CoreAudioTypes.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/CoreAudioTypes.h
--------------------------------------------------------------------------------
/_3rd/CF/InternetConfig.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/InternetConfig.h
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/b2.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/b2.exe
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/example/response_file.rsp:
--------------------------------------------------------------------------------
1 | -I bar
2 | -I biz
3 | --magic 10
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/x.l:
--------------------------------------------------------------------------------
1 | %option noyywrap
2 |
3 | %%
4 |
5 | %%
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/subdir1/file-to-bind:
--------------------------------------------------------------------------------
1 | # This file intentionally left blank
--------------------------------------------------------------------------------
/_3rd/curl/CMakeLists.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/CMakeLists.txt
--------------------------------------------------------------------------------
/_3rd/curl/docs/BINDINGS:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/BINDINGS
--------------------------------------------------------------------------------
/_3rd/curl/docs/curl.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/curl.pdf
--------------------------------------------------------------------------------
/_3rd/curl/lib/cookie.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/lib/cookie.c
--------------------------------------------------------------------------------
/_3rd/curl/lib/libcurl.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/lib/libcurl.rc
--------------------------------------------------------------------------------
/_3rd/curl/lib/security.c:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/lib/security.c
--------------------------------------------------------------------------------
/java/_3rd/dd-plist.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/_3rd/dd-plist.jar
--------------------------------------------------------------------------------
/java/gui/src/res/ssh.tar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/src/res/ssh.tar
--------------------------------------------------------------------------------
/java/gui/sshtar/bin/bash:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/bin/bash
--------------------------------------------------------------------------------
/java/gui/sshtar/bin/ls:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/bin/ls
--------------------------------------------------------------------------------
/jsyringeapi/test.c:
--------------------------------------------------------------------------------
1 | int xpwntool_enc_dec();
2 |
3 | int main() {
4 | xpwntool_enc_dec();
5 | }
6 |
--------------------------------------------------------------------------------
/_3rd/CF/Multiprocessing.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/Multiprocessing.h
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/bjam.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/bjam.exe
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/customization/t1.verbatim:
--------------------------------------------------------------------------------
1 | t1
2 | //###include "t2.verbatim"
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/missing_dependencies/lib/lib.cpp:
--------------------------------------------------------------------------------
1 | #error
2 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_alpha.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:LIBCRYPTO.EXE /SHARE
2 | SSLLIB:LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_ia64.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:LIBCRYPTO.EXE /SHARE
2 | SSLLIB:LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_vax.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:LIBCRYPTO.EXE /SHARE
2 | SSLLIB:LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/java/_3rd/jsoup-1.6.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/_3rd/jsoup-1.6.1.jar
--------------------------------------------------------------------------------
/java/gui/sshtar/sbin/sshd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/sbin/sshd
--------------------------------------------------------------------------------
/_3rd/CF/ConditionalMacros.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/ConditionalMacros.h
--------------------------------------------------------------------------------
/_3rd/CF/QTLoadLibraryUtils.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/QTLoadLibraryUtils.h
--------------------------------------------------------------------------------
/_3rd/CF/TargetConditionals.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/CF/TargetConditionals.h
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost.png
--------------------------------------------------------------------------------
/_3rd/curl/packages/EPM/Makefile.am:
--------------------------------------------------------------------------------
1 | AUTOMAKE_OPTIONS = foreign
2 |
3 | EXTRA_DIST = README curl.list.in
4 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/OS400/make-src.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #
3 | #
4 | # Not implemented yet on OS/400.
5 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/data/test1034:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/data/test1034
--------------------------------------------------------------------------------
/_3rd/curl/tests/data/test1035:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/data/test1035
--------------------------------------------------------------------------------
/_3rd/curl/tests/data/test16:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/data/test16
--------------------------------------------------------------------------------
/_3rd/curl/tests/data/test165:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/data/test165
--------------------------------------------------------------------------------
/_3rd/curl/tests/runtests.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/runtests.pdf
--------------------------------------------------------------------------------
/_3rd/curl/tests/testcurl.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/testcurl.pdf
--------------------------------------------------------------------------------
/java/_3rd/commons-cli-1.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/_3rd/commons-cli-1.2.jar
--------------------------------------------------------------------------------
/java/_3rd/commons-io-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/_3rd/commons-io-2.1.jar
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/bin/scp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/bin/scp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib/jamfile1.jam:
--------------------------------------------------------------------------------
1 |
2 | make b.obj : b.cpp : yfc-compile ;
3 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/xsltproc/test.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/xinclude.quickbook:
--------------------------------------------------------------------------------
1 | [article Include]
2 |
3 | [xinclude stub.xml]
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/curl/docs/curl-config.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/curl-config.pdf
--------------------------------------------------------------------------------
/_3rd/curl/packages/Linux/RPM/Makefile.am:
--------------------------------------------------------------------------------
1 | EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm
2 |
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Win32/README:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/packages/Win32/README
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_ssl_alpha.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:SSL_LIBCRYPTO.EXE /SHARE
2 | SSLLIB:SSL_LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_ssl_ia64.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:SSL_LIBCRYPTO.EXE /SHARE
2 | SSLLIB:SSL_LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/openssl_ssl_vax.opt:
--------------------------------------------------------------------------------
1 | SSLLIB:SSL_LIBCRYPTO.EXE /SHARE
2 | SSLLIB:SSL_LIBSSL.EXE /SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/blast/test.pk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/blast/test.pk
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/libeay32.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/libeay32.lib
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/ssleay32.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/ssleay32.lib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/more/index.htm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/more/index.htm
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/boost-build.docs:
--------------------------------------------------------------------------------
1 | boost_build_v2.html
2 | index_v2.html
3 | boost.png
4 | doc
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/core/core.cpp:
--------------------------------------------------------------------------------
1 |
2 | int main()
3 | {
4 | return 0;
5 | }
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/missing_dependencies/test.cpp:
--------------------------------------------------------------------------------
1 | int main() { return 0; }
2 |
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl.pdf
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/README.contrib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/README.contrib
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/puff/zeros.raw:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/puff/zeros.raw
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/rational.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/rational.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boost-no-inspect:
--------------------------------------------------------------------------------
1 | this really out of our hands, so tell inspect to ignore directory
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_free.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_free.pdf
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/hpssl_ia64.opt:
--------------------------------------------------------------------------------
1 | SYS$LIBRARY:SSL$LIBCRYPTO_SHR.EXE/SHARE
2 | SYS$LIBRARY:SSL$LIBSSL_SHR.EXE/SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/blast/README:
--------------------------------------------------------------------------------
1 | Read blast.h for purpose and usage.
2 |
3 | Mark Adler
4 | madler@alumni.caltech.edu
5 |
--------------------------------------------------------------------------------
/java/gui/sshtar/etc/ssh/ssh_host_key:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/etc/ssh/ssh_host_key
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/bin/device_infos:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/bin/device_infos
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/CoreFoundation.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/CoreFoundation.lib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/make/foo.py:
--------------------------------------------------------------------------------
1 | import sys
2 | open(sys.argv[2], "w").write(open(sys.argv[1]).read())
3 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib/jamfile3.jam:
--------------------------------------------------------------------------------
1 |
2 | make b.obj : b.cpp : yfc-compile : off ;
3 |
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_escape.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_escape.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_formadd.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_formadd.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_formget.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_formget.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_getdate.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_getdate.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_getenv.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_getenv.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_mprintf.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_mprintf.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_version.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_version.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl-easy.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl-easy.pdf
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/hpssl_alpha.opt:
--------------------------------------------------------------------------------
1 | SYS$LIBRARY:SSL$LIBCRYPTO_SHR32.EXE/SHARE
2 | SYS$LIBRARY:SSL$LIBSSL_SHR32.EXE/SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/hpssl_vax.opt:
--------------------------------------------------------------------------------
1 | SYS$LIBRARY:SSL$LIBCRYPTO_SHR32.EXE/SHARE
2 | SYS$LIBRARY:SSL$LIBSSL_SHR32.EXE/SHARE
3 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib.chm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib.chm
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/libexec/sftp-server:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/libexec/sftp-server
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/doc/README.MacOSX:
--------------------------------------------------------------------------------
1 | See README.darwin for the latest Darwin/MacOSX information.
2 |
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_init.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_init.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_recv.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_recv.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_send.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_send.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_formfree.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_formfree.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_strequal.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_strequal.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_unescape.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_unescape.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl-errors.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl-errors.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl-multi.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl-multi.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl-share.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl-share.pdf
--------------------------------------------------------------------------------
/_3rd/curl/include/Makefile.am:
--------------------------------------------------------------------------------
1 | SUBDIRS = curl
2 |
3 | EXTRA_DIST = README
4 |
5 | AUTOMAKE_OPTIONS = foreign no-dependencies
6 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/EdelCurlRoot-ca.der:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/EdelCurlRoot-ca.der
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/masmx64/bld_ml64.bat:
--------------------------------------------------------------------------------
1 | ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
2 | ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
3 |
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/iTunesMobileDevice.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/iTunesMobileDevice.lib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/utility/declval.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/utility/declval.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/bcp/licence_info.cpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/bcp/licence_info.cpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib2/jamfile2.jam:
--------------------------------------------------------------------------------
1 |
2 | project mylib
3 | : requirements off
4 | ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/inspect/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/inspect/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/inspect.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/inspect.sh
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/snapshot.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/snapshot.sh
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_cleanup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_cleanup.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_escape.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_escape.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_getinfo.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_getinfo.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_pause.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_pause.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_perform.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_perform.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_reset.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_reset.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_setopt.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_setopt.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_global_init.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_global_init.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_assign.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_assign.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_fdset.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_fdset.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_init.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_init.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_setopt.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_setopt.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_socket.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_socket.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_share_init.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_share_init.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_share_setopt.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_share_setopt.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_slist_append.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_slist_append.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_version_info.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_version_info.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/libcurl-tutorial.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/libcurl-tutorial.pdf
--------------------------------------------------------------------------------
/_3rd/zlib/Makefile:
--------------------------------------------------------------------------------
1 | all:
2 | -@echo "Please use ./configure first. Thank you."
3 |
4 | distclean:
5 | make -f Makefile.in distclean
6 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/DotZLib.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/DotZLib.cs
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/masmx86/bld_ml32.bat:
--------------------------------------------------------------------------------
1 | ml /coff /Zi /c /Flmatch686.lst match686.asm
2 | ml /coff /Zi /c /Flinffas32.lst inffas32.asm
3 |
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/lib/libhistory.6.0.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/lib/libhistory.6.0.dylib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/more/blanket-permission.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/more/blanket-permission.txt
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/gc_cpp.cpp:
--------------------------------------------------------------------------------
1 | // Visual C++ seems to prefer a .cpp extension to .cc
2 | #include "gc_cpp.cc"
3 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/boostbook/jamroot.jam:
--------------------------------------------------------------------------------
1 |
2 | boostbook docs : docs.xml autodoc ;
3 | doxygen autodoc : [ glob *.hpp ] ;
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/command-line/error1.quickbook:
--------------------------------------------------------------------------------
1 | [article A file with an error in the docinfo
2 | [quickbook 0.8]
3 | ]
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include/sub/filename_include1.quickbook:
--------------------------------------------------------------------------------
1 | __FILENAME__
2 |
3 | [include ../filename_include2.quickbook]
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_duphandle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_duphandle.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_strerror.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_strerror.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_easy_unescape.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_easy_unescape.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_global_cleanup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_global_cleanup.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_cleanup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_cleanup.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_perform.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_perform.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_strerror.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_strerror.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_timeout.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_timeout.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_share_cleanup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_share_cleanup.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_share_strerror.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_share_strerror.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_slist_free_all.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_slist_free_all.pdf
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost-sv.der:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/Server-localhost-sv.der
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost-sv.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/Server-localhost-sv.p12
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/CodecBase.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/CodecBase.cs
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/Deflater.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/Deflater.cs
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/Inflater.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/Inflater.cs
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/UnitTests.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/UnitTests.cs
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/lib/libcrypto.0.9.8.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/lib/libcrypto.0.9.8.dylib
--------------------------------------------------------------------------------
/java/gui/sshtar/usr/lib/libreadline.6.0.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/java/gui/sshtar/usr/lib/libreadline.6.0.dylib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/program_options/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/boost_build.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/boost_build.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/libraries/jamroot.jam:
--------------------------------------------------------------------------------
1 |
2 | use-project /library-example/foo : util/foo ;
3 |
4 | build-project app ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-parse-error1.quickbook:
--------------------------------------------------------------------------------
1 | [article Parse error [quickbook 1.4]]
2 |
3 | [heading Incomplete heading
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/make_packages.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/make_packages.sh
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/snapshot_posix.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/snapshot_posix.sh
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_global_init_mem.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_global_init_mem.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_add_handle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_add_handle.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_info_read.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_info_read.pdf
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost.nn-sv.der:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/Server-localhost.nn-sv.der
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost0h-sv.der:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/Server-localhost0h-sv.der
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost0h-sv.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/tests/certs/Server-localhost0h-sv.p12
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/GZipStream.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/arith.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/arith.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/arith2.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/arith2.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/limits.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/limits.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/transc.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/transc.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/modules/readme.txt:
--------------------------------------------------------------------------------
1 |
2 | This directory constains sources which declare native
3 | rules for Boost.Build modules.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/snapshot_inspect.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/snapshot_inspect.sh
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/release/snapshot_windows.sh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/release/snapshot_windows.sh
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_remove_handle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_remove_handle.pdf
--------------------------------------------------------------------------------
/_3rd/curl/docs/libcurl/curl_multi_socket_action.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/curl/docs/libcurl/curl_multi_socket_action.pdf
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/checking.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/checking.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/compare.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/compare.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/constants.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/constants.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/interval.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/interval.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/rounding.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/rounding.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/utility.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/utility.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/theme/boost.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/theme/boost.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/theme/wedge.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/theme/wedge.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/doc/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/program_options/doc/index.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/test/ucs2.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/program_options/test/ucs2.txt
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/more/BoostSponsorshipAgreement.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/more/BoostSponsorshipAgreement.pdf
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/doc/README.uts:
--------------------------------------------------------------------------------
1 | Alistair Crooks supplied the port. He used Lexa C version 2.1.3 with
2 | -Xa to compile.
3 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bootstrap/jam0:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bootstrap/jam0
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/tblgen/Jamfile.jam:
--------------------------------------------------------------------------------
1 |
2 | project : requirements -tblgen//tblgen ;
3 |
4 | exe tblgen : tblgen.cpp ;
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/doxygen/windows-paths-check.doxyfile:
--------------------------------------------------------------------------------
1 | INPUT = windows-paths-check.hpp
2 | GENERATE_HTML = NO
3 | GENERATE_LATEX = NO
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/quickbook.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/tools/quickbook.jam
--------------------------------------------------------------------------------
/_3rd/zlib/win32/VisualC.txt:
--------------------------------------------------------------------------------
1 |
2 | To build zlib using the Microsoft Visual C++ environment,
3 | use the appropriate project from the projects/ directory.
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/bugs.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/bugs.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/hw_rounding.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/hw_rounding.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/modes.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/modes.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/b2.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/b2.exe
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/libboost_iostreams-vc100-mt-s-1_48.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/libboost_iostreams-vc100-mt-s-1_48.lib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/rounded_arith.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/rounded_arith.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/rounded_transc.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/rounded_transc.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/acknowledgments.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/acknowledgments.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/theme/boost_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/theme/boost_small.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/home.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/next.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/note.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/note.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/prev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/prev.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/tip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/tip.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/up.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_1.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_2.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_3.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/students_t_eg_4.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/bjam.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/bjam.exe
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/class.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/class.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/debug.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/debug.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/glob.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/glob.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hash.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hash.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jam.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jam.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/lists.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/lists.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/make.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/make.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/make1.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/make1.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/md5.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/md5.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/mem.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/mem.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/order.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/order.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/parse.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/parse.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/path.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/path.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/pwd.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/pwd.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/regex.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/regex.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/rules.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/rules.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/scan.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/scan.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/set.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/set.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/subst.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/subst.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib/jamfile2.jam:
--------------------------------------------------------------------------------
1 |
2 | project lib : requirements multi ;
3 |
4 | make b.obj : b.cpp : yfc-compile ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/command-line/error2.quickbook:
--------------------------------------------------------------------------------
1 | [article A file with an error in the body
2 | [quickbook 1.5]
3 | ]
4 |
5 | [table
6 | [x]
7 | ]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-cpp-mismatched-escape.quickbook:
--------------------------------------------------------------------------------
1 | [article Odd code markup. [quickbook 1.4] ]
2 |
3 | [c++]
4 |
5 | `` int main() {}
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-parse-error2.quickbook:
--------------------------------------------------------------------------------
1 | [article Parse error [quickbook 1.4]]
2 |
3 | [variablelist Variable List
4 | [[1234]]
5 | ]
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-unknown-quickbook-1.quickbook:
--------------------------------------------------------------------------------
1 | [article Future version of quickbook
2 | [quickbook 1.7]
3 | ]
4 |
5 | This should fail...
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/mismatched-brackets-3.quickbook:
--------------------------------------------------------------------------------
1 | [article Mismatched brackets]
2 |
3 | [template foo Oops]
4 | [template blah Eek
5 | [foo]
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/test/expected_results.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/puff/Makefile:
--------------------------------------------------------------------------------
1 | puff: puff.c puff.h
2 | cc -DTEST -o puff puff.c
3 |
4 | test: puff
5 | puff zeros.raw
6 |
7 | clean:
8 | rm -f puff puff.o
9 |
--------------------------------------------------------------------------------
/_3rd/zlib/old/README:
--------------------------------------------------------------------------------
1 | This directory contains files that have not been updated for zlib 1.2.x
2 |
3 | (Volunteers are encouraged to help clean this up. Thanks.)
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/compare/explicit.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/compare/explicit.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/smart_ptr/detail/atomic_count_gcc.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/smart_ptr/detail/atomic_count_gcc.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/input_chain.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/input_chain.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/test/config_test.cfg:
--------------------------------------------------------------------------------
1 | gv1 = 0#asd
2 | empty_value =
3 | plug3 = 7
4 | b = true
5 |
6 | [m1]
7 | v1 = 1
8 |
9 | v2 = 2
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/blank.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/draft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/draft.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/command.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/command.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/compile.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/compile.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/execnt.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/execnt.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/expand.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/expand.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/filent.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/filent.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/filesys.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/filesys.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hcache.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hcache.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/headers.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/headers.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jambase.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jambase.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jamgram.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/jamgram.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/modules.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/modules.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/native.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/native.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/newstr.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/newstr.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/option.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/option.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/output.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/output.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/regexp.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/regexp.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/search.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/search.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/strings.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/strings.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/jamfile4.jam:
--------------------------------------------------------------------------------
1 |
2 | project test : requirements everything single ;
3 |
4 | build-project lib2 ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/command-line/error-fail.quickbook:
--------------------------------------------------------------------------------
1 | [article Valid file to just that expect errors fails
2 | [quickbook 1.5]
3 | ]
4 |
5 | No errors.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/author1.quickbook:
--------------------------------------------------------------------------------
1 | [appendix Document Information 4
2 | [quickbook 1.5]
3 | [authors [Blow, Joe]]
4 | ]
5 | [/ Some comment]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/author2.quickbook:
--------------------------------------------------------------------------------
1 | [chapter Document Information 4
2 | [quickbook 1.5]
3 | [authors [Blow, Joe], [Doe, Jane] [Coe, John]]
4 | ]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/copyright-fail1.quickbook:
--------------------------------------------------------------------------------
1 | [article Invalid copyright years
2 | [quickbook 1.5]
3 | [copyright 2010-2001 Timequake man]
4 | ]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/source-mode-cpp-include.quickbook:
--------------------------------------------------------------------------------
1 | [article C++ source mode include
2 | [source-mode c++]
3 | ]
4 |
5 | ```int main() {}```
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-unknown-quickbook-2.quickbook:
--------------------------------------------------------------------------------
1 | [article Far future version of quickbook
2 | [quickbook 2.0]
3 | ]
4 |
5 | This should fail...
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/utf-16be-bom.quickbook:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/test/utf-16be-bom.quickbook
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/utf-16le-bom.quickbook:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/test/utf-16le-bom.quickbook
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/test_input.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/test_input.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/classes/code_converter.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/classes/code_converter.html
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_important.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_important.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_input_seq.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_input_seq.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_output_seq.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_output_seq.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_read_head.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_read_head.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_write_head.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_write_head.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/output_chain.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/output_chain.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/seekable_chain.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/seekable_chain.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/caution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/caution.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/important.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/important.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-blank.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-blank.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-minus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-minus.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/toc-plus.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/warning.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/builtins.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/builtins.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hdrmacro.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/hdrmacro.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/pathunix.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/pathunix.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/sequence.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/sequence.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/timestamp.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/timestamp.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/variable.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/variable.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/w32_getreg.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/w32_getreg.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/configure_atomic_ops.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | P=`pwd`/libatomic_ops-install
3 | cd libatomic_ops-*[0-9]
4 | ./configure --prefix=$P
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/cord/de_win.ICO:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/cord/de_win.ICO
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/doc/README.Mac:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/doc/README.Mac
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/notes/relative_source_paths.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/notes/relative_source_paths.txt
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/libx/jamroot.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/libx/jamroot.jam
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/1.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/2.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/3.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/4.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/5.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/6.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/7.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/8.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/9.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/source-mode-python-include.quickbook:
--------------------------------------------------------------------------------
1 | [article Python source mode include
2 | [source-mode python]
3 | ]
4 |
5 | ```def foo():```
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-unknown-quickbook-3.quickbook:
--------------------------------------------------------------------------------
1 | [article Non-existant version of quickbook
2 | [quickbook 0.1]
3 | ]
4 |
5 | This should fail...
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/mismatched-brackets-1.quickbook:
--------------------------------------------------------------------------------
1 | [article Mismatched brackets]
2 |
3 | [template foo Oops]
4 |
5 | [foo
6 | [template blah Eek]
7 | [blah]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/mismatched-brackets-2.quickbook:
--------------------------------------------------------------------------------
1 | [article Mismatched brackets]
2 |
3 | [template foo Oops]
4 | [template blah Eek]
5 |
6 | [foo
7 | [blah]
--------------------------------------------------------------------------------
/_3rd/_prebuilt/win32/libboost_program_options-vc100-mt-s-1_48.lib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/_prebuilt/win32/libboost_program_options-vc100-mt-s-1_48.lib
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/important_modes.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/important_modes.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/up_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/up_disabled.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/property-set.obj:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/engine/bin.ntx86/property-set.obj
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/libx/src/jamfile.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/libx/src/jamfile.jam
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/jamfile.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/jamfile.jam
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/jamroot.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/jamroot.jam
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/10.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/11.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/12.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/13.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/14.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/15.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/callouts/15.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/copyright-fail2.quickbook:
--------------------------------------------------------------------------------
1 | [article Invalid copyright
2 | [quickbook 1.5]
3 | [copyright No year]
4 | ]
5 |
6 | Maybe this should pass?
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-mismatched-boostbook-escape.quickbook:
--------------------------------------------------------------------------------
1 | [article Badly escaped boostbook
2 | [quickbook 1.5]
3 | ]
4 |
5 | '''something
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-python-mismatched-escape.quickbook:
--------------------------------------------------------------------------------
1 | [article Odd code markup. [quickbook 1.4] ]
2 |
3 | [python]
4 |
5 | print "Hello World." ``
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/missing_dependencies/lib/Jamfile.v2:
--------------------------------------------------------------------------------
1 | SOURCES =
2 | lib ;
3 |
4 | lib lib
5 | :
6 | $(SOURCES).cpp
7 | ;
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/empty_expected_results.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/minizip/MiniZip64_Changes.txt:
--------------------------------------------------------------------------------
1 |
2 | MiniZip 1.1 was derrived from MiniZip at version 1.01f
3 |
4 | Change in 1.0 (Okt 2009)
5 | - **TODO - Add history**
6 |
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/build-win32.cmd:
--------------------------------------------------------------------------------
1 | @echo on
2 |
3 | b2 runtime-link=static link=static architecture=x86 address-model=32 --stagedir=./stage --with-iostreams --with-program_options stage
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/bidirectional_chain.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/bidirectional_chain.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_read_write_head.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_read_write_head.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/example/multiple_sources.cfg:
--------------------------------------------------------------------------------
1 | #
2 | # Comment out this line to use hard-coded default value of 10
3 | #
4 | optimization = 1
5 | include-path = /opt
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/next_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/next_disabled.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/prev_disabled.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/auto_index/doc/html/images/prev_disabled.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/customization/class.verbatim:
--------------------------------------------------------------------------------
1 | class_template
2 |
3 | class %class_name% {
4 | public:
5 | %class_name%() {}
6 | ~%class_name%() {}
7 | };
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/heading_1_1.quickbook:
--------------------------------------------------------------------------------
1 | [article Heading 1.1]
2 |
3 | [h1 First heading]
4 |
5 | [section Section]
6 |
7 | [h2 Second heading]
8 |
9 | [endsect]
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "syringe"]
2 | path = syringe
3 | url = git://github.com/msftguy/syringe.git
4 | [submodule "xpwn"]
5 | path = xpwn
6 | url = git://github.com/msftguy/xpwn.git
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/interval_prototype.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/interval_prototype.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/spirit/home/support/char_encoding/iso8859_1.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/spirit/home/support/char_encoding/iso8859_1.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_bidirectional_seq.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/libs/iostreams/doc/graphics/key_bidirectional_seq.gif
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/liba/jamfile.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/liba/jamfile.jam
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/main/jamfile.jam:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/build/v2/test/railsys/program/main/jamfile.jam
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/blast/Makefile:
--------------------------------------------------------------------------------
1 | blast: blast.c blast.h
2 | cc -DTEST -o blast blast.c
3 |
4 | test: blast
5 | blast < test.pk | cmp - test.txt
6 |
7 | clean:
8 | rm -f blast blast.o
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/alpha_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/alpha_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/bcc_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/bcc_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/c99_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/c99_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/msvc_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/msvc_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/ppc_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/ppc_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/sparc_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/sparc_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/x86_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/x86_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/ext/x86_fast_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/ext/x86_fast_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/Jamroot.jam:
--------------------------------------------------------------------------------
1 |
2 | import feature ;
3 |
4 | feature.feature tblgen : : dependency free ;
5 |
6 | project built_tool ;
7 |
8 | build-project core ;
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/tblgen/tblgen.cpp:
--------------------------------------------------------------------------------
1 |
2 | #include
3 |
4 | int main()
5 | {
6 | std::cout << "int foo;\n";
7 | return 0;
8 | }
9 |
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/command_line_macro.quickbook:
--------------------------------------------------------------------------------
1 | [article Command Line Macro
2 | ]
3 |
4 | [/ This test relies on __macro__ being defined at the command line.]
5 |
6 | __macro__
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/section_1_5-unclosed.quickbook:
--------------------------------------------------------------------------------
1 | [article Unclosed section
2 | [quickbook 1.5]
3 | ]
4 |
5 | [section:unclosed Unclosed Section should be closed with a warning]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/c99sub_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/c99sub_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/source-mode-teletype-include.quickbook:
--------------------------------------------------------------------------------
1 | [article Teletype source mode include
2 | [source-mode teletype]
3 | ]
4 |
5 | ```This shouldn't be highlighted```
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/utils/makedirs.py:
--------------------------------------------------------------------------------
1 |
2 | import os.path
3 | import os
4 |
5 | def makedirs( path ):
6 | if not os.path.exists( path ):
7 | os.makedirs( path )
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/changelog:
--------------------------------------------------------------------------------
1 | boost-build (2.0.m10-1) unstable; urgency=low
2 |
3 | * Initial Release.
4 |
5 | -- Vladimir Prus Wed, 14 Aug 2002 14:08:00 +0400
6 |
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-post-process.quickbook:
--------------------------------------------------------------------------------
1 | [article Fail post process due to invalid embedded xml [quickbook 1.4] ]
2 |
3 | Invalid xml follows: '''<>'''
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-lookup1.quickbook:
--------------------------------------------------------------------------------
1 | [article Fail Template Lookup 1
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template test1[] [a]]
6 | [template test2[a] [test1]]
7 | [test2 1]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include-sub.quickbook:
--------------------------------------------------------------------------------
1 | [article Include Test Sub Document
2 | [quickbook 1.5]
3 | [id include-sub]
4 | ]
5 |
6 | [/ Empty. Shouldn't really need this comment.]
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/Jamrules:
--------------------------------------------------------------------------------
1 | # This simple Jamrules file is used for the Boost.Build test project.
2 |
3 | # The testing framework itself gets no boost-Jambase
4 | BOOST_JAMBASE = empty.jam ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/boost.hs.logo.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/table.boost.hs.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/copyright1.quickbook:
--------------------------------------------------------------------------------
1 | [article Copyright Test
2 | [quickbook 1.5]
3 | [copyright 1963-1965 Jane Doe, 2018 Joe Blow, John Coe]
4 | [copyright 1977,1985 Someone else]
5 | ]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-import.quickbook:
--------------------------------------------------------------------------------
1 | [article Expect import Fail
2 | ]
3 |
4 | [section Failure]
5 |
6 | [import this-is-not-a-file.cpp]
7 |
8 | [endsect]
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/build-osx.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | ./b2 link=static architecture=x86 address-model=32_64 macosx-version=10.7 macosx-version-min=10.6 --stagedir=./stage --with-iostreams --with-program_options stage
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/callprocs:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | GC_DEBUG=1
3 | export GC_DEBUG
4 | $* 2>&1 | awk '{print "0x3e=c\""$0"\""};/^\t##PC##=/ {if ($2 != 0) {print $2"?i"}}' | adb $1 | sed "s/^ >/>/"
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/msftguy/ssh-rd/HEAD/_3rd/boost_1_48_0/tools/quickbook/doc/html/images/extra/katepart/table.text.editor.png
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-include.quickbook:
--------------------------------------------------------------------------------
1 | [article Expect xinclude Fail
2 | ]
3 |
4 | [section Failure]
5 |
6 | [include this-is-not-a-file.qbk]
7 |
8 | [endsect]
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/import.quickbook:
--------------------------------------------------------------------------------
1 | [article Import]
2 |
3 | [import stub.c]
4 | [import stub.py]
5 | [import stub.cpp]
6 |
7 | [foo]
8 |
9 | [foo_py]
10 |
11 | [foo_c]
12 |
13 | [class_]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/ignored_rc/ignored_rc.jam:
--------------------------------------------------------------------------------
1 | rule failure
2 | {
3 | }
4 |
5 | actions failure
6 | {
7 | dir _
8 | echo a
9 | }
10 |
11 | failure f ;
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/elements_1_5.quickbook:
--------------------------------------------------------------------------------
1 | [article 1.5 Elements
2 | [quickbook 1.5]
3 | ]
4 |
5 | [/ elements from 1.6]
6 |
7 | [ordered_list [item1][item2]]
8 |
9 | [itemized_list [item1][item2]]
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/elements_1_6.quickbook:
--------------------------------------------------------------------------------
1 | [article 1.6 Elements
2 | [quickbook 1.6]
3 | ]
4 |
5 | [/ elements from 1.6]
6 |
7 | [ordered_list [item1][item2]]
8 |
9 | [itemized_list [item1][item2]]
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-section-3.quickbook:
--------------------------------------------------------------------------------
1 | [article Template should contain balanced sections
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template end_no_begin[]
6 | [endsect]
7 | ]
8 |
9 | [end_no_begin]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/Mac_files/dataend.c:
--------------------------------------------------------------------------------
1 | /*
2 | dataend.c
3 |
4 | A hack to get the extent of global data for the Macintosh.
5 |
6 | by Patrick C. Beard.
7 | */
8 |
9 | long __dataend;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/engine/README.txt:
--------------------------------------------------------------------------------
1 |
2 | This directory contains tests for the update engine of
3 | Boost.Build. They presently are not integrated with
4 | the Python based test system and must be run by
5 | hand.
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-section-1.quickbook:
--------------------------------------------------------------------------------
1 | [article Template should contain balanced sections
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template begin_no_end[]
6 | [section Test]
7 | ]
8 |
9 | [begin_no_end]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/Mac_files/datastart.c:
--------------------------------------------------------------------------------
1 | /*
2 | datastart.c
3 |
4 | A hack to get the extent of global data for the Macintosh.
5 |
6 | by Patrick C. Beard.
7 | */
8 |
9 | long __datastart;
10 |
--------------------------------------------------------------------------------
/_3rd/curl/lib/msvcproj.foot:
--------------------------------------------------------------------------------
1 |
2 | # Begin Group "Resource Files"
3 |
4 | # PROP Default_Filter ""
5 | # Begin Source File
6 |
7 | SOURCE=.\libcurl.rc
8 | # End Source File
9 | # End Group
10 | # End Target
11 | # End Project
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/customization/usage.verbatim:
--------------------------------------------------------------------------------
1 | usage
2 | Usage: codegen class_name
3 |
4 | This program takes a template of C++ code and replaces of all occurrences of
5 | %class_name% with the passed 'class_name' parameter.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/site-config.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include/filename.quickbook:
--------------------------------------------------------------------------------
1 | [article Filename Test
2 | [quickbook 1.5]
3 | ]
4 |
5 | __FILENAME__
6 |
7 | [include sub/filename_include1.quickbook]
8 |
9 | [include filename_include2.quickbook]
10 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Linux/RPM/README:
--------------------------------------------------------------------------------
1 | Author: Daniel (I'm not trustworthy, replace this!)
2 |
3 | Paul Marquis's 'make_curl_rpm' script is a fine example on how to automate the
4 | jobs. You need to fill in your own name and email at least.
5 |
6 |
--------------------------------------------------------------------------------
/java/gui/sshtar/mktar.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | BASEDIR=$(dirname "$0")
3 | chmod 600 "${BASEDIR}"/etc/ssh/ssh_host*key
4 | chmod 700 "${BASEDIR}/sbin/sshd"
5 | tar --owner=root -cf "${BASEDIR}/../src/res/ssh.tar" --exclude=.DS_Store -C "${BASEDIR}" .
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/unused/b.cpp:
--------------------------------------------------------------------------------
1 | /* Copyright 2003 Vladimir Prus */
2 | /* Distributed under the Boost Software License, Version 1.0. */
3 | /* (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) */
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-block-python.quickbook:
--------------------------------------------------------------------------------
1 | [article Python Code Blocks
2 | [quickbook 1.5]
3 | [source-mode python]
4 | ]
5 |
6 | # No escape
7 | # Escape: ``*bold*``
8 | # Escape: ``_underline_````/italic/``
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include/filename-path.quickbook:
--------------------------------------------------------------------------------
1 | [article Filename test with include path
2 | [quickbook 1.5]
3 | ]
4 |
5 | __FILENAME__
6 |
7 | [include filename_include1.quickbook]
8 |
9 | [include filename_include2.quickbook]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/snippets/pass_thru.quickbook:
--------------------------------------------------------------------------------
1 | [article Pass thru test
2 | [quickbook 1.5]
3 | ]
4 |
5 | [import pass_thru.cpp]
6 | [import pass_thru.py]
7 |
8 | [foo_cpp_copyright]
9 |
10 | [foo_cpp]
11 |
12 | [foo_py]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/prebuilt/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2004 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-arguments3.quickbook:
--------------------------------------------------------------------------------
1 | [article Expect template to fail because there are not enough arguments on 1.5.
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template ternary[x y z] {[x]-[y]-[z]}]
6 | [ternary 1..2 3 4]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/macro.quickbook:
--------------------------------------------------------------------------------
1 | [article Macro Test
2 | [quickbook 1.5]
3 | ]
4 |
5 | [def one 1]
6 |
7 | one
8 |
9 | [template foo[]
10 |
11 | [def two 2]
12 | two
13 | ]
14 |
15 | [foo]
16 | two [/This shouldn't expand]
--------------------------------------------------------------------------------
/_3rd/zlib/nintendods/README:
--------------------------------------------------------------------------------
1 | This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template.
2 |
3 | Eduardo Costa
4 | January 3, 2009
5 |
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test1/dir2/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include_1_6-2.quickbook:
--------------------------------------------------------------------------------
1 | [article Include Test
2 | [quickbook 1.6]
3 | [id include-test]
4 | ]
5 |
6 | [include include-sub.quickbook]
7 | [include include-sub2.quickbook]
8 | [include:foo include-sub2.quickbook]
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/prebuilt/ext/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2004 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-section-2.quickbook:
--------------------------------------------------------------------------------
1 | [article Template should contain balanced sections
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template end_before_begin[]
6 | [endsect]
7 | [section Test]
8 | ]
9 |
10 | [end_before_begin]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/ignored_rc/recognized_rc.jam:
--------------------------------------------------------------------------------
1 | rule failure
2 | {
3 | }
4 |
5 | actions failure
6 | {
7 | dir _
8 | if errorlevel 1 exit %errorlevel%
9 | echo a
10 | }
11 |
12 | failure f ;
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/kernel/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | boost-build . ;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/html.jam:
--------------------------------------------------------------------------------
1 | # Copyright David Abrahams 2004. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 | type HTML : html ;
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/rsp.jam:
--------------------------------------------------------------------------------
1 | # Copyright David Abrahams 2004. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 | type RSP : rsp ;
5 |
--------------------------------------------------------------------------------
/mux_redux/win32_queue.h:
--------------------------------------------------------------------------------
1 | #pragma once
2 | #ifdef WIN32
3 |
4 | int win32_dispatch_thread_init();
5 |
6 | void win32_dispatch_thread_run();
7 |
8 | int win32_run_on_thread(PITMD_CONTEXT ctx, int eventType, int productId, int productType);
9 |
10 | #endif //WIN32
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/debian/excludes:
--------------------------------------------------------------------------------
1 | boost.css
2 | boost_build_v2.html
3 | index_v2.html
4 | boost.png
5 | generators_prototype.py
6 | hacking.txt
7 | release_procedure.txt
8 | site-config.jam
9 | roll.sh
10 | debian
11 | doc
12 | example
13 | test
14 | CVS
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/asm.jam:
--------------------------------------------------------------------------------
1 | # Copyright Craig Rodrigues 2005. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 | type ASM : s S asm ;
5 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/data/DISABLED:
--------------------------------------------------------------------------------
1 | # This file can be used to specify test cases that should not run when all
2 | # test cases are run by runtests.pl. Just add the plain test case numbers, one
3 | # per line.
4 | # Lines starting with '#' letters are treated as comments.
5 | 564
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/gettext/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | using gettext ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/module-actions/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | boost-build . ;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test1/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | import builtin ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1-testing/a.cpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2003-2004. Distributed under the Boost
2 | // Software License, Version 1.0. (See accompanying
3 | // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | void foo() {}
6 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/delphi/ZLibConst.pas:
--------------------------------------------------------------------------------
1 | unit ZLibConst;
2 |
3 | interface
4 |
5 | resourcestring
6 | sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7 | sInvalidStreamOp = 'Invalid stream operation';
8 |
9 | implementation
10 |
11 | end.
12 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/testzlib/testzlib.txt:
--------------------------------------------------------------------------------
1 | To build testzLib with Visual Studio 2005:
2 |
3 | copy to a directory file from :
4 | - root of zLib tree
5 | - contrib/testzlib
6 | - contrib/masmx86
7 | - contrib/masmx64
8 | - contrib/vstudio/vc7
9 |
10 | and open testzlib8.sln
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/more/tests/book/library-autoid.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test 'boostbook' root.
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/variant/libs/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2004 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | lib l : l.cpp ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/direct-request-test/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | import gcc ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/bootstrap-env/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | boost-build ;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/testing-primitives/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | boost-build . ;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1_testing/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # just label the project root
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1_testing/lib.cpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2002.
2 | // Distributed under the Boost Software License, Version 1.0. (See
3 | // accompanying file LICENSE_1_0.txt or copy at
4 | // http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | void lib() {}
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | boost-build ../kernel ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/qt/qt3/moccable-cpp/jamroot.jam:
--------------------------------------------------------------------------------
1 |
2 | using qt ;
3 | import cast ;
4 |
5 | project
6 | : default-build multi
7 | ;
8 |
9 | exe main : main.cpp [ cast _ moccable-cpp : main.cpp ]
10 | /qt//qt
11 | ;
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/empty.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2001 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # This file is empty; it just suppresses warnings
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-arguments1.quickbook:
--------------------------------------------------------------------------------
1 | [article Expect template to fail because there are too many arguments.
2 | ]
3 |
4 | [template unary[x] [x]]
5 |
6 | [section Failure]
7 |
8 | [unary a..b ]
9 |
10 | [endsect]
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | import gcc ;
7 | import foo ;
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1-testing/b.cpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2002.
2 | // Distributed under the Boost Software License, Version 1.0. (See
3 | // accompanying file LICENSE_1_0.txt or copy at
4 | // http://www.boost.org/LICENSE_1_0.txt)
5 | #error this does not compile.
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/include-sub2.quickbook:
--------------------------------------------------------------------------------
1 | [/ I'm trying not to break existing behaviour even when buggy.
2 | In this case, this section will get an id using the title from
3 | the previous 'include'.]
4 |
5 | [section:test Test]
6 |
7 | Just testing.
8 |
9 | [endsect]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/generate/a.cpp:
--------------------------------------------------------------------------------
1 |
2 | int main()
3 | {
4 | }
5 |
6 | /*
7 | Copyright 2007 Vladimir Prus
8 | Distributed under the Boost Software License, Version 1.0.
9 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
10 | */
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib3/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Rene Rivera
2 | # Copyright 2002, 2003 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/jamfile5.jam:
--------------------------------------------------------------------------------
1 |
2 | project test : requirements everything single ;
3 |
4 | make a.exe : a.obj lib//b.obj/release : yfc-link ;
5 | make b.exe : a.obj : yfc-link : MACROS ;
6 | make a.obj : a.cpp : yfc-compile ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/test2/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | project-root ;
7 |
8 | exe foo : foo.cpp ;
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1-testing/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | TOOLS = gcc ;
6 | boost-build ../.. ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1_testing/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | TOOLS = gcc ;
6 | boost-build ../.. ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/v1_testing/lib-err.cpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2002.
2 | // Distributed under the Boost Software License, Version 1.0. (See
3 | // accompanying file LICENSE_1_0.txt or copy at
4 | // http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | 3 = 4;
7 | void lib() {}
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/more/getting_started/detail/common.rst:
--------------------------------------------------------------------------------
1 | .. Copyright David Abrahams 2006. Distributed under the Boost
2 | .. Software License, Version 1.0. (See accompanying
3 | .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | .. |next| replace:: *skip to the next step*
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/built_tool/readme.txt:
--------------------------------------------------------------------------------
1 |
2 | This example shows how to build an executable and then use it
3 | for generating other targets. The 'tblgen' subdirectory builds
4 | a tool, while the 'core' subdirectory uses that tool. Refer
5 | to core/Jamfile.jam for detailed comments.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/generator/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2006 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | import soap ;
6 | exe foo : foo.gci : on ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | make b.obj : b.cpp : yfc-compile ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/fail-template-arguments2.quickbook:
--------------------------------------------------------------------------------
1 | [article Expect template to fail because there are not enough arguments.
2 | ]
3 |
4 | [template ternary[x y z] [x][y][z]]
5 |
6 | [section Failure]
7 |
8 | [ternary a b ]
9 |
10 | [endsect]
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Symbian/group/bld.inf:
--------------------------------------------------------------------------------
1 | //
2 | // libcurl and curl bld.inf file for Symbian OS
3 | //
4 | PRJ_EXPORTS
5 | libcurl.iby /epoc32/rom/include/libcurl.iby
6 | curl.iby /epoc32/rom/include/curl.iby
7 |
8 | PRJ_MMPFILES
9 | libcurl.mmp
10 | curl.mmp
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/variant/a.cpp:
--------------------------------------------------------------------------------
1 | // Copyright Vladimir Prus 2004.
2 | // Distributed under the Boost Software License, Version 1.0.
3 | // (See accompanying file LICENSE_1_0.txt
4 | // or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | void l();
7 | int main() { l(); return 0; }
8 |
--------------------------------------------------------------------------------
/_3rd/curl/CMake/FindZLIB.cmake:
--------------------------------------------------------------------------------
1 | # Locate zlib
2 | include("${CMAKE_ROOT}/Modules/FindZLIB.cmake")
3 |
4 | find_library(ZLIB_LIBRARY_DEBUG NAMES zd zlibd zdlld zlib1d )
5 |
6 | if(ZLIB_FOUND AND ZLIB_LIBRARY_DEBUG)
7 | set( ZLIB_LIBRARIES optimized "${ZLIB_LIBRARY}" debug ${ZLIB_LIBRARY_DEBUG})
8 | endif()
9 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost-sv.dhp:
--------------------------------------------------------------------------------
1 | -----BEGIN DH PARAMETERS-----
2 | MIGHAoGBAP5mA7oYimErFUulbvNC8V0HwyB62NCj6TZb6YXJwElCksQc8RyHnkrY
3 | 9Wx2+lduFqHjUWalgVF7Gma7CfR/pt+fiU6Jn2vWR2v7KT6hYeRKsJrONJlth+NK
4 | V7/d4zyvleJ/VSp0TuuSxmMMQ6hG3i5YhSGXyCh4h0pl4Wu/hdVTAgEC
5 | -----END DH PARAMETERS-----
6 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost.nn-sv.dhp:
--------------------------------------------------------------------------------
1 | -----BEGIN DH PARAMETERS-----
2 | MIGHAoGBAPrtEVPhZfEczB9JnWXbln79YnTh/V6ehXMWe414wyn/VT1ow25sLEev
3 | H2+eT84aDp5e+TfBSFjA6or96/lyQvsgAE+cE6f6uuw9ApVG2MK+BCn4snxHBb6G
4 | LFQf+9qHZ4BEkpBL60p1fkGu8BM1wXGXEaeYhgGumNA9fm5YJrl7AgEC
5 | -----END DH PARAMETERS-----
6 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/Server-localhost0h-sv.dhp:
--------------------------------------------------------------------------------
1 | -----BEGIN DH PARAMETERS-----
2 | MIGHAoGBAL/3hRxvWX+Mdyu/aBPU1JeeA5sg4nXtA7B24eCql9Tq53Lks1/HJ5B+
3 | xSapGAFd+22xhBsNkJihf74oiPEVr9nNoLjFV/DZe259+JYgs+pBTFN+Cp13ALUi
4 | CeZxX2mlxlstD1SBRTKgxA/j4ttR1Chn8knn+RVdFE9YFKCYPyLrAgEC
5 | -----END DH PARAMETERS-----
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/concept/detail/concept_undef.hpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2006. Distributed under the Boost
2 | // Software License, Version 1.0. (See accompanying
3 | // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 | # undef BOOST_concept_typename
5 | # undef BOOST_concept
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/more/tests/book/boostbook.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test 'boostbook' root.
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/generator/foo.gci:
--------------------------------------------------------------------------------
1 |
2 | int main()
3 | {
4 | return 0;
5 | }
6 | /*
7 | Copyright 2006 Vladimir Prus
8 | Distributed under the Boost Software License, Version 1.0.
9 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
10 | */
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/unused/a.cpp:
--------------------------------------------------------------------------------
1 | // Copyright Vladimir Prus 2003.
2 | // Distributed under the Boost Software License, Version 1.0.
3 | // (See accompanying file LICENSE_1_0.txt
4 | // or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | int main()
7 | {
8 | return 0;
9 | }
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/heading_1_3.quickbook:
--------------------------------------------------------------------------------
1 | [article Header
2 | [quickbook 1.3]
3 | [id header]
4 | ]
5 |
6 | [heading Header Test]
7 |
8 | Testing headers without sections.
9 |
10 | [heading:Not an Id]
11 |
12 | Paragraph.
13 |
14 | [h3:Not an Id again]
15 |
16 | Paragraph.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/utils/check_existance.py:
--------------------------------------------------------------------------------
1 |
2 | import os
3 |
4 | def check_existance( name ):
5 | a = os.popen( '%s --version' % name )
6 | output = a.read()
7 | rc = a.close()
8 | if rc is not None:
9 | raise Exception( '"%s" is required' % name )
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/versioned/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Rene Rivera
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | import gcc ;
7 | import toolset ;
8 | import modifiers ;
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/a.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/b.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/e.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/a.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/a.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib2/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | project
7 | : requirements off
8 | ;
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/no-bootstrap3/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # Call to boost-build is intentionally missing
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/src1/c.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/src2/b.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib/b.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib2/c.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib2/d.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib3/f.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/a_gcc.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/jamfile3.jam:
--------------------------------------------------------------------------------
1 |
2 | make a.exe : a.obj lib//b.obj/on a_gcc.obj : yfc-link : gcc ;
3 | make a.exe : a.obj lib//b.obj/on : yfc-link : multi ;
4 | make a.obj : a.cpp : yfc-compile ;
5 | make a_gcc.obj : a_gcc.cpp : yfc-compile ;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/lib/b.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/newline.quickbook:
--------------------------------------------------------------------------------
1 | [article Test newlines
2 | ]
3 |
4 | Line 1\nLine 2
5 |
6 | [:["It is better to be approximately right than exactly wrong.]\n['-- Old adage]]
7 |
8 | Line 1[br]Line 2
9 |
10 | [:["It is better to be approximately right than exactly wrong.][br]['-- Old adage]]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib2/helper/e.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test4/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2002 Vladimir Prus
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | This test checks for correct properties of generated and used targets.
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/readme.txt:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | See test_system.html for detailed information on using the Boost Build test
6 | system.
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-block-teletype.quickbook:
--------------------------------------------------------------------------------
1 | [article Code Block Teletype 1
2 | [quickbook 1.5]
3 | ]
4 |
5 | [teletype]
6 |
7 | [section A code block]
8 |
9 | [def __text__ text]
10 |
11 | Just some plain __text__.
12 | ``With some *quickbook* thrown in?``
13 |
14 | [endsect]
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/heading_1_6.quickbook:
--------------------------------------------------------------------------------
1 | [article Header
2 | [quickbook 1.6]
3 | [id header]
4 | ]
5 |
6 | [heading Header Test]
7 |
8 | Paragraph.
9 |
10 | [heading:heading_id Heading with an id]
11 |
12 | Paragraph.
13 |
14 | [h3:heading_id2 Heading with an id]
15 |
16 | Paragraph.
17 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/config/abi/msvc_suffix.hpp:
--------------------------------------------------------------------------------
1 | // (C) Copyright John Maddock 2003.
2 | // Use, modification and distribution are subject to the
3 | // Boost Software License, Version 1.0. (See accompanying file
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #pragma pack(pop)
7 |
8 |
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/no-bootstrap1/subdir/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2002 Dave Abrahams
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | This file is only here so cvs update -P will create the directory.
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/inspect/build/msvc/readme.txt:
--------------------------------------------------------------------------------
1 | The provided Microsoft VC++ solution assumes the following commands have been run in the root directory:
2 |
3 | bjam --toolset=msvc-9.0express --build-type=complete --with-filesystem stage
4 | bjam --toolset=msvc-9.0express --build-type=complete --with-regex stage
5 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/certs/EdelCurlRoot-ca.cnf:
--------------------------------------------------------------------------------
1 | [ ca ]
2 | default_ca = EdelCurlRoot
3 |
4 | [ EdelCurlRoot ]
5 | database = EdelCurlRoot-ca.db
6 | certificate = EdelCurlRoot-ca.crt
7 | private_key = EdelCurlRoot-ca.key
8 | crlnumber = EdelCurlRoot-ca.cnt
9 | default_md = sha1
10 | default_days = 365
11 | default_crl_days = 30
12 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/untgz/Makefile:
--------------------------------------------------------------------------------
1 | CC=cc
2 | CFLAGS=-g
3 |
4 | untgz: untgz.o ../../libz.a
5 | $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
6 |
7 | untgz.o: untgz.c ../../zlib.h
8 | $(CC) $(CFLAGS) -c -I../.. untgz.c
9 |
10 | ../../libz.a:
11 | cd ../..; ./configure; make
12 |
13 | clean:
14 | rm -f untgz untgz.o *~
15 |
--------------------------------------------------------------------------------
/_3rd/CF/WebServicesCore.h:
--------------------------------------------------------------------------------
1 | #ifndef __WEBSERVICESCORE__
2 | #define __WEBSERVICESCORE__
3 |
4 | #ifndef __COREFOUNDATION__
5 | #include
6 | #endif
7 |
8 |
9 | #ifndef __WSMETHODINVOCATION__
10 | #include
11 | #endif
12 |
13 |
14 |
15 |
16 | #endif /* __WEBSERVICESCORE__ */
17 |
18 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/exception/enable_error_info.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #include
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/doc/questions.dox:
--------------------------------------------------------------------------------
1 | /** @page open_questions Open questions.
2 |
3 |
4 | - Shouldn't validators always use "C" locale?
5 |
6 |
- Shouldn't validator for intr check for different bases?
7 |
8 |
- Does anyone need "getop_option_description"?.
9 |
10 |
11 |
12 | */
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/dtd/1.1/boost-no-inspect:
--------------------------------------------------------------------------------
1 | Inspect complains that this directory is called '1.1', but that's the
2 | standard naming style for DTDs, and this needs to match the url of the
3 | DTD on the website. Any platform which has problems with this domain
4 | name probably won't be able to build the documentation anyway.
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2001, 2002 Dave Abrahams
2 | # Copyright 2002 Rene Rivera
3 | # Copyright 2003 Vladimir Prus
4 | # Distributed under the Boost Software License, Version 1.0.
5 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6 |
7 |
8 | boost-build kernel ;
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/src/Jamfile.v2:
--------------------------------------------------------------------------------
1 | #
2 | # Copyright (c) 2011 Daniel James
3 | #
4 | # Distributed under the Boost Software License, Version 1.0. (See
5 | # accompanying file LICENSE_1_0.txt or copy at
6 | # http://www.boost.org/LICENSE_1_0.txt)
7 | #
8 |
9 | exe line-compare-tool : text_diff.cpp ;
10 |
--------------------------------------------------------------------------------
/_3rd/zlib/zlib.pc.in:
--------------------------------------------------------------------------------
1 | prefix=@prefix@
2 | exec_prefix=@exec_prefix@
3 | libdir=@libdir@
4 | sharedlibdir=@sharedlibdir@
5 | includedir=@includedir@
6 |
7 | Name: zlib
8 | Description: zlib compression library
9 | Version: @VERSION@
10 |
11 | Requires:
12 | Libs: -L${libdir} -L${sharedlibdir} -lz
13 | Cflags: -I${includedir}
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/INSTALL:
--------------------------------------------------------------------------------
1 | See ./index.html for information about this release. The "Getting Started"
2 | section is a useful starting place.
3 |
4 | ---------------------------
5 | Copyright Beman Dawes, 2008
6 |
7 | Distributed under the Boost Software License, Version 1.0.
8 | See ./LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/exception/enable_current_exception.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #include
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/pwd.h:
--------------------------------------------------------------------------------
1 | /* Copyright Vladimir Prus 2002. Distributed under the Boost */
2 | /* Software License, Version 1.0. (See accompanying */
3 | /* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */
4 |
5 | #ifndef PWD_H
6 | #define PWD_H
7 |
8 | LIST* pwd(void);
9 |
10 | #endif
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/bootstrap-explicit/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Copyright 2004 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | boost-build ../boost-root/build ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/bootstrap-implicit/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2002 Dave Abrahams
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | This file is only here so that cvs update -P won't fail to create a directory
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/no-bootstrap2/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # Bootstrap file not found via explicit lookup in .
6 | boost-build . ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/more/tests/book/chapter.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test 'boostbook' root.
4 |
--------------------------------------------------------------------------------
/_3rd/curl/tests/libtest/test75.pl:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env perl
2 | # Check that the length of a given URL is correct
3 | if ( $#ARGV != 1 )
4 | {
5 | print "Usage: $0 string length\n";
6 | exit 3;
7 | }
8 | if (length(@ARGV[0]) != @ARGV[1])
9 | {
10 | print "Given host IP and port not supported\n";
11 | exit 1;
12 | }
13 | exit 0;
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/make/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2002, 2005 Vladimir Prus
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | Example of using custom command to create one file from another, using the
7 | built-in 'make' rule.
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/variant/libs/l.cpp:
--------------------------------------------------------------------------------
1 | // Copyright Vladimir Prus 2002-2004.
2 | // Distributed under the Boost Software License, Version 1.0.
3 | // (See accompanying file LICENSE_1_0.txt
4 | // or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #ifdef _WIN32
7 | __declspec(dllexport)
8 | #endif
9 | void l() {}
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/boost-root/build/bootstrap.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2004 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | ECHO build system bootstrapped ;
6 | DEPENDS all : nothing ;
7 | NOTFILE nothing ;
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/no-bootstrap1/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # Bootstrap file not found via implicit lookup in BOOST_BUILD_PATH
6 | boost-build ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/cond_phrase.quickbook:
--------------------------------------------------------------------------------
1 | [article Coniditional Phrase Test
2 | [quickbook 1.5]
3 | ]
4 |
5 | [def __defined__]
6 |
7 | [? __defined__ This should show]
8 | [? __undefined__ This should not show]
9 |
10 | The should be no sp[?__undefined__ just some junk]ace inserted.
11 |
12 | [? __defined__ [*Bold text]]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/exception/error_info.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | namespace boost { template class error_info; }
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/src1/a.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include "b.h"
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/src1/b.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include "c.h"
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib2/helper/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | project lib2/helper ;
7 |
8 | make e.obj : e.cpp : yfc-compile ;
9 |
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/test2/foo.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | int main() { return 0; }
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/doc-info/empty-attributes.quickbook:
--------------------------------------------------------------------------------
1 | [library Empty Attributes
2 | [version]
3 | [id]
4 | [dirname]
5 | [copyright]
6 | [copyright 2011]
7 | [purpose]
8 | [category]
9 | [authors]
10 | [authors [,]]
11 | [license]
12 | [last-revision]
13 | [lang]
14 | ]
15 |
16 | =biblioid= and =source-mode= can't be empty.
17 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/test/test-boost-build/missing_dependencies/Jamfile.v2:
--------------------------------------------------------------------------------
1 | project
2 | : requirements
3 | /boost/filesystem//boost_filesystem
4 | BOOST_ALL_NO_LIB
5 | ;
6 |
7 | test-suite "missing_dependencies" :
8 | [ run test.cpp lib//static ]
9 | ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/src1/z.h:
--------------------------------------------------------------------------------
1 | /* Copyright 2003, 2004, 2006 Vladimir Prus */
2 | /* Distributed under the Boost Software License, Version 1.0. */
3 | /* (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) */
4 |
5 | extern int dummy_variabled_need_to_suppress_empty_file_warning_on_hp_cxx_compiler;
6 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/b.cxx:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | int foo() { return 0; }
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-block-1.quickbook:
--------------------------------------------------------------------------------
1 | [article Code Block 1
2 | ]
3 |
4 | [section A code block]
5 |
6 | A code block with proper indentation ;-)
7 |
8 | #include
9 |
10 | int main()
11 | {
12 | std::cout << "Hello, World!" << std::endl;
13 | return 0;
14 | }
15 |
16 | [endsect]
17 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Symbian/group/libcurl.iby:
--------------------------------------------------------------------------------
1 | //
2 | // libcurl file transfer DLL
3 | //
4 | // Use this file with buildrom to add libcurl to a device ROM
5 | //
6 |
7 | #ifndef LIBCURL_IBY
8 | #define LIBCURL_IBY
9 |
10 | #include
11 |
12 | file=ABI_DIR\BUILD_DIR\libcurl.dll \sys\bin\libcurl.dll
13 |
14 | #endif // LIBCURL_IBY
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/bdw-gc.pc:
--------------------------------------------------------------------------------
1 | prefix=/usr/local
2 | exec_prefix=${prefix}
3 | libdir=${exec_prefix}/lib
4 | includedir=${prefix}/include
5 |
6 | Name: Boehm-Demers-Weiser Conservative Garbage Collector
7 | Description: A garbage collector for C and C++
8 | Version: 7.0
9 | Libs: -L${libdir} -lgc
10 | Cflags: -I${includedir}
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/bdw-gc.pc.in:
--------------------------------------------------------------------------------
1 | prefix=@prefix@
2 | exec_prefix=@exec_prefix@
3 | libdir=@libdir@
4 | includedir=@includedir@
5 |
6 | Name: Boehm-Demers-Weiser Conservative Garbage Collector
7 | Description: A garbage collector for C and C++
8 | Version: @PACKAGE_VERSION@
9 | Libs: -L${libdir} -lgc
10 | Cflags: -I${includedir}
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/include/leak_detector.h:
--------------------------------------------------------------------------------
1 | #define GC_DEBUG
2 | #include "gc.h"
3 | #define malloc(n) GC_MALLOC(n)
4 | #define calloc(m,n) GC_MALLOC((m)*(n))
5 | #define free(p) GC_FREE(p)
6 | #define realloc(p,n) GC_REALLOC((p),(n))
7 | #undef strdup
8 | #define strdup(s) GC_STRDUP((s))
9 | #define CHECK_LEAKS() GC_gcollect()
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/search.h:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 1993, 1995 Christopher Seiwald.
3 | *
4 | * This file is part of Jam - see jam.c for Copyright information.
5 | */
6 |
7 | /*
8 | * search.h - find a target along $(SEARCH) or $(LOCATE)
9 | */
10 |
11 | char *search( char *target, time_t *time, char **another_target, int file );
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/libraries/util/foo/include/lib1.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | void foo();
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/libraries/util/foo/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2005 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | project
7 | : usage-requirements include ;
8 |
9 | lib bar : bar.cpp ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/lib/c.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | int bar() { return 0; }
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/inspect/wrong_line_ends_test.cpp:
--------------------------------------------------------------------------------
1 | // this is a test file; it isn't supposed to have correct line endings
// Copyright Beman Dawes, 2003.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
line ending with cr
line ending without any cr or nl
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/template-section.quickbook:
--------------------------------------------------------------------------------
1 | [article Section in a template
2 | [quickbook 1.5]
3 | ]
4 |
5 | [template nestedsection[]
6 |
7 | Some text before the section.
8 |
9 | [section Test]
10 |
11 | Hello.
12 |
13 | [heading Just to test id generation]
14 |
15 | Goodbye.
16 |
17 | [endsect]
18 | ]
19 |
20 | [nestedsection]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/more/tests/misc/processing.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test processing instructions
4 |
5 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/timestamp.h:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 1993, 1995 Christopher Seiwald.
3 | *
4 | * This file is part of Jam - see jam.c for Copyright information.
5 | */
6 |
7 | /*
8 | * timestamp.h - get the timestamp of a file or archive member
9 | */
10 |
11 | void timestamp( char * target, time_t * time );
12 | void stamps_done();
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/generate/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2007 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | import generate ;
6 |
7 | import gen ;
8 |
9 | generate a2 : a.cpp : @gen.generate-example ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/swap.hpp:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2007 Joseph Gauterin
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 |
7 | #ifndef BOOST_SWAP_HPP
8 | #define BOOST_SWAP_HPP
9 |
10 | #include "boost/utility/swap.hpp"
11 |
12 | #endif
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/hello/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2008 Jurko Gospodnetic
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | This example shows a very basic Boost Build project set up so it compiles a
7 | single executable from a single source file.
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/unused/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | exe a : a.cpp b c ;
7 |
8 | make-b-main-target ;
9 |
10 | # Expands to nothing, intentionally.
11 | alias c ;
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-block-2.quickbook:
--------------------------------------------------------------------------------
1 | [article Code Block 2
2 | ]
3 |
4 | [section A code block]
5 |
6 | A code block with proper indentation ;-)
7 |
8 | ``
9 | #include
10 |
11 | int main()
12 | {
13 | std::cout << "Hello, World!" << std::endl;
14 | return 0;
15 | }
16 | ``
17 |
18 | [endsect]
19 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/section_1_4.quickbook:
--------------------------------------------------------------------------------
1 | [article Section Id 1.4
2 | [quickbook 1.4]
3 | ]
4 |
5 | [section:id_test1 Quickbook section id test]
6 | [endsect]
7 | [section :id_test2 Quickbook section id test]
8 | [endsect]
9 | [section: Quickbook section no id test 1]
10 | [endsect]
11 | [section:++ Quickbook section no id test 2]
12 | [endsect]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/section_1_5.quickbook:
--------------------------------------------------------------------------------
1 | [article Section Id 1.5
2 | [quickbook 1.5]
3 | ]
4 |
5 | [section:id_test1 Quickbook section id test]
6 | [endsect]
7 | [section :id_test2 Quickbook section id test]
8 | [endsect]
9 | [section: id_test3 Quickbook section id test]
10 | [endsect]
11 | [section:++ Quickbook section no id test]
12 | [endsect]
--------------------------------------------------------------------------------
/test/main.c:
--------------------------------------------------------------------------------
1 | #include
2 |
3 | __declspec(dllimport) int tethered_boot(const char *ibssFile, const char *ibecFile, const char *kernelcacheFile, const char *ramdiskFile, const char *devicetreeFile);
4 |
5 | int main()
6 | {
7 | tethered_boot("iBSS.n88ap.RELEASE.dfu.p","iBEC.n88ap.RELEASE.dfu.p","kernelcache.release.n88.p","038-3713-001.dmg.ssh",0);
8 | return 0;
9 | }
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/customization/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | import verbatim ;
6 |
7 | exe codegen : codegen.cpp class.verbatim usage.verbatim
8 | t1.verbatim ;
9 |
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/generators-test/lib/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Copyright 2002 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 |
7 | static-lib auxilliary : c.cpp ;
8 |
9 | lib auxilliary2 : c.cpp ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/html.py:
--------------------------------------------------------------------------------
1 | # Copyright David Abrahams 2004. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | from b2.build import type
6 |
7 | def register ():
8 | type.register_type ('HTML', ['html'])
9 |
10 | register ()
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/rsp.py:
--------------------------------------------------------------------------------
1 | # Copyright David Abrahams 2004. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | from b2.build import type
6 |
7 | def register ():
8 | type.register_type ('RSP', ['rsp'])
9 |
10 | register ()
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/ia64_save_regs_in_stack.s:
--------------------------------------------------------------------------------
1 | .text
2 | .align 16
3 | .global GC_save_regs_in_stack
4 | .proc GC_save_regs_in_stack
5 | GC_save_regs_in_stack:
6 | .body
7 | flushrs
8 | ;;
9 | mov r8=ar.bsp
10 | br.ret.sptk.few rp
11 | .endp GC_save_regs_in_stack
12 |
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/newstr.h:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 1993, 1995 Christopher Seiwald.
3 | *
4 | * This file is part of Jam - see jam.c for Copyright information.
5 | */
6 |
7 | /*
8 | * newstr.h - string manipulation routines
9 | */
10 |
11 | char * copystr ( char * );
12 | void freestr ( char * );
13 | char * newstr ( char * );
14 | void str_done();
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/python_modules/jamroot.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2006 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | import python_helpers ;
6 |
7 | ECHO "test1:" [ python_helpers.test1 ] ;
8 | ECHO "test2:" [ python_helpers.test2 1234 : 5678 ] ;
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/b.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include "a.h"
11 |
12 | int main()
13 | {
14 | }
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/c.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include "x.h"
11 |
12 | int main()
13 | {
14 | }
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/boost-root/build/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2004 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | # The presence of this file emulates the Boost 1.27.0 release
6 | include $(BOOST_ROOT)/tools/build/bootstrap.jam ;
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/preprocessed.jam:
--------------------------------------------------------------------------------
1 | # Copyright Steven Watanabe 2011
2 | # Distributed under the Boost Software License Version 1.0. (See
3 | # accompanying file LICENSE_1_0.txt or copy at
4 | # http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | import type ;
7 |
8 | type.register PREPROCESSED_C : i : C ;
9 | type.register PREPROCESSED_CPP : ii : CPP ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/utils/__init__.py:
--------------------------------------------------------------------------------
1 |
2 | from accept_args import *
3 | from char_translation_table import *
4 | from check_existance import *
5 | from checked_system import *
6 | from libxslt import *
7 | from log import *
8 | from makedirs import *
9 | from rename import *
10 | from tar import *
11 | from zip import *
12 |
13 | import sourceforge
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/config/abi/borland_suffix.hpp:
--------------------------------------------------------------------------------
1 | // (C) Copyright John Maddock 2003.
2 | // Use, modification and distribution are subject to the
3 | // Boost Software License, Version 1.0. (See accompanying file
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | # pragma option pop
7 | #pragma nopushoptwarn
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/libs/program_options/doc/questions:
--------------------------------------------------------------------------------
1 |
2 | Rename 'parameter' in option_description with something
3 | better, e.g. 'value_specification'?
4 |
5 | Approximate matching for variable_map access?
6 |
7 | Should be able to stack validators?
8 |
9 | Case with variables like this
10 | 'foo' = 10
11 | 'foo.bar' = 12
12 | should become an error
13 |
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/boehm_gc/gcname.c:
--------------------------------------------------------------------------------
1 | #include
2 | #include "version.h"
3 |
4 | int main()
5 | {
6 | if (GC_ALPHA_VERSION == GC_NOT_ALPHA) {
7 | printf("gc%d.%d", GC_VERSION_MAJOR, GC_VERSION_MINOR);
8 | } else {
9 | printf("gc%d.%dalpha%d", GC_VERSION_MAJOR,
10 | GC_VERSION_MINOR, GC_ALPHA_VERSION);
11 | }
12 | return 0;
13 | }
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/versioned/hello.cpp:
--------------------------------------------------------------------------------
1 | // Copyright Rene Rivera, 2003
2 | // Distributed under the Boost Software License, Version 1.0.
3 | // (See accompanying file LICENSE_1_0.txt
4 | // or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #include
7 |
8 | int main()
9 | {
10 | std::cout << "Hello there!\n";
11 | return 1;
12 | }
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/a_c.c:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include
11 | # include "a.h"
12 | #include
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/cpp.py:
--------------------------------------------------------------------------------
1 | # Copyright David Abrahams 2004. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | from b2.build import type
6 |
7 | def register ():
8 | type.register_type ('CPP', ['cpp', 'cxx', 'cc'])
9 |
10 | register ()
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/direct-request-test/jamfile2.jam:
--------------------------------------------------------------------------------
1 |
2 | # This will link correctly only if symbol MACROS is not defined when
3 | # compiling b.cpp. This tests if direct build request
4 | # 'release MACROS' to 'b' does not add 'MACROS' when 'b'
5 | # is compiled with 'debug' -- the version needed by 'a'.
6 |
7 | exe a : a.cpp b : debug ;
8 |
9 | lib b : b.cpp ;
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2002 Vladimir Prus
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | This test checks that we have minimally working 'make' rule and that we can use target from
7 | different project with different project roots.
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/qt.jam:
--------------------------------------------------------------------------------
1 | # Copyright Vladimir Prus 2005. Distributed under the Boost
2 | # Software License, Version 1.0. (See accompanying
3 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | type UI : ui ;
6 | type QRC : qrc ;
7 | type MOCCABLE_CPP ;
8 | type MOCCABLE_H ;
9 | # Result of running moc.
10 | type MOC : moc : H ;
11 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/Symbian/group/curl.iby:
--------------------------------------------------------------------------------
1 | //
2 | // curl file transfer utility command-line utility
3 | //
4 | // Use this file with buildrom to add curl to a device ROM
5 | //
6 |
7 | #ifndef CURL_IBY
8 | #define CURL_IBY
9 |
10 | #include
11 | #include
12 |
13 | file=ABI_DIR\BUILD_DIR\curl.exe \sys\bin\curl.exe
14 |
15 | #endif // CURL_IBY
16 |
--------------------------------------------------------------------------------
/_3rd/zlib/contrib/untgz/Makefile.msc:
--------------------------------------------------------------------------------
1 | CC=cl
2 | CFLAGS=-MD
3 |
4 | untgz.exe: untgz.obj ..\..\zlib.lib
5 | $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib
6 |
7 | untgz.obj: untgz.c ..\..\zlib.h
8 | $(CC) $(CFLAGS) -c -I..\.. untgz.c
9 |
10 | ..\..\zlib.lib:
11 | cd ..\..
12 | $(MAKE) -f win32\makefile.msc
13 | cd contrib\untgz
14 |
15 | clean:
16 | -del untgz.obj
17 | -del untgz.exe
18 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/generator/README.txt:
--------------------------------------------------------------------------------
1 | # Copyright 2006 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 | This example shows how to declare a new generator class. It is necessary when
6 | generator's logic is more complex that just running a single tool.
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/notes/README.txt:
--------------------------------------------------------------------------------
1 | Copyright 2005 Vladimir Prus
2 | Distributed under the Boost Software License, Version 1.0.
3 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | This directory contains various development notes. Some of them
7 | may eventually find the way into documentation, so are purely
8 | imlementation comments.
9 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/startup/boost-root/boost-build.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002 Dave Abrahams
2 | # Copyright 2004 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | # Emulate v1 behavior; with the boost-build file in the boost root directory.
7 | boost-build build ;
8 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/xml-escape_1_5.quickbook:
--------------------------------------------------------------------------------
1 | [library Test that &, < are being escaped.
2 | [quickbook 1.5]
3 | [purpose & should be &, < should <]
4 | [license & should be &, < should <]
5 | ]
6 |
7 | [section Escapes & explicitly written markup]
8 |
9 | * & -> &
10 | * < -> <
11 | * > -> >
12 | * " -> "
13 |
14 | [endsect]
--------------------------------------------------------------------------------
/fuzzy_patcher/Makefile:
--------------------------------------------------------------------------------
1 | BOOST=../_3rd/boost_1_48_0
2 | CFLAGS=-force_cpusubtype_ALL -mmacosx-version-min=10.6 -arch i386 -arch x86_64 -I$(BOOST)
3 | TOOL=fuzzy_patcher
4 | LIB=fuzzy_patcher.a
5 |
6 | $(LIB):
7 | g++ -c $(CFLAGS) patcher.cpp
8 | libtool -static -o $(LIB) patcher.o
9 |
10 | $(TOOL): $(LIB)
11 | g++ $(CFLAGS) -o (TOOL) main.cpp ($LIB)
12 |
13 | all: $(TOOL) $(LIB)
14 |
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/bcc551/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/msvc60/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/more/tests/book/library.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test 'boostbook' root.
4 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/dependency-test/e.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include "x.h"
11 |
12 | int main()
13 | {
14 | return 0;
15 | }
16 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test3/lib/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | use-project /lib2 : ../lib2 ;
7 |
8 | make b.obj : b.cpp : yfc-compile ;
9 | make m.exe : b.obj /lib2//c.obj : yfc-link ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-block-3.quickbook:
--------------------------------------------------------------------------------
1 | [article Code Block 3]
2 |
3 | [section Python code block]
4 |
5 | [python]
6 | ``
7 | print "\xfabln\xeck"
8 | ``
9 |
10 | [endsect]
11 |
12 | [section C++ code block]
13 |
14 | This isn't valid C++ but I think we should accept it;
15 |
16 | [c++]
17 | ``
18 | std::cout<<"\xfabln\xeck"<<"\n";
19 | ``
20 |
21 | [endsect]
22 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2008
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // *Preprocessed* version of the main "quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/libraries/app/app.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include
11 |
12 | int main()
13 | {
14 | foo();
15 | }
16 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/prebuilt/ext/debug/a.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #ifdef _WIN32
11 | __declspec(dllimport)
12 | #endif
13 | void debug();
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test1/dir2/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2004 Rene Rivera
2 | # Copyright 2002, 2003 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 |
7 | project /cool-library
8 | : requirements /home/ghost/build/boost-cvs
9 | ;
10 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/snippets/pass_thru.py:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2011 Daniel James
2 | #
3 | # Use, modification and distribution is subject to the Boost Software
4 | # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5 | # http://www.boost.org/LICENSE_1_0.txt)
6 |
7 | #[foo_py
8 | def foo:
9 | #=print('foo')
10 | #<-
11 | print('bar')
12 | #->
13 | #]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/libraries/util/foo/bar.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #ifdef _WIN32
11 | __declspec(dllexport)
12 | #endif
13 | void foo() {}
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/prebuilt/ext/release/a.h:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #ifdef _WIN32
11 | __declspec(dllimport)
12 | #endif
13 | void release();
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/code-snippet.quickbook:
--------------------------------------------------------------------------------
1 | [article Code Snippets
2 | ]
3 |
4 | [section A code snippet]
5 |
6 | Code snippets inlined in text, as in `namespace quickbook { static const int
7 | value = 0; }`, should be properly formatted and not glued to the surrounding
8 | text.
9 |
10 | There shoud be no spacees around (`this`), and spaces around `this` code.
11 |
12 | [endsect]
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/expand.h:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright 1993, 1995 Christopher Seiwald.
3 | *
4 | * This file is part of Jam - see jam.c for Copyright information.
5 | */
6 |
7 | /*
8 | * expand.h - expand a buffer, given variable values
9 | */
10 |
11 | #include "lists.h"
12 |
13 | LIST *var_expand( LIST *l, char *in, char *end, LOL *lol, int cancopyin );
14 | void var_expand_unit_test();
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/mpl/aux_/preprocessed/plain/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/signals.hpp:
--------------------------------------------------------------------------------
1 | // Boost.Signals library
2 |
3 | // Copyright Douglas Gregor 2003-2004. Use, modification and
4 | // distribution is subject to the Boost Software License, Version
5 | // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 |
8 | // For more information, see http://www.boost.org/libs/signals
9 | #include
10 |
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/engine/hcache.h:
--------------------------------------------------------------------------------
1 | /*
2 | * This file is not part of Jam
3 | */
4 |
5 | /*
6 | * hcache.h - handle #includes in source files
7 | */
8 | #ifndef HCACHE_H
9 | # define HCACHE_H
10 |
11 | # include "regexp.h"
12 | # include "lists.h"
13 |
14 | void hcache_init(void);
15 | void hcache_done(void);
16 | LIST *hcache(TARGET *t, int rec, regexp *re[], LIST *hdrscan);
17 |
18 | #endif
19 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test1/dir/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2003 Dave Abrahams
2 | # Copyright 2002 Vladimir Prus
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 |
7 | project /boost-build-test-project-1/dir
8 | : source-location src
9 | : default-build release
10 | ;
11 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/project-test1/readme.txt:
--------------------------------------------------------------------------------
1 | Copyright 2003 Dave Abrahams
2 | Copyright 2002 Vladimir Prus
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
5 |
6 |
7 | This tests for basic project handling -- declaring subprojects, finding
8 | parent projects and project roots and for working project-ids.
9 |
--------------------------------------------------------------------------------
/_3rd/curl/packages/vms/Makefile.am:
--------------------------------------------------------------------------------
1 | EXTRA_DIST = build_vms.com \
2 | config-vms.h \
3 | curlmsg.h \
4 | curlmsg.msg \
5 | curlmsg.sdl \
6 | curlmsg_vms.h \
7 | hpssl_alpha.opt \
8 | hpssl_ia64.opt \
9 | hpssl_vax.opt \
10 | ldap.opt \
11 | openssl_alpha.opt \
12 | openssl_ia64.opt \
13 | openssl_vax.opt \
14 | openssl_ssl_alpha.opt \
15 | openssl_ssl_ia64.opt \
16 | openssl_ssl_vax.opt \
17 | readme
18 |
--------------------------------------------------------------------------------
/java/gui/sshtar/etc/ssh/ssh_host_rsa_key.pub:
--------------------------------------------------------------------------------
1 | ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAu+DAGUQcHutfXVzLNbqC7oU96K/wO7UIKXzJNAuN9yRROVhbKyrPv2v8YmXjWY+IlE6DUCbcPYi62mkC9AFs3cu5hrxeM+5OHRdPvIhNXQWyx/BH6gnYkYFkLsd4H8UshT2Z/vzRmOdW3KVj/l2VXeSdxc7EeBWLfgj1cTuoX8oCWIB4q+KYXciWJ19RAh5EIZ6WNjODf0VfHab7DJ/a/xp6TrDAfGcIvwOq5iIYH1PH8zdbXgaV9zOAvtq9TG6zR1P2gJ2CwBvysbrdka5njv0Wm7HyaS2dttVY7RqJE+LZ5FWIOB3TR1j9GNkIldNbV4yDAr73TNo4+1BIxL5DOw==
2 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/boostbook/test/Jamfile.v2:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2009 Daniel James
2 | #
3 | # Distributed under the Boost Software License, Version 1.0.
4 | # (See accompanying file LICENSE_1_0.txt or copy at
5 | # http://www.boost.org/LICENSE_1_0.txt)
6 |
7 | project boost/test ;
8 | import boostbook : boostbook ;
9 |
10 | boostbook alt : alt.xml :
11 | boost.root=../../../..
12 | ;
13 |
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/make/jamroot.jam:
--------------------------------------------------------------------------------
1 | import feature ;
2 | import toolset ;
3 |
4 | path-constant HERE : . ;
5 | make main.cpp : main_cpp.pro : @do-something ;
6 |
7 | feature.feature example.python.interpreter : : free ;
8 |
9 | toolset.flags do-something PYTHON : ;
10 | actions do-something
11 | {
12 | "$(PYTHON:E=python)" "$(HERE)/foo.py" "$(>)" "$(<)"
13 | }
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/railsys.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/python
2 |
3 | # Copyright 2003 Vladimir Prus
4 | # Distributed under the Boost Software License, Version 1.0.
5 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6 |
7 | import BoostBuild
8 |
9 | t = BoostBuild.Tester()
10 |
11 | t.set_tree("railsys")
12 | t.run_build_system("--v2", subdir="program")
13 |
14 | t.cleanup()
15 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/xinclude.gold:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Include
5 |
6 |
7 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/quickbook/test/xml-escape_1_2.quickbook:
--------------------------------------------------------------------------------
1 | [library Test that &, < are being escaped.
2 | [quickbook 1.2]
3 | [purpose & should be &, < should <]
4 | [license & should be &, < should <]
5 | ]
6 |
7 | [section Escapes & explicitly written markup]
8 |
9 | * & -> &
10 | * < -> <
11 | * > -> >
12 | * " -> "
13 |
14 | [endsect]
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/utils/send_mail.py:
--------------------------------------------------------------------------------
1 |
2 | import smtplib
3 |
4 | def send_mail( mail, subject, msg = '' ):
5 | smtp_server = smtplib.SMTP( 'mail.%s' % mail.split( '@' )[-1] )
6 | smtp_server.sendmail(
7 | mail
8 | , [ mail ]
9 | , 'Subject: %s\n' % subject
10 | + 'To: %s\n' % mail
11 | + '\n'
12 | + msg
13 | )
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/pch/source/hello_world.cpp:
--------------------------------------------------------------------------------
1 | /* Copyright 2006 Ilya Sokolov
2 | Copyright 2006 Vladimir Prus
3 |
4 | Distributed under the Boost Software License, Version 1.0. (See
5 | accompanying file LICENSE_1_0.txt or copy at
6 | http://www.boost.org/LICENSE_1_0.txt)
7 | */
8 |
9 | #include
10 |
11 | int main()
12 | {
13 | TestClass c(1, 2);
14 | return 0;
15 | }
16 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/test/prebuilt/jamfile.jam:
--------------------------------------------------------------------------------
1 | # Copyright 2002, 2003 Vladimir Prus
2 | # Distributed under the Boost Software License, Version 1.0.
3 | # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4 |
5 |
6 | project test
7 | : requirements release:RELEASE
8 | ;
9 |
10 | use-project /ext : ext ;
11 |
12 | exe hello : hello.cpp /ext//a ;
13 |
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/regression/xsl_reports/utils/zip.py:
--------------------------------------------------------------------------------
1 |
2 | import zipfile
3 | import os.path
4 |
5 | def unzip( archive_path, result_dir ):
6 | z = zipfile.ZipFile( archive_path, 'r', zipfile.ZIP_DEFLATED )
7 | for f in z.infolist():
8 | result = open( os.path.join( result_dir, f.filename ), 'wb' )
9 | result.write( z.read( f.filename ) )
10 | result.close()
11 |
12 | z.close()
13 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/example/hello/hello.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (c) 2003 Vladimir Prus
2 | //
3 | // Distributed under the Boost Software License, Version 1.0. (See
4 | // accompanying file LICENSE_1_0.txt or copy at
5 | // http://www.boost.org/LICENSE_1_0.txt)
6 | //
7 | // http://www.boost.org
8 | //
9 |
10 | #include
11 |
12 | int main()
13 | {
14 | std::cout << "Hello!\n";
15 | return 1;
16 | }
17 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/tools/build/v2/tools/types/asm.py:
--------------------------------------------------------------------------------
1 | # Copyright Craig Rodrigues 2005.
2 | # Copyright (c) 2008 Steven Watanabe
3 | #
4 | # Distributed under the Boost
5 | # Software License, Version 1.0. (See accompanying
6 | # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 |
8 | from b2.build import type
9 |
10 | def register():
11 | type.register_type('ASM', ['s', 'S', 'asm'])
12 |
13 | register()
14 |
--------------------------------------------------------------------------------
/_3rd/boost_1_48_0/boost/ratio.hpp:
--------------------------------------------------------------------------------
1 | // ratio.hpp ---------------------------------------------------------------//
2 |
3 | // Copyright 2010 Vicente J. Botet Escriba
4 |
5 | // Distributed under the Boost Software License, Version 1.0.
6 | // See http://www.boost.org/LICENSE_1_0.txt
7 |
8 |
9 | #ifndef BOOST_RATIO_HPP
10 | #define BOOST_RATIO_HPP
11 |
12 | #include
13 |
14 | #endif // BOOST_RATIO_HPP
15 |
--------------------------------------------------------------------------------