summaryrefslogtreecommitdiff
path: root/libs/pbd/MSVCpbd
AgeCommit message (Collapse)Author
2017-06-22Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2017-04-19Changes needed for building Tim's new 'string_convert' stuff with MSVC (libpbd)John Emmas
2017-04-16Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2016-11-18Remove the MSVC 'poll()' emulation now that Ardour's stopped using poll()John Emmas
2016-09-15Modify our MSVC project to use the newly introduced 'libarchive' library ↵John Emmas
(libpbd)
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-07-18Add a newly introduced source file to our MSVC project (libpbd)John Emmas
2016-06-01Accommodate recently removed source(s) in our MSVC project (libpbd)John Emmas
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-02-27Accommodate newly introduced source(s) in our MSVC project (libpbd)John Emmas
2016-02-22add realloc pool to MSVC projectRobin Gareus
2015-12-23Modify our MSVC project to accommodate newly introduced/removed source files ↵John Emmas
(libpbd)
2015-09-18MSVC projects - accommodate some modules that recently got moved or removedJohn Emmas
(mostly these got moved out of the PortAudio backend and into libpbd)
2015-07-18Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'John Emmas
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2015-04-22Remove a 'no longer needed' source from our MSVC project (libpbd)John Emmas
(FPU functionality was recently merged into a single source file)
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-02-28In libpbd the sources 'localeguard.cc/.h' and 'locale_guard.cc/.h' are ↵John Emmas
essentially identical now - so let's remove the former pair which were only ever needed when building with MSVC (should hopefully avoid future confusion !!)
2015-01-02Accommodate some newly introduced source files for building with MSVC (libpbd)John Emmas
2014-12-26Add some newly introduced source files to our MSVC project (libpbd)John Emmas
2014-12-15Add a newly introduced header file to our MSVC project (libpbd)John Emmas
2014-12-12Remove (no longer needed) sources from our MSVC project (libpbd)John Emmas
2014-12-05Add 'pbd/crossthread.cc' to the MSVC buildJohn Emmas
2014-11-30Process 'default_ui_config.in' when building with MSVCJohn Emmas
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
2014-09-09Add 'libs/pbd/pbd/pthread_utils.h' to our pbd project (msvc)John Emmas
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
This reverts commit 8d0ec2403f3444e3a53d16b21f2f8557abd71b55.
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ↵John Emmas
opposed to just 'Mixbus') It'd be nice if we could use 'ARDOUR::config_dir_name' for this purpose (or perhaps 'PROGRAM_VERSION'). However, neither is implemented widely enough at present to make this practical. Keep an eye on them though, as possible future strategies.
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-11Add newly introduced (MD5) sources to our MSVC project (also, add visibility ↵John Emmas
stuff to the new MD5 class)
2014-06-28Remove (no longer needed) sources from our MSVC projectsJohn Emmas
2014-06-19Remove (no longer needed) sources from an MSVC projectJohn Emmas
2014-05-06Add a couple of pthread helper macrosJohn Emmas
(to accommodate the fact that in ptw-win32, 'pthread_t' is subtlely different from its non-Windows counterparts)
2014-04-11Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3John Emmas
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
Note that there's no 'VS Solution' file at present and some targets haven't been built yet (e.g. 'fst')