Activity for PrydeWorX Library

  • Sven Eden Sven Eden created a blog post

    pwxlib has been moved

  • Sven Eden Sven Eden modified a wiki page

    Home

  • Sven Eden committed [d262d9]

    Minor fixes, only stored for safekeepong

  • Sven Eden committed [bf16e4]

    Bump to 2015

  • Sven Eden committed [154f57]

    Reorganized and restructured.

  • Sven Eden committed [bd2cfd]

    .gitignore angepasst.

  • Sven Eden committed [f270f7]

    Bump to 2016

  • Sven Eden Sven Eden committed [0aef83]

    torture: Some minor fixes

  • Sven Eden Sven Eden committed [22e1a1]

    TOpenHash::privGetStepping(): The checks were not enough, some rare cases of unful probing have been seen.

  • Sven Eden Sven Eden committed [687c73]

    TDoubleList: Fixed a stupid copy&paste error

  • Sven Eden Sven Eden committed [9a98e1]

    Fixed release build symbol file generation

  • Sven Eden Sven Eden committed [61dc9e]

    torture and test_lib can be run automatically when selected.

  • Sven Eden Sven Eden committed [95559d]

    Finalized test_lib.

  • Sven Eden Sven Eden committed [dfd3d2]

    Revert PWX_LOCK() to check against nullptr, and add PWX_LOCK_OBJ() for all pointers that are guaranteed to be nonnull (like 'this')

  • Sven Eden Sven Eden committed [9a32c9]

    Enabled and fixed all test programs.

  • Sven Eden Sven Eden committed [b759ee]

    Added convenience header and started adding test programs (not working, yet)

  • Sven Eden Sven Eden committed [8f277f]

    doc/meson.build: find_docs.sh was never needed, so remove it.

  • Sven Eden Sven Eden committed [6e1c13]

    Allow users to build html, man pages and/or LaTeX documentation.

  • Sven Eden Sven Eden committed [f5a0b7]

    Finalized Documentation generation. *phew* that was driving me nuts...

  • Sven Eden Sven Eden committed [03f5d4]

    meson.build: Some fixes for C++

  • Sven Eden Sven Eden committed [e2bf84]

    Eventually finalized first meson build system configration. *yay*

  • Sven Eden Sven Eden committed [80a1e1]

    Eventually get the version script finished. Now we can go back to static sub libs.

  • Sven Eden Sven Eden committed [7d72d7]

    Added usage of doxygen (if found) to build HTML documentation.

  • Sven Eden Sven Eden committed [9fc4bd]

    Added missing functions to the API and symbols file.

  • Sven Eden Sven Eden committed [c32db5]

    src/libpwx: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [60170a]

    src/random: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [bf2a72]

    src/arg_handler: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [587564]

    src/wavecolor: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [71183f]

    src/basic: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [025769]

    src/math_helpers: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [a1dd66]

    src/container: Fixed includes and modernized sources.

  • Sven Eden Sven Eden committed [e601a5]

    src/libpwx/pwx.cpp : Forgot to add the worker file...

  • Sven Eden Sven Eden committed [cb0c47]

    Moved PWX_EXPORTS to the main prepocesor args instead of handling it in every .cpp file.

  • Sven Eden Sven Eden committed [14e8a8]

    Eventually finished the build system to successfully build, link and run the symbol test program. (test-libpwx-sym)

  • Sven Eden Sven Eden committed [7d0d2f]

    Restructured some names to be more clear and added symbol test.

  • Sven Eden Sven Eden committed [558e03]

    src/container: Container in libcontainer concentrated.

  • Sven Eden Sven Eden committed [9b3b1f]

    Updated the build system to eventually build and install the library. It is not complete, but it is a start.

  • Sven Eden Sven Eden committed [75c736]

    Update meson build system and remove JBoH backup.

  • Sven Eden committed [71017a]

    Removed dependency files before restructuring master

  • Sven Eden committed [513f10]

    src/wavecolor: CWaveColor is now its own libwavecolor.a

  • Sven Eden committed [2a4292]

    src/basic: Moved basic sources to build a general libbasic.a

  • Sven Eden committed [a0f089]

    src/arg_handler: Put all CArgHandler files here for libarg.a

  • Sven Eden committed [441aea]

    Update meson build system

  • Sven Eden committed [d984cc]

    Add basic meson build files and options.

  • Sven Eden committed [d19016]

    Basic build files updated.

  • Sven Eden committed [818a5d]

    src/container: Container in libcontainer concentrated.

  • Sven Eden committed [7298b1]

    compiler.h: Now compatible to versions beyond gcc-4.

  • Sven Eden committed [ded1a4]

    .gitignore: Newly written from scratch. (minimal)

  • Sven Eden committed [ca4455]

    src/math_helpers: Combined MathHelpers and CSinCosTable here into a libmath_helpers.a

  • Sven Eden committed [d26e90]

    src/random: Concentrated CRandom and its dependencies here into librandom.a

  • Sven Eden committed [32b1be]

    Fixed compilation with gcc-7.2.0

  • Sven Eden committed [3747f0]

    src/libpwx: Central source point for libpwx.

  • Sven Eden committed [02adf9]

    Cleanup and JBoH removal

  • Sven Eden committed [a09357]

    Makefile: Modernized, single file dependencies ...

  • Sven Eden committed [4c1836]

    Merge master

  • Sven Eden committed [661957]

    CSimTexWorker: Minor documentation fixes.

  • Sven Eden committed [5e4ce2]

    Minor formatting and documentation fixes.

  • Sven Eden committed [aa3274]

    compiler.h: Fixed minimum gcc requirement message

  • Sven Eden committed [de3b2d]

    CSimplexTexture: Added implementation bodies.

  • Sven Eden committed [b69925]

    CSimTexWorker: Fixed is_active(), as it previou...

  • Sven Eden committed [47d305]

    CSimTexWorker: Fixed wrong comparison in operat...

  • Sven Eden committed [bca573]

    CSimplexTexture: Fixed a stupid typo.

  • Sven Eden committed [c15366]

    CSimplexTexture: Fixed interface and added priv...

  • Sven Eden committed [1b75dc]

    CSimplexTexture: Added thread counting methods ...

  • Sven Eden committed [c3526a]

    eSimTexComb: Re-added some shortcut combination...

  • Sven Eden committed [bb2931]

    CSimplexTexture: Documentation fix

  • Sven Eden committed [c3abd5]

    sSimplexPixel: Fixed ordering in get/setColor t...

  • Sven Eden committed [39f564]

    ePostProcessingEffect: Fixed values

  • Sven Eden committed [d24e02]

    All containers: Added variations to insNext/Pre...

  • Sven Eden committed [967088]

    Containers: Changed method internal xCurr/xHead...

  • Sven Eden committed [55f078]

    Doc: Updated the stylesheet so section titles d...

  • Sven Eden committed [7155ca]

    CSimTexWorker::privPrepareThread() : new method...

  • Sven Eden committed [af0ad0]

    CSimplexTexture: Added documentation for the ne...

  • Sven Eden committed [2222c7]

    CSimTexWorker: Added more safety to start_thread()

  • Sven Eden committed [ce944b]

    CSimTexWorker: The entry method is now aware of...

  • Sven Eden committed [ca2c49]

    CSimTexWorker: Implemented first version of the...

  • Sven Eden committed [17e3c0]

    CSimTexWorker: Some doc updates and added privD...

  • Sven Eden committed [0f9670]

    sColor/sSimplexPixel: made setColor() more reli...

  • Sven Eden committed [d5eff3]

    CWaveColor: Added modFrequencies() and modWavel...

  • Sven Eden committed [be87be]

    CSimTexWorker: The new privModPixel() method ha...

  • Sven Eden committed [e87640]

    CWaveColor: Fixed two severe warnings.

  • Sven Eden committed [0f336d]

    CSimplexTexture/XSimTexWorker : Defined and imp...

  • Sven Eden committed [4e8af4]

    CSimplexTexture: Basic implementations for the ...

  • Sven Eden committed [559344]

    Makefile: Updated for the usage with gcc-4.8.2

  • Sven Eden committed [823306]

    CSimplexTexture: reverted pushing post processi...

  • Sven Eden committed [efafa5]

    sSimplexPixel: Documentation fix

  • Sven Eden committed [8f6df2]

    macros: Changed the name of the object paramete...

  • Sven Eden committed [9ef0d5]

    sColor/sSimplexPixel: The getColor/setColor met...

1