summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-maybe.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-201/+0
2008-02-11remaining g++ 4.3 compilation fix-upsKees Cook1-0/+1
2007-03-09fix reference maybes by separate specializationMenTaLguY1-32/+68
2007-03-08rework maybe so storage is customizable and can be optimized on aMenTaLguY1-128/+69
2007-03-05fix NR::Maybe typosMenTaLguY1-3/+3
2007-03-05clean up operators/constructors, and give reference-maybes a more compactMenTaLguY1-57/+46
2007-03-05fix copyright yearMenTaLguY1-1/+1
2007-03-04clean up reference version of maybe, and add == and != operatorsMenTaLguY1-20/+91
2007-03-04redo NR::Maybe to be less cleverMenTaLguY1-50/+101
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-39/+11