index
:
EpisodeBrowser
data
master
GUI interface to locally stored TV series
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c
/
pl.cpp
Age
Commit message (
Expand
)
Author
2022-08-04
Add comments.
John Ankarström
2022-08-03
Use Pascal case for all functions.
John Ankarström
2022-08-02
Improve wstring_owner, rename to wchar_ptr.
John Ankarström
2022-07-31
Make WsoFromSz and WsoCopy static member functions of wstring_owner.
John Ankarström
2022-07-31
Limit use of Hungarian notation.
John Ankarström
2022-07-30
Add wstring_owner, replacing std::wstring.
John Ankarström
2022-07-30
Add non-throwing variants of Query methods.
John Ankarström
2022-07-26
Use 's' instead of 'str' for as prefix for managed strings.
John Ankarström
2022-07-26
Remove ANSI compatibility.
John Ankarström
2022-07-24
Fix PL_get_tchars.
John Ankarström
2022-07-20
Simplify templates.
John Ankarström
2022-07-19
Add comments.
John Ankarström
2022-07-19
Use Prolog string buffer marks.
John Ankarström
2022-07-19
Fix Prolog memory leaks.
John Ankarström
2022-07-17
Update type names and variable prefixes.
John Ankarström
2022-07-17
Add const to pointers, update spacing.
John Ankarström
2022-07-17
Add const to places.
John Ankarström
2022-07-17
Use SWI-Prolog's wide-character functions.
John Ankarström
2022-07-16
Rewrite TszFromSz as TsmFromSz.
John Ankarström
2022-07-15
Split defs.h into separate header files.
John Ankarström
2022-07-15
Add support for Prolog exceptions.
John Ankarström
2022-07-15
Don't crash on Prolog exceptions.
John Ankarström
2022-07-15
Reimplement Pl with variadic templates
John Ankarström
2022-07-15
Change declaration style.
John Ankarström
2022-07-10
Convert to C++.
John Ankarström