Commit Graph

99 Commits

Author SHA1 Message Date
Antony Polukhin
4e0b45f822 Simplified some of the interfaces and added BOOST_DLL_AUTO_ALIAS macro 2014-11-21 17:53:35 +04:00
Antony Polukhin
cc387952ce Merge branch 'master' into develop 2014-11-06 13:03:57 +04:00
Antony Polukhin
2bf3741a69 Add MinGW notes to docs (fixes #6) 2014-11-06 13:02:15 +04:00
retf
d3ba1887e8 Minor fix on docs
Rename Boost.Plugin to Boost.DLL on dependencies.qbk
2014-10-03 08:25:44 -03:00
Antony Polukhin
2cef78c0a7 Docs were improved with answers to questions from Boost mailing list 2014-10-03 14:40:46 +04:00
Antony Polukhin
8fcaf42349 Merge pull request #5 from mkurdej/fix/spelling
Fix spelling. Thanks for the patch!
2014-10-03 13:51:31 +04:00
Marek Kurdej
34f1eb73c2 Fix spelling. 2014-10-03 11:42:45 +02:00
Antony Polukhin
59c750b680 Minor doc fixes and added missing copyright note 2014-10-01 19:40:46 +04:00
Antony Polukhin
ebb04ca29c Minor fixes 2014-09-29 20:57:48 +04:00
Antony Polukhin
90c3903acf Polishing examples nad docs 2014-09-29 19:27:46 +04:00
Antony Polukhin
0a30052710 Advanced refcounting tutorial finished 2014-09-29 13:53:51 +04:00
Antony Polukhin
9a71513b16 Added an advanced refcounting example, fixed this_executable detection on POSIX and minor improvements to the code 2014-09-28 15:35:40 +04:00
Antony Polukhin
95bfd4eeac Renamed shared_library::path() to shared_library::location() 2014-09-26 15:42:50 +04:00
Antony Polukhin
dc51cb9a6b load_self() was removed and many issues were fixed 2014-09-26 15:18:41 +04:00
Anton Polukhin
f9d0ecc3f6 program_location() method and related improvements 2014-09-26 12:44:53 +04:00
Antony Polukhin
29e4e60196 Added this_line_location() method 2014-09-25 18:42:06 +04:00
Antony Polukhin
3c233a6dc8 Docs improved and initial implementation of symbol_location for Windows 2014-09-25 16:29:32 +04:00
Antony Polukhin
71db3573af Added append_native_decorations mode 2014-09-24 18:39:07 +04:00
Antony Polukhin
5a19c800c3 Improved docs 2014-09-16 13:36:34 +04:00
Antony Polukhin
ad95318ef7 Docs and tutorial improved 2014-09-16 13:03:40 +04:00
Antony Polukhin
2ff2c722ae Docs improved and typo fixed 2014-09-15 17:00:34 +04:00
Antony Polukhin
7fa3206815 Improving docs 2014-09-12 14:15:11 +04:00
Antony Polukhin
6aa3ceb467 library_info is now capable of opening foreign/non-native binary file formats 2014-09-09 18:05:03 +04:00
Antony Polukhin
66469e7b13 elf_info now works on any OS, docs improved 2014-09-05 15:08:40 +04:00
Antony Polukhin
fd13f785c6 Add library querying example and improve section naming macro 2014-09-04 19:33:23 +04:00
Antony Polukhin
d4022797ac Fix typo in docs 2014-09-04 15:09:00 +04:00
Antony Polukhin
c009725d76 alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -alF'
alias ls='ls --color=auto' free function was refactored into the  method
2014-09-04 14:31:37 +04:00
Antony Polukhin
20ba9894d0 Better names for free functions 2014-09-04 14:15:27 +04:00
Antony Polukhin
f53b2049ce Add an example of on_unload callbacks implementation 2014-09-02 16:50:08 +04:00
Antony Polukhin
c5dac07188 restrictions on section names and minor fixes 2014-09-02 11:47:29 +04:00
Antony Polukhin
fca28f5920 Renaming to Boost.DLL 3 2014-08-29 18:28:58 +04:00
Antony Polukhin
f0a6a438b4 Started the renaming to Boost.DLL 2 2014-08-29 18:19:35 +04:00
Antony Polukhin
94ecf69ded Started the renaming to Boost.DLL 2014-08-29 18:01:24 +04:00
Antony Polukhin
32fbd9b8f6 Take care of documentation issues noted at Boost mailing list 2014-08-28 13:59:17 +04:00
Antony Polukhin
52a95808df const aliases fixed and docs improved 2014-08-15 15:13:36 +04:00
Antony Polukhin
36eb228b48 Update the docs: symbol shadowing 2014-08-15 13:20:44 +04:00
Antony Polukhin
e7570254d6 Docs updated 2014-08-14 10:45:20 +04:00
Antony Polukhin
e1a8ffd71c Simplified plugin linking in 2014-08-14 10:07:09 +04:00
Antony Polukhin
9493f68445 Updated examples and tutorial 2014-08-14 09:55:52 +04:00
Antony Polukhin
fea0f31b4d One more example for tutorial 2014-08-13 19:40:01 +04:00
retf
9d68c2ce71 Docs update
F.A.Q update
2014-08-12 10:49:52 -03:00
retf
ebb9b3da73 docs small fix
Some small fixes on docs...
2014-08-11 17:47:02 -03:00
Antony Polukhin
31fcd68ea2 More tests, examples and docs 2014-08-08 14:25:22 +04:00
Antony Polukhin
b94d42d3b4 Improving the docs 2014-08-08 00:02:22 +04:00
Antony Polukhin
eb76b43a82 Started the refcountable functions implementation 2014-08-07 11:59:24 +04:00
Antony Polukhin
409a1f7d20 minor fixes in docs 2014-08-06 18:31:51 +04:00
Antony Polukhin
2fd6a66cbe Minor fixes for the docs 2014-08-06 18:13:24 +04:00
Antony Polukhin
9358675321 Scetch of documentation and aliases added 2014-08-06 18:01:53 +04:00
Antony Polukhin
3e2502e13e Initial commit 2014-08-05 17:37:33 +04:00